Summary: | single mouse click interpreted as multiple clicks, especially when moving | ||
---|---|---|---|
Product: | xorg | Reporter: | Antoine Martin <antoine> |
Component: | Input/Mouse | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | RESOLVED NOTOURBUG | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | antoine, bugs |
Version: | 7.4 (2008.09) | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Antoine Martin
2010-06-22 10:25:11 UTC
what's the evtest output for this mouse? Does the kernel already emit multiple button events? I have the same problem. This is very annoying, although it doesn't happen very often at my system. Here is the relevant evtest output: $ sudo ./evtest /dev/input/event12 | grep LeftBtn Event code 272 (LeftBtn) Event: time 1288700703.767367, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1288700709.607629, type 1 (Key), code 272 (LeftBtn), value 0 Event: time 1288700712.055717, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1288700720.784131, type 1 (Key), code 272 (LeftBtn), value 0 Event: time 1288700723.320214, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1288700731.848621, type 1 (Key), code 272 (LeftBtn), value 0 Event: time 1288700733.592708, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1288700734.496732, type 1 (Key), code 272 (LeftBtn), value 0 Event: time 1288700734.512719, type 1 (Key), code 272 (LeftBtn), value 1 Event: time 1288700737.688877, type 1 (Key), code 272 (LeftBtn), value 0 I pressed the left mouse button (value 1) and moved the mouse for several seconds, then released the mouse button (value 0). The first three times, there were no additional mouse button events. The fourth time, the bug is triggered: there is a button release event and a button press event within a few milliseconds (timestamps 1288700734.496732 and 1288700734.512719). But actually, the mouse button was pressed during this time. Please let me know if I can help with any additional information. please file this bug with the kernel, there isn't much we can do. if the kernel gives us erroneous data, we don't know that so we interpret the above input as several physical button presses. |
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.