1libinput-measure-touchpad-preGsesnuerrea(l1)CommanldisbiMnapnuuta-lmeasure-touchpad-pressure(1)
2
3
4
6 libinput-measure-touchpad-pressure - measure pressure properties of
7 devices
8
10 libinput measure touchpad-pressure [--help] [options]
11 [/dev/input/event0]
12
14 The libinput measure touchpad-pressure tool measures the pressure of
15 touches on a touchpad. This is an interactive tool. When executed, the
16 tool will prompt the user to interact with the touchpad. On termina‐
17 tion, the tool prints a summary of the pressure values seen. This data
18 should be attached to any pressure-related bug report.
19
20 For a full description on how libinput's pressure-to-click behavior
21 works, see the online documentation here: https://wayland.freedesk‐
22 top.org/libinput/doc/latest/touchpad_pressure.html and https://way‐
23 land.freedesktop.org/libinput/doc/latest/palm_detection.html
24
25 This is a debugging tool only, its output may change at any time. Do
26 not rely on the output.
27
28 This tool usually needs to be run as root to have access to the
29 /dev/input/eventX nodes.
30
32 If a device node is given, this tool opens that device node. Otherwise,
33 this tool searches for the first node that looks like a touchpad and
34 uses that node.
35
36 --help Print help
37
38 --touch-thresholds="down:up"
39 Set the logical touch pressure thresholds to down and up,
40 respectively. When a touch exceeds the pressure in down it is
41 considered logically down. If a touch is logically down and
42 goes below the pressure in up, it is considered logically up.
43 The thresholds have to be in device-specific pressure values
44 and it is required that down >= up.
45
46 --palm-threshold=N
47 Assume a palm threshold of N. The threshold has to be in
48 device-specific pressure values.
49
50 If the touch-thresholds or the palm-threshold are not provided, this
51 tool uses the thresholds provided by the device quirks (if any) or the
52 built-in defaults.
53
55 Part of the libinput(1) suite
56
57
58
59 libinput-measure-touchpad-pressure(1)