From: <eb...@dr...> - 2012-01-15 19:52:09
|
> One other issue: mplayer full screen now takes one full monitor, not > split over two like without xinerama. However, geeqie fullscreen > doesn't work. It did the same without xinerama like mplayer, but now > it doesn't show its fullscreen window. I think geeqie full screen > works like this: usually, the picture is on the right hand side. When > you press f, a separate screenfilling window is added with the > picture, but the original menu window stays (without the picture) -- > you can alt-tab out of full screen to it. However, I only get the > menu window, not the fullscreen picture one. > > Cheers, > Thomas I think that it depends on application to which 'window' (global root or monitor root) it attaches its fullscreen mode. If you press META + "Return", then WGroup.set_fullscreen() is launched. This function either leaves fullscreen from the windowmanager point of view or it enters the fullscreen mode back. This function always attaches window to a monitor root. Maybe we can include similar function in mod_xinerama, that always attaches a window to global root, so users can choose to which root the fullscreen will be attached, as both ways make sense. -- Tomáš 'ebík' Ebenlendr PF 2012.0405822455 |