Summary: | Getting/setting the DPI of the mouse | ||
---|---|---|---|
Product: | xorg | Reporter: | sworddragon2 |
Component: | App/xinput | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | enhancement | ||
Priority: | medium | CC: | peter.hutterer |
Version: | 7.7 (2012.06) | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
sworddragon2
2013-06-24 20:08:18 UTC
(In reply to comment #0) > 1. Values below 1 on "Device Accel Constant Deceleration" are not possible. > For example a mouse with 400 DPI can't be set to the speed of a mouse with > 800 DPI. I'll look at that to see if we can set a value for 0-1 to speed things up. > 2. If the DPI value of the mouse is unknown to the user he can't set "Device > Accel Constant Deceleration" to get a consistent speed. we don't get the resolution for relative axes from the kernel (if we do, let me know because I'm not aware of it) so this is a larger change. If other (non-Linux) kernels provide this information we'll need to update the drivers. The XI2 protocol supports resolution for relative devices, something needs to set it though. commit 74469895e39fa38337f59edd64c4031ab9bb51d8 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Mon Jul 15 13:06:28 2013 +1000 dix: allow a ConstantDeceleration between 0 and 1 (#66134) |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.