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

Peter Hutterer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #14 from Peter Hutterer <[email protected]> ---
I'm wondering if bug 105303 has something to do with that, although that
wouldn't trigger a delta of 13. Still, might be worth trying this script:

#!/bin/bash

fuzz=0
device=/dev/input/event4
sudo libevdev-tweak-device --abs ABS_X --fuzz $fuzz $device
sudo libevdev-tweak-device --abs ABS_Y --fuzz $fuzz $device
sudo libevdev-tweak-device --abs ABS_MT_POSITION_X --fuzz $fuzz $device
sudo libevdev-tweak-device --abs ABS_MT_POSITION_Y --fuzz $fuzz $device


Run that against the touchpad device (i.e. replace the device node accordingly)
and restart X. This may cause some pointer wobble, the question is whether it
reduces the jumps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to