project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Knute

Pages: [1]
1
Linux / Re: xinerama multi monitor setup
« on: September 22, 2013, 08:48:55 pm »
You know, I was just looking in my shell and ran across a possible "magic" env variable in my configs that I had commented out a while back.

Code: [Select]
#Multihead fix for SDL
export SDL_VIDEO_FULLSCREEN_HEAD=0

I use zsh, so that's set up for zsh.
If I remember correctly, what this does is set full screen sdl on only one monitor.  Primary would be 0, secondary 1, etc...

Remember that after setting the variable, you either need to log out and log back in, or start a new shell, and run the game from that shell, or else it won't take effect.

HTH

2
Linux / Cursor randomly jumping across the screen
« on: September 22, 2013, 08:42:25 pm »
I just recently started playing this after a long while, and I had an issue in 2.4 where the cursor would randomly jump across the screen.  Made it interesting when you were targeting an alien, hit fire, and suddenly you were taking out half of your team that was behind you!

I don't know if that was an issue that was fixed in 2.5 or not, but the reason that I am posting about it here is that I wanted to mention the variables that I exported from my shell.

I can't remember where I ran across this, I think it was a fix for a mouse issue in another game.  Don't know what prompted me to go looking for it, but after uncommenting it, and logging out and back in, the jumping stopped, making the game much more fun.  ;D

Code: [Select]
# Fixes Savage mouse problems.
export SDL_VIDEO_X11_DGAMOUSE=0

Oh yeah, and my shell is zsh, and I run Gentoo, if that's relevant.


Pages: [1]