# HG changeset patch
# User gabucino
# Date 1021828169 0
# Node ID 4472bc36675b84c3224c4004ba097d7ef6753783
# Parent 1c12a0bc4d0bf31d912005417cc2056e79b5f127
applied two patches (two-in-one! :P)
diff -r 1c12a0bc4d0b -r 4472bc36675b DOCS/faq.html
--- a/DOCS/faq.html Sat May 18 17:45:26 2002 +0000
+++ b/DOCS/faq.html Sun May 19 17:09:29 2002 +0000
@@ -364,11 +364,11 @@
|
| Q: |
-The GUI isn't usable with icewm, because a panel is over the movie!!
+The taskbar keeps covering the movie in fullscreen mode!
|
| A: |
-Known problem with icewm. It is unsolvable from our side. In detail:
-Icewm's taskbar overrides the GUI's window resize queries. If asked for a
-resize to 800x600, icewm resizes the window to 800x(600-taskbar_size).
+The taskbar cannot be overlapped by any window unless you add the following
+line to ~/.icewm/preferences :
+TaskBarKeepBelow=1
|
|
| Q: |
diff -r 1c12a0bc4d0b -r 4472bc36675b DOCS/mplayer.1
--- a/DOCS/mplayer.1 Sat May 18 17:45:26 2002 +0000
+++ b/DOCS/mplayer.1 Sun May 19 17:09:29 2002 +0000
@@ -428,6 +428,9 @@
0 : disabled (default)
1 : enabled
+You can get the list of available plugins executing
+.I mplayer \-vop help
+
.TP
.B \-x (MPLAYER only)
Scale image to x width (if sw/hw scaling available). Disables aspect calcs.
|