[Wayland-bugs] [Bug 91196] Using mouse wheel to scroll to one direction sometimes jumps a bit to the other direction

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 2 19:43:56 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=91196

Peter Hutterer <peter.hutterer at who-t.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #3 from Peter Hutterer <peter.hutterer at who-t.net> ---
hmm, not sure what to do here, this appears to be a hardware issue. Look at the
events (after a grep):

E: 4.503993 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.535996 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.551996 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.567994 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.583995 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.607994 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.888004 0002 0008 0001    # EV_REL / REL_WHEEL            1
E: 4.911997 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.928007 0002 0008 0001    # EV_REL / REL_WHEEL            1
E: 4.943995 0002 0008 0001    # EV_REL / REL_WHEEL            1
E: 4.959997 0002 0008 -001    # EV_REL / REL_WHEEL            -1
E: 4.983997 0002 0008 -001    # EV_REL / REL_WHEEL            -1
...

the first number is the time in seconds since starting evemu. so you do really
get wrong scroll events on that mouse at random intervals. the rest of the log
shows the same issue. 

note that the events are as they come directly from the kernel, libinput or
other pieces of the stack have no effect here. in fact, these are the same
events that libinput would see.

there isn't much we can do here tbh, looks like the HW is broken. sorry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150703/0a2a752e/attachment.html>


More information about the wayland-bugs mailing list