aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-js/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-js/pkg-message')
-rw-r--r--devel/linux-js/pkg-message32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/linux-js/pkg-message b/devel/linux-js/pkg-message
deleted file mode 100644
index f1d363a2cadd..000000000000
--- a/devel/linux-js/pkg-message
+++ /dev/null
@@ -1,32 +0,0 @@
-===============================================================================
-
-To load the linux_js kernel module immediately, type the following commands:
-
- kldload joy (if PC joystick support is desired)
- kldload uhid (if USB joystick support is desired)
- kldload linux_js
-
-To load the linux_js kernel module at boot, add the following lines to
-/boot/loader.conf:
-
- joy_load="YES" (if PC joystick support is desired)
- uhid_load="YES" (if USB joystick support is desired)
-
-and add the following line to /etc/rc.conf:
-
- linux_js_enable="YES"
-
-To test a joystick, type the following command:
-
- jstest /dev/input/jsXXX
-
-To calibrate a joystick, type the following command:
-
- jscal -c /dev/input/jsXXX
-
-To save the calibration data at system shutdown and restore it at
-boot, add the following line to /etc/rc.conf:
-
- jscal_enable="YES"
-
-===============================================================================