SOLVED: joystick problems
Posted: 14 Jan 2012 23:48
If you get trouble calibrating your joystick in Linux, be sure to install the jscal program (check your package manager). There might be several joystick calibrators in your distro for the joydev kernel module (I can think of 3). I had the best luck with jscal. Other programs reported good calibration settings, but HELI-X was still erratic.
jscal -c /dev/input/js0
(follow instructions)
jstest --normal /dev/input/js0
(should give good results, to save calibration:)
echo "#!/bin/sh" > ~/calibrate.sh
jscal -p >> ~/calibrate.sh
chmod +x ~/calibrate.sh
to restore after reboot:
~/calibrate.sh
good luck!
jscal -c /dev/input/js0
(follow instructions)
jstest --normal /dev/input/js0
(should give good results, to save calibration:)
echo "#!/bin/sh" > ~/calibrate.sh
jscal -p >> ~/calibrate.sh
chmod +x ~/calibrate.sh
to restore after reboot:
~/calibrate.sh
good luck!