1libinput-debug-tablet(1) General Commands Manual libinput-debug-tablet(1)
2
3
4
6 libinput-debug-tablet - debug and visualize tablet axes
7
9 libinput debug-tablet [--help] [options] [/dev/input/event0]
10
12 The libinput debug-tablet tool debugs the values of the various axes on
13 a tablet. This is an interactive tool. When executed, the tool will
14 prompt the user to interact with the tablet and display the current
15 value on each available axis.
16
17 This is a debugging tool only, its output may change at any time. Do
18 not rely on the output.
19
20 This tool usually needs to be run as root to have access to the
21 /dev/input/eventX nodes.
22
24 If a device node is given, this tool opens that device node. Otherwise,
25 this tool searches for the first node that looks like a tablet and uses
26 that node.
27
28 --help Print help
29
30 Events shown by this tool may not correspond to the events seen by a
31 different user of libinput. This tool initializes a separate context.
32
34 Part of the libinput(1) suite
35
36
37
38 libinput-debug-tablet(1)