From 276db2c9c227043358ec83cf37116a907f975fcb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 20 May 2020 02:01:47 -0400 Subject: auto-regenerate man/html pages --- unsaver.html | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'unsaver.html') diff --git a/unsaver.html b/unsaver.html index 04e1e92..878eb10 100644 --- a/unsaver.html +++ b/unsaver.html @@ -508,30 +508,29 @@ a single monitor, and may not work properly in multi-head environments.

JOYSTICK DEVICES

-

It's recommended to let unsaver find the joysticks itself. However, -you can pass one or more device names (or just numbers) if the default -doesn't do the right thing for you.

-

If you do use them, the joydev arguments can be one of 3 things:

-
-
    -
  • The first argument can optionally be a directory, which must exist. -The default is "/dev/input". unsaver will look for joystick devices here. -If there are no more joydev arguments, unsaver will monitor devices -and detect hotplug events on devices js0 through js15 in this directory.
  • -
  • One or more numbers. unsaver will prepend the directory and "js" to each number, -and monitor that device. Hotplug events will be detected only for -the specified devices. You could use this e.g. to not monitor your -2nd joystick, because it sometimes drifts and reports false events.
  • -
  • One or more device nodes (e.g. js0). Use relative paths here (relative -to the directory argument or "/dev/input"). This option only exists -for future-proofing (in case the js name changes someday). Hotplug -events will be detected only for the specified devices.
  • -
-
-

None of the joystick devices (whether autodetected, named, or numbered) -has to actually exist when unsaver starts up, although their directory -does have to exist. This means unsaver can detect hotplug events, but -you have to be careful not to typo the device names.

+

It's recommended to let unsaver find the joysticks itself. However, you +can pass one or more joystick numbers if the default doesn't do the right +thing for you. Remember that the first joystick is numbered 0, not 1.

+

When you manually set the list of devices, unsaver will only detect +hotplug events on the devices you gave it. If you plug in more joysticks, +they won't be monitored.

+

None of the joystick devices (whether autodetected or not) has to +actually exist when unsaver starts up, although their directory does +have to exist. This means unsaver can detect hotplug events, but you +have to be careful not to typo the device names.

+

If your system doesn't keep its joystick device nodes in /dev/input, and/or +if they're not named "js<num>", see ENVIRONMENT for a way to override +the default names.

+
+
+

ENVIRONMENT

+
+
UNSAVER_JS_DIR Path to joystick device nodes. If your OS keeps them
+
somewhere besides "/dev/input", set this variable.
+
UNSAVER_JS_NODE Base name for joystick device nodes. "js" by default.
+
Don't set this to "event", unsaver doesn't speak the +full Linux event protocol.
+

EXIT STATUS

-- cgit v1.2.3