[MPlayer-users] BUG: Fullscreen again

Filip Kalinski filon at pld.org.pl
Mon Feb 10 14:37:34 CET 2003


On day Mon, Feb 10, 2003 at 12:09:49PM +0100, Carsten Schultz wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]

> Hi Filip!
> 
> On Mon, Feb 10, 2003 at 10:56:30AM +0100, Filip Kalinski wrote:
> > [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> > On day Sun, Feb 09, 2003 at 11:24:53PM +0100, Carsten Schultz wrote:
> > > [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> > > [x11] Detected wm supports layers.
> > > [x11] Using workaround for Metacity bugs.
> > > [x11] Detected wm supports NetWM.
> > > [x11] Unknown wm type...
> > 
> > Looks like sawfish 1.0.1 supports only _WIN_LAYER hint to change
> > window stacking and it is disabled because not smart enough detection
> > of metacity tells that it is buggy metacity :-(
> > 
> > I don't have sawfish 1.0.1 installed, so if you would send output of
> > xprop on root window (if you don't know: run "xprop" and click on empty
> > desktop area) I could make detection better.
> 
> Great it's attached.  The background window of my desktop isn't the
> root window, so I did `xprop -root' also.
> 

Thank you very much! I forgot about -root option :-(

I have changed a bit detecting of metacity, now sawfish should work
fine. Patch for mplayer is going into CVS, but I attach it in case you
want to try it now.

-- 
Filip Kalinski <filon at pld.org.pl>
-------------- next part --------------
--- main.old/libvo/x11_common.c	2003-02-08 10:54:44.000000000 +0100
+++ main.dev/libvo/x11_common.c	2003-02-10 14:24:45.000000000 +0100
@@ -202,9 +202,8 @@
        wm |= vo_wm_LAYER;
        metacity_hack |= 1;
      } else
-     if ( args[i] == XA_WIN_HINTS)
-       // metacity is the only manager which reports that supports _WIN_LAYER but not _WIN_HINTS.
-       // what's more is has broken _WIN_LAYER support
+       // metacity is the only manager I know which reports support only for _WIN_LAYER
+       // hint in _WIN_PROTOCOLS (what's more support for it is broken)
        metacity_hack |= 2;
    }
    XFree( args );
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20030210/7a975b51/attachment.pgp>


More information about the MPlayer-users mailing list