Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libinput
libinput
Commits
7ffe8269
Commit
7ffe8269
authored
Aug 06, 2018
by
Peter Hutterer
Browse files
doc/user: add the quirks tool to the tool list
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
829e82d2
Changes
1
Show whitespace changes
Inline
Side-by-side
doc/user/tools.rst
View file @
7ffe8269
...
@@ -21,6 +21,8 @@ The most common tools used are:
...
@@ -21,6 +21,8 @@ The most common tools used are:
see :ref:`here <libinput-record>`
see :ref:`here <libinput-record>`
- ``libinput measure``: measure properties on a kernel device,
- ``libinput measure``: measure properties on a kernel device,
see :ref:`here <libinput-measure>`
see :ref:`here <libinput-measure>`
- ``libinput quirks``: show quirks assigned to a device, see
:ref:`here <libinput-quirks>`
Most the tools must be run as root to have access to the kernel's
Most the tools must be run as root to have access to the kernel's
``/dev/input/event*`` device files.
``/dev/input/event*`` device files.
...
@@ -299,3 +301,17 @@ measure specific properties on the device. These tools generally measure one
...
@@ -299,3 +301,17 @@ measure specific properties on the device. These tools generally measure one
thing and one thing only and their usage is highly specific to the tool.
thing and one thing only and their usage is highly specific to the tool.
Please see the **libinput-measure(1)** man page for information about what
Please see the **libinput-measure(1)** man page for information about what
tools are available and the man page for each respective tool.
tools are available and the man page for each respective tool.
.. _libinput-quirks:
------------------------------------------------------------------------------
Listing quirks assigned to a device
------------------------------------------------------------------------------
The ``libinput quirks`` tool can show quirks applied for any given device. ::
$ libinput quirks list /dev/input/event0
AttrLidSwitchReliability=reliable
If the tool's output is empty, no quirk is applied. See :ref:`device-quirks`
for more information.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment