diff options
author | Claudius Ellsel <claudius.ellsel@live.de> | 2019-03-19 01:30:22 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-03-19 01:30:22 +0100 |
commit | f674c16835b43955df7e57234dfbe894003bd941 (patch) | |
tree | 639dcb397e81c5d8579398a265886510a7ced985 /hwdb/70-mouse.hwdb | |
parent | bus: fix memleak on invalid message (diff) | |
download | systemd-f674c16835b43955df7e57234dfbe894003bd941.tar.xz systemd-f674c16835b43955df7e57234dfbe894003bd941.zip |
Change Razer Abyssus DPI in 70-mouse.hwdb (#12029)
As discussed in https://gitlab.freedesktop.org/libinput/libinput/issues/198#note_100642 the DPI for the Razer Abyssus mouse is not 3500 by default, but around 1600-1700 when measured with the mouse-dpi-tool.
So I have done some measurements now and always got a value of about 21000 device units on a distance of 12.5 inch. This would result in a calculated resolution of about 1680 DPI. Since such an odd number does not occur in the hwdb file I decided to round to 1600 DPI.
Diffstat (limited to 'hwdb/70-mouse.hwdb')
-rw-r--r-- | hwdb/70-mouse.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/70-mouse.hwdb b/hwdb/70-mouse.hwdb index 98549039f3..0eb5c9d22e 100644 --- a/hwdb/70-mouse.hwdb +++ b/hwdb/70-mouse.hwdb @@ -681,7 +681,7 @@ mouse:usb:v0425p0101:name:G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01 : # Razer Abyssus mouse:usb:v1532p0042:name:Razer Razer Abyssus: - MOUSE_DPI=3500@1000 + MOUSE_DPI=1600@1000 # Razer DeathAdder Black Edition mouse:usb:v1532p0029:name:Razer Razer DeathAdder: |