Last active
January 16, 2019 23:24
-
-
Save przemoc/69254a88ed8e5a5257ff to your computer and use it in GitHub Desktop.
udev rule (put it in /etc/udev/rules.d/) to make trackpoint more sensitive and speedy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### default values: sensitivity=128, speed=97 | |
| ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="TPPS/2 IBM TrackPoint", ATTR{device/sensitivity}="196", ATTR{device/speed}="255" |
Works on T420 OpenSUSE Tumbleweed.
Not working with modern systemd and libinput.
Use the following:
/etc/udev/hwdb.d/71-pointingstick-local.hwdb
evdev:name:TPPS/2 IBM TrackPoint:dmi:bvn*:bvr*:bd*:svnLENOVO:pn*:pvrThinkPad*:*
POINTINGSTICK_SENSITIVITY=230
Thanks, @ValdikSS ! Worked for me with Debian testing on a Thinkpad X260.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. Also worked on my ThinkPad T450s w/ Debian Jessie (8.5).