1JSCAL(1) General Commands Manual JSCAL(1)
2
3
4
6 jscal - joystick calibration program
7
9 jscal [options] <device-name>
10
12 jscal is a joystick calibration program for Linux joystick driver.
13
15 -c, --calibrate
16 Calibrate the joystick.
17
18 -h, --help
19 Print out a summary of available options.
20
21 -s <x,y,z...>, --set-correction <x,y,z...>
22 Sets correction to specified values.
23
24 -t --test-center
25 Tests if the joystick is corectly calibrated. Returns 2 if the
26 axes are not calibrated, 3 if buttons were pressed, 1 if there
27 was any other error, and 0 on success.
28
29 -V, --version
30 Prints the version numbers.
31
32 -p, --print-correction
33 Prints the current correction settings. The format of the output
34 is a jscal command line.
35
37 jstest(1), jsattach(1).
38
39
40
41 JSCAL(1)