This is not a request for help, but a helpful tip to those of us that use POL with Arch Linux. I play older games that you can't change the resolution in (StarCraft, WarCraft II,etc). Whenever I use a desktop environment (specifically GNOME3 and Unity), I have problems with the resolution changing mid-game. I also, at times, have problems with the resolution changing AFTER I've exited out of the games and I'm working in my normal desktop. In Enlightenment, my mouse will just suddenly stop moving around the screen. In StarCraft, what happens is the mouse cursor will work normally, then just all of a sudden stop moving. When you move the mouse, you see the scroll arrows, but the mouse cursor WILL NOT move. I've been poking around, trying to figure out how to solve or at least get a workaround for these issues. Today, I was able to play StarCraft for a full campaign episode with no issues. This is how I was able to achieve it: When I reach my login screen I do not log-in, but I switch to a TTY and log-in there. In my install of Arch, I type startx, and I'm greeted with an x-term screen with three windows and x-clock. My default resolution is 1366X768, and if I start POL and run those old games, I'm greeted with a tiny screen in the upper left-hand corner of my screen, regardless of what options I use. To fix that issue, I type in the following command:
$ xrandx --output LVDS1 --mode 640x480
That changes the resolution of my screen to 640X480, the default resolution of the older games that I play. I also don't have the mouse issues that I mentioned earlier when I use Enlightenment. I hope this is helpful to those of you that use Arch Linux and play older games!!!
To change back to your native resolution, type the same command as above, but change the numbers after --mode to the numbers of your native resolution. You're back to normal!
Edited by horsemanoffaith