DragonFly On-Line Manual Pages

Search: Section:  


libinput(1)                     libinput Manual                    libinput(1)

NAME

libinput - tool to interface with libinput

SYNOPSIS

libinput [--help|--version] <command> [<args>]

DESCRIPTION

libinput is a library to handle input devices and provides device detection and input device event processing for most Wayland compositors and the X.Org xf86-input-libinput driver. The libinput tools are a set of tools to debug, interface with and analyze data for libinput. These tools create libinput contexts separate from that of the compositor/X server and cannot change settings in a running session. See section COMMANDS for a list of available commands. libinput's API documentation and details on features and various high- level concepts are available online at https://wayland.freedesktop.org/libinput/doc/latest/ The man page for the X.Org xf86-input-libinput driver is libinput(4).

OPTIONS

--help Print help and exit --version Print the version and exit

COMMANDS

libinput-debug-events(1) Print all events as seen by libinput libinput-debug-gui(1) Show a GUI to visualize libinput's events libinput-debug-tablet(1) A commandline tool to debug tablet axis values libinput-list-devices(1) List all devices recognized by libinput libinput-list-kernel-devices(1) List all kernel devices available on this system libinput-measure(1) Measure various properties of devices libinput-record(1) Record the events from a device libinput-replay(1) Replay the events from a device libinput-analyze(1) Analyze events from a device libinput-test(1) Test libinput itself.

LIBINPUT

Part of the libinput(1) suite

SEE ALSO

libinput(4) libinput's online documentation https://wayland.freedesktop.org/libinput/doc/latest/ libinput 1.23.0 libinput(1) libinput-quirks(1) libinput Manual libinput-quirks(1)

NAME

libinput-quirks - quirk debug helper for libinput

SYNOPSIS

libinput quirks list [--data-dir /path/to/dir] [--verbose] /dev/input/event0 libinput quirks validate [--data-dir /path/to/dir] [--verbose] libinput quirks --help

DESCRIPTION

The libinput quirks tool interacts with libinput's quirks database. When invoked as libinput quirks list, the tool lists all quirks applied to the given device. When invoked as libinput quirks validate, the tool checks for parsing errors in the quirks files and fails if a parsing error is encountered. This is a debugging tool only, its output and behavior may change at any time. Do not rely on the output.

OPTIONS

--data-dir /path/to/dir Use the given directory as data directory for quirks files. When omitted, the default directories are used. --help Print help --verbose Use verbose output, useful for debugging.

LIBINPUT

Part of the libinput(1) suite libinput 1.23.0 libinput-quirks(1)

Search: Section: