http://bugs.winehq.org/show_bug.cgi?id=10929
Summary: [regression] wine does not set the default mode after exiting games Product: Wine Version: 0.9.5. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: drago01@gmail.com
I was using wine 0.9.49 until today and was playing the game Prey with it. It was working fine but I was using 1280x1024 as game resultion while using 1680x1050 for the desktop (native tft resultion). Today I updated to wine 0.9.51 and later 0.9.52 (both have the same issue). The problem is that now when I quit Prey the resultion stays at 1280x1024 while with previous wine releases it reverted back to the desktop resultion (as it should).
I get this error message on exit: "err:x11settings:X11DRV_ChangeDisplaySettingsEx Default mode not found!"
I googled a bit and was unable to find a solution but I found this patch: http://permalink.gmane.org/gmane.comp.emulators.wine.patches/43668 which seems to have broke it because there is no registry key for the default mode . I tryed removing .wine and let wine create a new one but it does not change anything.
What was the reason behind this patch anyway? Why should the default mode be something different than that that was set before wine changed the mode?