[Bug 18386] New: fr-019_poemtoahorse: Resolution isn't returned to normal after demo closes
http://bugs.winehq.org/show_bug.cgi?id=18386 Summary: fr-019_poemtoahorse: Resolution isn't returned to normal after demo closes Product: Wine Version: 1.1.20 Platform: PC-x86-64 URL: http://www.pouet.net/prod.php?which=5569 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: roothorick(a)new.rr.com As the title says. After it closes the resolution is left at what the demo was running at instead of returning to the user's selected desktop resolution. -- 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=18386 Ben Anderson <roothorick(a)new.rr.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.pouet.net/prod.ph|http://www.pouet.net/groups. |p?which=5569 |php?which=322 Summary|fr-019_poemtoahorse: |(certain?) Farbrausch demos: |Resolution isn't returned to|Resolution isn't returned to |normal after demo closes |normal after demo closes --- Comment #1 from Ben Anderson <roothorick(a)new.rr.com> 2009-05-07 17:08:23 --- fr-030_candytron shows the same issue. Changed title/URL accordingly -- 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=18386 --- Comment #2 from Ben Anderson <roothorick(a)new.rr.com> 2009-05-07 17:08:56 --- Oops. So you know, the original discovery was fr-019_poemtoahorse. -- 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=18386 Immanuel <elmano(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |elmano(a)gmx.at --- Comment #3 from Immanuel <elmano(a)gmx.at> 2009-09-17 10:35:42 --- can confirm this. just gave fr-30 a try and resolution isn't reset on close. -- 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=18386 Mitch 74 <mitch074(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mitch074(a)gmail.com --- Comment #4 from Mitch 74 <mitch074(a)gmail.com> 2010-05-20 00:43:22 --- Bump. As of Wine 1.1.44, resolution still isn't reset to pre-run (tested with Candytron again) -- 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=18386 markk(a)clara.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markk(a)clara.co.uk --- Comment #5 from markk(a)clara.co.uk 2010-07-08 10:54:33 --- This bug also seems to apply to the game "Agatha Christie: Peril at End House". A time-limited version can be downloaded from http://www.egames.com/game/download/agatha+christie+peril+at+end+house.html After installing you'll need to do "winetricks ie6" prior to running it. The game uses 1024x768 full-screen mode. On exiting, Wine does not reset the X desktop back to its original resolution. However, if you disable full-screen mode in the game options, the X desktop *is* returned to its original resolution before the game opens its window. Note that due to bug 29445, text in the options menu is invisible. Look at the screenshot attached to that bug (taken in Windows) to see where the full screen checkbox is. I tested with Wine 1.2rc6, Xubuntu 9.10, Nvidia driver 256.35. -- 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=18386 --- Comment #6 from markk(a)clara.co.uk 2010-07-08 10:55:39 --- Sorry, I meant bug 23560, not 29445! -- 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=18386 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-07-08 23:40:10 --- Probably duplicate of the bug 10841. -- 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=18386 --- Comment #8 from Mitch 74 <mitch074(a)gmail.com> 2010-07-09 02:21:10 --- I'm not sure it's a complete duplicate - bug 10841 is about Wine not restoring the resolution when an app loses focus, here it's about Wine not restoring the resolution when the app ends and wineserver terminates. So the base cause might be the same (Wine ain't notified when the app terminates), but the solution may be easier: on wineserver end, restore last known good desktop resolution. -- 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=18386 --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-07-09 04:49:09 --- (In reply to comment #8)
I'm not sure it's a complete duplicate - bug 10841 is about Wine not restoring the resolution when an app loses focus, here it's about Wine not restoring the resolution when the app ends and wineserver terminates. So the base cause might be the same (Wine ain't notified when the app terminates), but the solution may be easier: on wineserver end, restore last known good desktop resolution.
Despite its summary the bug 10841 in the comments also mentions applications that don't restore screen resolution on exit. -- 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=18386 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #10 from butraxz(a)gmail.com 2012-05-21 14:19:58 CDT --- This bug has not been updated for two years. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you. -- 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=18386 --- Comment #11 from Mark K <markk(a)clara.co.uk> 2012-05-22 11:42:19 CDT --- I tested "Agatha Christie: Peril at End House" with Wine 1.5.3, and this problem is still present. The egames.com URL for the game in comment 5 no longer seems to be valid. You can instead get it from http://www.shockwave.com/gamelanding/agathaendhouse.jsp -- 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=18386 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL|http://www.pouet.net/groups |http://www.shockwave.com/ga |.php?which=322 |melanding/agathaendhouse.js | |p CC| |00cpxxx(a)gmail.com -- 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=18386 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2012-12-10 13:44:08 CST --- It's a dupe of bug 10841, x.org bug. *** This bug has been marked as a duplicate of bug 10841 *** -- 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=18386 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Ken Sharp <kennybobs(a)o2.co.uk> 2012-12-22 11:35:12 CST --- Closing bugs marked 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