![]() |
desktop rez changes/can't access taskbar after playing game w/Wine - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14) +--- Thread: desktop rez changes/can't access taskbar after playing game w/Wine (/showthread.php?tid=787) |
desktop rez changes/can't access taskbar after playing game w/Wine - Monkeyman - 08-31-2014 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 ![]() Thanks! Re: desktop rez changes/can't access taskbar after playing game w/Wine - rokytnji - 08-31-2014 Might help, might not. Quote:Fullscreen issues with overlapping Panel from https://help.ubuntu.com/community/Wine Re: desktop rez changes/can't access taskbar after playing game w/Wine - anon222 - 09-01-2014 (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 awayHi Monkeyman, 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 Re: desktop rez changes/can't access taskbar after playing game w/Wine - Monkeyman - 09-02-2014 I didn't know there was a keystroke short cut to change rez. That might work and I'll try it although I'd like to know what causes it. Might be something I can change in the settings somewhere to keep it from happening in the first place. Thanks. Re: desktop rez changes/can't access taskbar after playing game w/Wine - Monkeyman - 09-02-2014 Hi Monkeyman, You can make a keyboard shortcut to change resolution. [/quote] That worked...sort of. I could restore the original resolution but then had to reset all of the display settings. Not really worth it although I suppose it's a little better than having to reboot if I have other things open (like my browser or email). Re: desktop rez changes/can't access taskbar after playing game w/Wine - Monkeyman - 09-02-2014 I got things to work but I want to know why. If I uncheck the "full screen" box in the game before I close it, my desktop stays normal. This is an easy solution (I'll mark the topic "solved" in a minute) but I'd really like to know why it does that. Is it just an oddity with Wine? Is there some sort of command I can use to keep this from happening again without the workaround? I have other games I plan to load using Wine so, if there's a permanent solution, that would be nice to know. Thanks to all who replied. Re: desktop rez changes/can't access taskbar after playing game w/Wine - anon222 - 09-02-2014 (09-02-2014, 11:06 AM)Monkeyman link Wrote: I got things to work but I want to know why. If I uncheck the "full screen" box in the game before I close it, my desktop stays normal. This is an easy solution (I'll mark the topic "solved" in a minute) but I'd really like to know why it does that. Is it just an oddity with Wine? Is there some sort of command I can use to keep this from happening again without the workaround? I have other games I plan to load using Wine so, if there's a permanent solution, that would be nice to know.Hit Alt+F2 an type in winecfg ![]() Change the Graphics settings. Set virtual desktop size, and if that doesn't work, try unchecking other options. Re: desktop rez changes/can't access taskbar after playing game w/Wine - Monkeyman - 09-02-2014 Thanks but all that does is slightly (very slightly) adjust the size of the game window. It won't make it full screen and less than that is too small for me to see. |