Revert back to normal resolution after running a fullscreen app in Wine

1 · Subin Siby · July 11, 2013, 3:30 a.m.
While running a fullscreen app in Wine such as games, you might not get the screen resolution back after you close the app. It’s because Linux won’t automatically change it’s resolution like Windows. But you could if you run a simple file in terminal. Here is how you could do it. Create a file named normal.sh in your Desktop with the following contents: #!/bin/bash xrandr -s 0 Save it on a place where you can open it easily....