diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-01-20 00:44:40 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-08-27 14:59:27 +1000 |
commit | 034be31159f22ce28d84994d541a45ee44963fd8 (patch) | |
tree | 1cd4d585e116197d5ff282c6285cd4818e2f6d5a /man | |
parent | Add the default evdev config (diff) | |
download | xf86-input-evdev-034be31159f22ce28d84994d541a45ee44963fd8.tar.gz xf86-input-evdev-034be31159f22ce28d84994d541a45ee44963fd8.tar.bz2 xf86-input-evdev-034be31159f22ce28d84994d541a45ee44963fd8.zip |
Add "Resolution" option for mice to the evdev driver
It can be used to scale the resolution of a mouse to that of a 1000 DPI
mouse. This can be useful to make high resolution mice less sensitive
without turning off acceleration. The target of 1000 DPI is used as the
same default is used in libinput. If the option is not set no scaling
will be done.
https://bugs.freedesktop.org/show_bug.cgi?id=88134
Signed-off-by: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/evdev.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/evdev.man b/man/evdev.man index 06613fc..e70ae1f 100644 --- a/man/evdev.man +++ b/man/evdev.man @@ -238,6 +238,12 @@ Default: "1". Property: "Evdev Scrolling Distance". .BI "Option \*qDialDelta\*q \*q" integer \*q The amount of motion considered one unit of turning the dial. Default: "1". Property: "Evdev Scrolling Distance". +.TP 7 +.BI "Option \*qResolution\*q \*q" integer \*q +Sets the resolution of the device in dots per inch. The resolution is used +to scale relative motion events from mouse devices to 1000 DPI resolution. This +can be used to make high resolution mice less sensitive without turning off +acceleration. If set to 0 no scaling will be performed. Default: "0". .SH SUPPORTED PROPERTIES The following properties are provided by the |