summaryrefslogtreecommitdiffstats
path: root/DOCS/MPlayer-FAQ
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-01 21:49:21 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-01 21:49:21 +0000
commitb0aaf9f3f6616acea322ae7c3fd661dd5e8d8186 (patch)
tree1aeb8ef5edf026f8be12c8c116d47ff8445a9ab5 /DOCS/MPlayer-FAQ
parent36c3aa7cd4c7486e6ab7d4754fa51755a37583a0 (diff)
downloadmpv-b0aaf9f3f6616acea322ae7c3fd661dd5e8d8186.tar.bz2
mpv-b0aaf9f3f6616acea322ae7c3fd661dd5e8d8186.tar.xz
ICCCM anythingdunnowhat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1252 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/MPlayer-FAQ')
-rw-r--r--DOCS/MPlayer-FAQ15
1 files changed, 10 insertions, 5 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 21cf6dec83..7f9c0e4b70 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -204,11 +204,16 @@ Q: MPlayer dies with "MPlayer interrupted by signal 4 in module: decode_video".
A: Try running MPlayer on the machine you compiled on. Or recompile. Don't
use MPlayer on different CPU than it was compiled on.
-Q: I have problems with WindowMaker and fullscreen xv/xmga/sdl/x11 modes..
- It was OK before the ICCCM-compliance patch.
-A1: Known problem, ICCCM sucks.
-A2: Turn off ICCCM compliance by editing libvo/x11_common.c line 161 and
- replacing #if 1 with #if 0 . Then recompile.
+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.
Q: But it works with avifile !
A: So what?