summaryrefslogtreecommitdiff
path: root/tools/libinput-measure-trackpoint-range.man
blob: 94f204040bc4eaae4a2f531b1789351a04ddd6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH LIBINPUT-MEASURE-TRACKPOINT-RANGE "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
.SH NAME
libinput\-measure\-trackpoint\-range \- measure the delta range of a trackpoint
.SH SYNOPSIS
.B libinput measure trackpoint\-range [\-\-help] [/dev/input/event0]
.SH DESCRIPTION
.PP
The
.B "libinput measure trackpoint\-range"
tool measures the delta range of a trackpoint. This is
an interactive tool. When executed, the tool will prompt the user to
interact with the trackpoint. On termination, the tool prints a summary of
the trackpoint deltas seen. This data should be attached to any bug report
relating to the trackpoint's speed.
.PP
This is a debugging tool only, its output may change at any time. Do not
rely on the output.
.PP
This tool usually needs to be run as root to have access to the
/dev/input/eventX nodes.
.SH OPTIONS
If a device node is given, this tool opens that device node. Otherwise, this
tool searches for the first node that looks like a trackpoint and uses that
node.
.TP 8
.B \-\-help
Print help
.SH LIBINPUT
Part of the
.B libinput(1)
suite