# HG changeset patch
# User attila
# Date 1023035623 0
# Node ID a96c2f4443171c7b12c59233f3cdb790c71fbce8
# Parent 2e117fd620a0755ef88865591f2b481bfa22353e
added docu for -icelayer and addition to the faq for -nortc
diff -r 2e117fd620a0 -r a96c2f444317 DOCS/faq.html
--- a/DOCS/faq.html Sun Jun 02 15:25:52 2002 +0000
+++ b/DOCS/faq.html Sun Jun 02 16:33:43 2002 +0000
@@ -376,11 +376,7 @@
| Q: |
Icewm's taskbar keeps covering the movie in fullscreen mode!
| | A: |
-The taskbar cannot be overlapped by any window unless you add the following
-line to ~/.icewm/preferences :
-TaskBarKeepBelow=1
-Alternatively, add the following line to ~/.icewm/winoptions :
-MPlayer.layer: Menu
+This shouldnt happen anymore, if it does use the -icelayer option.
|
|
| Q: |
@@ -565,7 +561,7 @@
It works normal when i run it as a user.
|
| A: |
This is again a power management effect (see above). Plug the external power connector
-in before you power on your notebook.
+in before you power on your notebook or use the -nortc switch.
|
|
diff -r 2e117fd620a0 -r a96c2f444317 DOCS/mplayer.1
--- a/DOCS/mplayer.1 Sun Jun 02 15:25:52 2002 +0000
+++ b/DOCS/mplayer.1 Sun Jun 02 16:33:43 2002 +0000
@@ -652,6 +652,19 @@
Adjust hue of video signal (default 0). You can get colored negative
of image with this option.
.TP
+.B \-icelayer <0\ \-\ 15> (icewm only)
+Sets the layer of the fullscreen window of mplayer for icewm.
+
+ Desktop 0
+ Below 2
+ Normal 4
+ OnTop 6
+ Dock 8
+ AboveDock 10
+ Menu 12
+
+Defautl is layer Menu (12).
+.TP
.B \-jpeg
Specify options for the JPEG output (-vo jpeg), separated by ":" (see documentation!).
Available sub\-options are [no]progressiv, [no]baseline,
|