09-01-2014, 02:20 PM
(08-31-2014, 05:20 AM)Monkeyman link Wrote: I just installed Wine and was able to play a Windows (.exe file) game (nothing big). When I exited the game, I found that the desktop resolution had changed (would have been good had I been 50 feet away ) and I couldn't access the taskbar. I had to reboot to get back to normal. What would have caused this and how can I avoid it in the future? I have a few things I'd like to run using Wine.Hi Monkeyman,
Thanks!
You can make a keyboard shortcut to change resolution.
Whisker Menu > Settings Manager > Keyboard > Application Shortcuts
When you get there click on Add button.
As the command type
Code:
xrandr -s 1920x1080
Code:
xrandr -s 1024x768
For example you can use Ctrl+Shift+R.
Now when your screen resolution changes you can use a keyboard shortcut to change it back.
I haven't tested this with wine but there is an application which can execute commands automatically whenewer you close or resize a window. You will have to setup the same command xrandr -s
I figure you will have to run the game in windowed mode.https://launchpad.net/dontwaitup