So the last few times I've played, I get intermittent freezes of my controls. When they come back, my mouse sens is all screwed up. My logitech mouse has 3 dpi settings, of which I use the highest in normal gameplay. After one of these freezes, that setting is too high, and the middle one seems too low. I suspect that this has something to do with a script that I've been running with Nexuiz (for about a year or more), which helps integrate my Logitech g15 keyboard. The reason I think this, is because the freeze/unfreeze is accompanied by the backlight coming on. Here is the script.
does anyone else have this keyboard? Or just give me a clue as to why it's acting up just now? Thanks.
Code:
#! /bin/sh
[ -x "`which aoss`" ] && aoss=aoss
if [ -x "`which gnome-screensaver-command`" ]; then
gnome-screensaver-command -i &
inhibit=$?
fi
loadkeys -c -u -s us
setxkbmap -symbols "pc(pc105)+us"
export SDL_VIDEO_X11_DGAMOUSE=0
export SDL_VIDEO_X11_MOUSEACCEL=1/1/1
g15macro &
mpid = $!
$aoss "$@"
[ -n "$inhibit" ] && kill $inhibit
kill $mpid
xgamma -gamma 1
setxkbmap -symbols "pc(pc105)+us(intl)+group(alts_toggle)"
loadkeys -c -u -s us-intl.iso15
does anyone else have this keyboard? Or just give me a clue as to why it's acting up just now? Thanks.
[wnt!