* Georg Vollnhals -- Sunday 04 March 2007: > With WinXP I had to calibrate the USB joystick once a year, with Linux I > have to do it *every* new session :-(.
Same here with another USB joystick. I've solved that like this: jscal generated calibration script saved to /etc/jscal.sh: # jscal -p /dev/input/js0 >/etc/jscal.sh && chmod 700 /etc/jscal.sh Advised udevd to run the calibration script whenever the js is detected, by changing this line in /etc/udev/rules.d/50-udev-default.rules: -KERNEL=="js*", NAME="input/%k", MODE="0644" +KERNEL=="js*", NAME="input/%k", MODE="0644", RUN+="/etc/jscal.sh" Doesn't help the original poster, of course ... m. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Flightgear-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-users
