Search found 2 matches
- Wed Feb 06, 2013 1:08 am
- Forum: Linux Troubleshooting
- Topic: (SOLVED) Mouse freaking out in Defcon for Linux.
- Replies: 2
- Views: 8765
SOLVED IT!
I googled SDL, dug up some environment variables. I fixed the problem by setting this environment variable: export SDL_MOUSE_RELATIVE=0 So I created a tiny starter shell-script to get Defcon rolling: #!/bin/bash # See if this fixes the mouse glitch export SDL_MOUSE_RELATIVE=0 cd /usr/local/games/def...
- Tue Feb 05, 2013 4:06 am
- Forum: Linux Troubleshooting
- Topic: (SOLVED) Mouse freaking out in Defcon for Linux.
- Replies: 2
- Views: 8765
(SOLVED) Mouse freaking out in Defcon for Linux.
Right now I'm running it in Kubuntu 12.10, just purchased the paid version on Steam. When I run DEFCON full-screen, there is an issue where I can move my mouse for a fraction of a second, then it snaps back to the screen center. This is very annoying, and makes the game unplayable. So far, the only ...
