Add a manpage for mouse-dpi-tool

Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2021-11-14 18:28:26 +01:00
parent 69403a63ed
commit 066d9caf55
No known key found for this signature in database
GPG key ID: 80D302F5886D839C
2 changed files with 19 additions and 0 deletions

View file

@ -24,5 +24,6 @@ libevdev_tweak_device_LDADD = $(libevdev_ldadd)
dist_man_MANS = \
libevdev-tweak-device.1 \
mouse-dpi-tool.1 \
touchpad-edge-detector.1 \
$(NULL)

18
tools/mouse-dpi-tool.1 Normal file
View file

@ -0,0 +1,18 @@
.TH MOUSE-DPI-TOOL "1"
.SH NAME
mouse-dpi-tool \- mouse resolution estimation tool
.SH SYNOPSIS
.BR mouse-dpi-tool " <\fIevdev device\fP>"
.SH DESCRIPTION
.B mouse-dpi-tool
reads relative events (mouse movement events) and calculates the
distance covered and maximum frequency of the incoming events.
Combined with a measurement of the actual distance physically covered,
this allows the mouse's resolution to be estimated.
.PP
Some mouse devices provide dynamic frequencies, it is
recommended to measure multiple times to obtain the highest value.
.PP
.SH OPTIONS
.B mouse-dpi-tool
accepts no options.