changeset 1275:1441cc01d49c

ICCCCMSFNSFN
author gabucino
date Wed, 04 Jul 2001 20:18:24 +0000
parents 196b2e85510f
children ae943748e0d9
files DOCS/Hungarian/MPlayer-FAQ DOCS/MPlayer-FAQ DOCS/example.conf DOCS/mplayer.1
diffstat 4 files changed, 13 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/MPlayer-FAQ	Wed Jul 04 16:56:31 2001 +0000
+++ b/DOCS/Hungarian/MPlayer-FAQ	Wed Jul 04 20:18:24 2001 +0000
@@ -213,15 +213,7 @@
 
 Q: Gondjaim vannak a kedvenc ablakkezelőm esetén a teljesképernyős xv/xmga/..
    móddal..
-A: Igen, ez egy bug. De nem(csak) a miénk. Eddig nem találtunk olyan
-   fullscreen módszert, ami minden ablakkezelővel működik.
-   Volt néhány próbálkozás, de valamivel mindig bugzott. Valószínűleg a
-   megoldás egy új opció lesz, például -fsmode , a kívánt módszerek közti
-   választásara.
-   Sajnos a legtöbb elterjedt ablakkezelő nem kompatibilis a szabványokkal,
-   vagy Motif-fal, így a teljesképernyős mód bekapcsolására irányuló
-   szabványos módszerek nem működnek velük. A nem szabványos módszerek pedig
-   a szabványos ablakkezelőkkel nem működnek.
+A: Használd az -fsmode opciót. Bővebben: lásd example.conf vagy a manpage-t.
 
 Q: Dehát aviplay-jel működik !
 A: És?
--- a/DOCS/MPlayer-FAQ	Wed Jul 04 16:56:31 2001 +0000
+++ b/DOCS/MPlayer-FAQ	Wed Jul 04 20:18:24 2001 +0000
@@ -206,14 +206,7 @@
 
 Q: I have problems with <your window manager> and fullscreen xv/xmga/sdl/x11
    modes..
-A: Yes, it's a bug. But not only our bug. We couldn't yet develop any
-   windowmanager-independent method to make window really fullscreen.
-   There was some version, but there are always users with problems.
-   I think the only solution is adding a new switch, for example -fsmode
-   to select which method should be used.
-   Unfortunately most common window managers aren't compatible with standards
-   or Motif wm. So standard ways to enable fullscreen doesn't work with them.
-   And non-standard modes not work for standard-compliant wm's.
+A1: Use the -fsmode switch. See example.conf or manpage.
 
 Q: But it works with avifile !
 A: So what?
--- a/DOCS/example.conf	Wed Jul 04 16:56:31 2001 +0000
+++ b/DOCS/example.conf	Wed Jul 04 20:18:24 2001 +0000
@@ -17,6 +17,16 @@
 fs=yes			# Enlarges movie window to your desktop's size.
 			# Used by drivers: all
 
+# fsmode=0		# This option workarounds some problems when using
+			# specific windowmanagers and fullscreen mode. If you
+			# experience fullscreen problems, try changing this
+			# value between 0 and 7. Hint: either 0 or 1 should
+			# be sufficient.
+			# 0 = new method (since 0.18pre3)
+			# 1 = ICCCWM patch (for KDE2/icewm)
+			# 2 = old method (0.17a)
+			# 3 = ICCCWM patch + Motif method
+
 vm=no			# Tries to change to a different videomode
 			# Used by drivers: dga2, x11, sdl
 
--- a/DOCS/mplayer.1	Wed Jul 04 16:56:31 2001 +0000
+++ b/DOCS/mplayer.1	Wed Jul 04 20:18:24 2001 +0000
@@ -288,6 +288,7 @@
         -fsmode 0      new method (since 0.18pre3)
         -fsmode 1      ICCCWM patch (for KDE2/icewm)
         -fsmode 2      old method (0.17a)
+	-fsmode 3      ICCCWM patch + Motif method
 .IP
 .SH "ALPHA/BETA CODE"
 .TP