[Wayland-bugs] [Bug 90735] Touchpad does not feel "right", acceleration issue
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 24 17:10:49 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90735
--- Comment #18 from Britt Yazel <bwyazel at gmail.com> ---
Thinking about this mathematically (note* this is pretty raw, as this is not my
strong suit), what makes sense to me is this:
For the cursor to move 100% across the screen, at a maximum touchpad velocity
threshold that should equal 100% across the length of the touchpad. And, at the
lowest velocity threshold, the distance moved on the screen should equal that
of the distance moved on the touchpad.
So something like:
Delta Xscreen = Delta Xtouchpad * (A) : whereas Amin = 1 and Amax = Screen
Resolution/touchpad resolution
A is then a function of velocity bounded by these two values. And, with regards
to changing velocity over a single finger movement, you could maybe treat the
time between each frame as a individual events, with a recalculation
corresponding to the screen frames.
Anyway, you have probably already thought of this, hope this maybe makes sense.
I don't know. It made sense to me :-/
--
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/20150625/de157d20/attachment.html>
More information about the wayland-bugs
mailing list