mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 05:40:05 +01:00
Add a manpage for mouse-dpi-tool
Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
69403a63ed
commit
066d9caf55
2 changed files with 19 additions and 0 deletions
|
|
@ -24,5 +24,6 @@ libevdev_tweak_device_LDADD = $(libevdev_ldadd)
|
||||||
|
|
||||||
dist_man_MANS = \
|
dist_man_MANS = \
|
||||||
libevdev-tweak-device.1 \
|
libevdev-tweak-device.1 \
|
||||||
|
mouse-dpi-tool.1 \
|
||||||
touchpad-edge-detector.1 \
|
touchpad-edge-detector.1 \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
||||||
18
tools/mouse-dpi-tool.1
Normal file
18
tools/mouse-dpi-tool.1
Normal 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.
|
||||||
Loading…
Add table
Reference in a new issue