Summary: | mouse sensitivity setting (for acceleration disabled) | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Javeed Shaikh <syscrash2k> | ||||
Component: | Server/Input/Core | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | trivial | ||||||
Priority: | highest | CC: | brice.goglin, peter.hutterer | ||||
Version: | unspecified | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Javeed Shaikh
2007-12-24 10:23:18 UTC
I forgot to mention that (1) still works in the new model. Thus xset m 2 1 will currently "double" the pointer speed, as expected. I believe I have found the source of the issue. include/inputstr.h: int dxremaind, dyremaind; /* for acceleration */ Those should be floats. I'm going to recompile and test that, of course... Indeed, changing include/inputstr.h: int dxremaind, dyremaind; /* for acceleration */ to include/inputstr.h: float dxremaind, dyremaind; /* for acceleration */ fixes the issue. This seems to be fixed in newer versions. False alarm. It's still broken. I'm not sure what caused me to think that it was fixed. I swear I saw inputstr.h no longer exist, with the code fixed in another file or something... I'll attach a patch in a minute. Created attachment 13806 [details] [review] Patch to fix mouse acceleration *** Bug 14205 has been marked as a duplicate of this bug. *** (In reply to comment #6) > Created an attachment (id=13806) [details] > Patch to fix mouse acceleration > this patch breaks the ABI, so we can't put it in before 1.5. Was commited to git master as 0050165a67bb462e0bf644a11644ad9d587c62bb. |
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.