Re: kwin fullscreen
Bj|rn Englund <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
Mon Feb 17 2003, Martin Piskernig wrote: > Hi! > > I tested now the ogle release candidate and "it" (when toggling to full > screen in kwin the output window disappears) still happens... > > > I don't remeber who it was that tested a fix that worked > > (adding a sleep(1) before XMapWindow in wm_state.c), > > This works as far as the output window does not disappear. But the > geometry is wrong, the picture is aligned to top, left and right, but > on bottom there are about 150 lines of black pixels missing (there > usually are the black stripes around a movie, it seems the upper one is > missing and the picture starts directly at top). If a screenshot would > help you, I can do one. I see in the sources that there already some > x/y adjustments for broken wm's - kwin should be added there :-) I made a change that adds the sleep(1) in case the wm_name is "KWin" and kde the version number is 3.1.x. The version number check is done in the ogle script and checks that the output from kwin --version is KDE = "3.1." and KWin = "0.95" and in that case sets the environment variable OGLE_KWIN_BUG So in case there are more version affected this script can be changed. Could you test this? I don't see why your window would be incorreclty positioned/sized, especially if you don't use a wm at all Another user tested the new vesrsion with $ kwin --version Qt: 3.1.1 KDE: 3.1.0 KWin: 0.95 and reported that fullscreen worked mostly, but sometimes he got the same problem with the mispositioned window. Going back to normal window and then fullscreen fixed it. I don't know why this happens. /Björn