ICCCM anythingdunnowhat

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-07-01 21:49:21 +00:00
parent 36c3aa7cd4
commit b0aaf9f3f6
2 changed files with 21 additions and 10 deletions

View File

@ -211,11 +211,17 @@ Q: Az MPlayer "MPlayer interrupted by signal 4 in module: decode_video"
A: Azon a gépen futtasd az MPlayer-t, amin lefordítottad! Vagy fordítsd újra! A: Azon a gépen futtasd az MPlayer-t, amin lefordítottad! Vagy fordítsd újra!
Semmiképp se használd másik processzoron, mint amin lefordítottad! Semmiképp se használd másik processzoron, mint amin lefordítottad!
Q: Gondjaim vannak a WindowMaker-rel, és a teljesképernyős xv móddal.. Q: Gondjaim vannak a (kedvenc ablakkezelőd), és a teljesképernyős xv/xmga/..
Az ICCCM patch előtt még jó volt. móddal..
A1: Tudjuk, az ICCCM szar. A: Igen, ez egy bug. De nem(csak) a miénk. Eddig nem találtunk olyan
A2: Kapcsold ki az ICCCM patchet a következő módon: a libvo/x11_common.c file fullscreen módszert, ami tényleg teljesképernyős ablakot adna.
161.-edik sorában lévo "#if 1"-et írd át "#if 0"-ra, és fordítsd újra. 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 nemszabványos módszerek pedig
a szabványos ablakkezelőkkel nem működnek.
Q: Dehát aviplay-jel működik ! Q: Dehát aviplay-jel működik !
A: És? A: És?

View File

@ -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 A: Try running MPlayer on the machine you compiled on. Or recompile. Don't
use MPlayer on different CPU than it was compiled on. use MPlayer on different CPU than it was compiled on.
Q: I have problems with WindowMaker and fullscreen xv/xmga/sdl/x11 modes.. Q: I have problems with <your window manager> and fullscreen xv/xmga/sdl/x11
It was OK before the ICCCM-compliance patch. modes..
A1: Known problem, ICCCM sucks. A: Yes, it's a bug. But not only our bug. We couldn't yet develop any
A2: Turn off ICCCM compliance by editing libvo/x11_common.c line 161 and windowmanager-independent method to make window really fullscreen.
replacing #if 1 with #if 0 . Then recompile. 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 ! Q: But it works with avifile !
A: So what? A: So what?