<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - TrackPoint speed can not be configured in GNOME3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100965#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - TrackPoint speed can not be configured in GNOME3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100965">bug 100965</a>
from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>SENSITIVITY only goes to 255 and (iirc) it's 0xff masked, so setting it to 800
does not have the effect you'd expect. 800 == 32 when masked like this, so your
best combination is likely going to be 200/2.5 or 255/2.5 or something like
that.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>