[Bug 11708] New: Wine full screen doesn't work (correctly) under IceWM, MWM (others?).
http://bugs.winehq.org/show_bug.cgi?id=11708 Summary: Wine full screen doesn't work (correctly) under IceWM, MWM (others?). Product: Wine Version: 0.9.56. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: gilboad(a)gmail.com Created an attachment (id=10932) --> (http://bugs.winehq.org/attachment.cgi?id=10932) FIFA 08 demo Wine 0.9.56. Fedora 8, x86_64. IceWM 1.2.35 / MWM 0.95. When starting a full screen Wine application (games), the bottom panel doesn't disappear. I can reproduce the problem under both IceWM and MWM and under a large number of wine based games. The problem cannot be reproduced when native games are running. See the attached screen-shot. BZ seems to be related to closed bug #3312. [1] - Gilboa [1] http://bugs.winehq.org/show_bug.cgi?id=3312 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #1 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-24 00:36:03 --- P.S. Composition managers (xcompmgr, compiz, etc) are not running. - Gilboa -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-24 02:38:19 --- Do those WMs support the _NET_WM_STATE_FULLSCREEN state? Also, is there a preferably small particular application that exposes this problem? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #3 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-24 07:56:29 --- As far as I know, yes. $ grep _NET_WM_STATE_FULLSCREEN icewm-1.2.35 -R icewm-1.2.35/CHANGES: - fullscreen fix for _NET_WM_STATE_FULLSCREEN (affects mplayer) icewm-1.2.35/src/yxapp.cc:Atom _XA_NET_WM_STATE_FULLSCREEN; icewm-1.2.35/src/yxapp.cc: { &_XA_NET_WM_STATE_FULLSCREEN, "_NET_WM_STATE_FULLSCREEN" }, icewm-1.2.35/src/wmclient.cc: if (a == _XA_NET_WM_STATE_FULLSCREEN) icewm-1.2.35/src/wmclient.cc: a[i++] = _XA_NET_WM_STATE_FULLSCREEN; icewm-1.2.35/src/wmclient.cc: if (s[i] == _XA_NET_WM_STATE_FULLSCREEN) { icewm-1.2.35/src/wmmgr.h:extern Atom _XA_NET_WM_STATE_FULLSCREEN; //*OK icewm-1.2.35/src/wmapp.cc: _XA_NET_WM_STATE_FULLSCREEN, icewm-1.2.35/src/testnetwmhints.cc:static Atom _XA_NET_WM_STATE_FULLSCREEN; icewm-1.2.35/src/testnetwmhints.cc: _XA_NET_WM_STATE_FULLSCREEN = XInternAtom(display, "_NET_WM_STATE_FULLSCREEN", False); icewm-1.2.35/src/testnetwmhints.cc: state[0] = _XA_NET_WM_STATE_FULLSCREEN; icewm-1.2.35/src/testnetwmhints.cc: toggleState(window, _XA_NET_WM_STATE_FULLSCREEN); - Gilboa -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #4 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-24 08:00:05 --- "Also, is there a preferably small particular application that exposes this problem?" I'll try to find something later today. - Gilboa -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-02-24 13:34:28 --- related to bug 10674 perhaps? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #6 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-25 01:43:02 --- (In reply to comment #5)
related to bug 10674 perhaps?
I'm on nVidia hardware - doubt it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #7 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-25 01:45:47 --- (In reply to comment #2)
Also, is there a preferably small particular application that exposes this problem?
I failed to reproduce the problem using the Quake 2 demo; I'm guessing that this is a D3D-only issue. I did manage to reproduce the problem (or at least I seem to) using the FIFA 2004 demo [1]. (A couple of seconds before it goes down in flames.) - Gilboa [1] http://www.download.com/FIFA-Soccer-2004-demo/3000-7476_4-10239540.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 Gilboa Davara <gilboad(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gilboad(a)gmail.com Summary|Wine full screen doesn't |Wine full screen doesn't |work (correctly) under |work (correctly) under XFCE, |IceWM, MWM (others?). |IceWM, MWM. --- Comment #8 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-25 02:16:02 --- I'm seeing the same (FIFA08 Demo) under XFCE 4.4 - Gilboa -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 --- Comment #9 from Lei Zhang <thestig(a)google.com> 2008-02-25 12:15:33 --- (In reply to comment #6)
(In reply to comment #5)
related to bug 10674 perhaps?
I'm on nVidia hardware - doubt it.
Whoops, I meant to say bug 10673 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 Gilboa Davara <gilboad(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #10 from Gilboa Davara <gilboad(a)gmail.com> 2008-02-25 13:01:15 --- (In reply to comment #9)
Whoops, I meant to say bug 10673
Looks like it. Marking this bug as duplicate. *** This bug has been marked as a duplicate of bug 10673 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11708 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-10-31 13:58:22 --- Closing duplicate. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org