[Wayland-bugs] [Bug 105022] Lenovo P50 - Slow fine touchpad movement makes it jump

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 9 22:59:27 UTC 2018


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

--- Comment #40 from Peter Hutterer <peter.hutterer at who-t.net> ---
Krasi:
I've reverted the patch upstream, (commit e8cb7e4) Unsure how it can affect
scrolling but at this point I'm so out of time for everything that I'll need
your/someone's help debugging this any further, sorry.



Tim:
can we move this to a separate bug please? This one is too noisy to still
figure out what's going on. As a general tip - when you're working on libinput,
put printfs in everywhere and run either sudo ./build/libinput-debug-events
(commandline) or sudo ./build/libinput-debug-gui (a GUI). No need to install
and restart X just for basic testing.

If even the above makes no difference, it's likely that the model flag is never
applied, put a printf in for that in evdev.c. 

> I plan to understand the acceleration logic and change it somehow, so that 
> there must be a certain number of events before acceleration is applied, 
> similar to the idea in the code above.

That's an interesting idea. We previously had code that we required N events
for the pointer to start moving, but that didn't work well, too laggy. But not
having acceleration for the first N events could work (N <=2, I suspect...)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20180409/40e7631d/attachment-0001.html>


More information about the wayland-bugs mailing list