https://bugs.freedesktop.org/show_bug.cgi?id=90735
--- Comment #26 from Peter Hutterer <[email protected]> ---
Finally starting to pick this up again. I have some complaints about slow
movements not being right, so I wonder if dropping deceleration is the right
idea. Simple patch to try out, it may be the right step, please let me know.
diff --git a/src/filter.c b/src/filter.c
index 0bb066c..5aec7df 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -662,6 +662,9 @@ touchpad_accel_profile_linear(struct motion_filter *filter,
factor = pointer_accel_profile_linear(filter, data, speed_in, time);
+ /* Disable deceleration */
+ factor = max(factor, 1.0);
+
return factor * TP_MAGIC_SLOWDOWN;
}
--
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