mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
Changes are: 1. "configuration options" is same as "options" 2. The clarification "e.g. scrolling" doesn't clarify anything because a user don't necessarily knows there're "2-finger scroll" and "edge-scroll"; and even if they do, they can imagine the settings to be represented by "0" and "1" values, which then begs a question: why aren't all "Enabled/Disabled" settings are prefixed with "*" too. Instead, replace the vague `multiple different settings` with more specific `more settings than "enabled/disabled"`. 3. "ones" is shorter than "settings" and makes sure a user haven't lost context. Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
41 lines
1.3 KiB
Groff
41 lines
1.3 KiB
Groff
.TH libinput-list-devices "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
|
|
.SH NAME
|
|
libinput\-list\-devices \- list local devices as recognized by libinput and
|
|
default values of their configuration
|
|
.SH SYNOPSIS
|
|
.B libinput list\-devices [\-\-help]
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The
|
|
.B "libinput list\-devices"
|
|
tool creates a libinput context on the default seat "seat0" and lists all
|
|
devices recognized by libinput. Each device shows available configurations
|
|
the respective default configuration setting.
|
|
.PP
|
|
For options that allow more settings than "enabled/disabled", all available ones
|
|
are listed. The default setting is prefixed by an asterisk (*).
|
|
.PP
|
|
This tool usually needs to be run as root to have access to the
|
|
/dev/input/eventX nodes.
|
|
.SH OPTIONS
|
|
.TP 8
|
|
.B \-\-help
|
|
Print help
|
|
.SH NOTES
|
|
.PP
|
|
Some specific feature may still be available on a device even when
|
|
no configuration is exposed, a lack of a configuration option does not
|
|
necessarily mean that this feature does not work.
|
|
.PP
|
|
A device may be recognized by libinput but not handled by the X.Org libinput
|
|
driver or the Wayland compositor.
|
|
.PP
|
|
An xorg.conf(5) configuration entry or Wayland compositor setting may have
|
|
changed configurations on a device. The
|
|
.B "libinput list\-devices"
|
|
tool only shows the device's default configuration, not the current
|
|
configuration.
|
|
.SH LIBINPUT
|
|
Part of the
|
|
.B libinput(1)
|
|
suite
|