1libinput-measure-fuzz(1) General Commands Manual libinput-measure-fuzz(1)
2
3
4
6 libinput-measure-fuzz - measure absolute axis fuzz
7
9 libinput measure fuzz [--help] [options] [/dev/input/event0]
10
12 The libinput measure fuzz tool measures the fuzz for an absolute axis
13 on a kernel device. The current implementation does not actually mea‐
14 sure anything, it only prints the relevant information available and
15 suggests a udev rule.
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 touchpad device
26 and uses that node.
27
28 --help Print help
29
31 Part of the libinput(1) suite
32
33
34
35 libinput-measure-fuzz(1)