diff --git a/DOCS/faq.html b/DOCS/faq.html
index e51c41d917..5541236171 100644
--- a/DOCS/faq.html
+++ b/DOCS/faq.html
@@ -376,11 +376,7 @@ the FFmpeg section.
| 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 @@ The audio/video gets totally out of sync when I run MPlayer as root on my notebo
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 --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index f7c7e3c461..b23e6e91a5 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -652,6 +652,19 @@ Adjust intensity of green component of video signal (default 0).
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,
|