Skip to content

Instantly share code, notes, and snippets.

@przemoc
Last active January 16, 2019 23:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przemoc/69254a88ed8e5a5257ff to your computer and use it in GitHub Desktop.
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
### default values: sensitivity=128, speed=97
ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="TPPS/2 IBM TrackPoint", ATTR{device/sensitivity}="196", ATTR{device/speed}="255"
@przemoc
Copy link
Author

przemoc commented Dec 13, 2015

Tested on my ThinkPad T430 (2344-56G) w/ Debian jessie (8.2).

@vahdani
Copy link

vahdani commented Aug 30, 2016

Thanks. Also worked on my ThinkPad T450s w/ Debian Jessie (8.5).

@ashleylester
Copy link

Works on T420 OpenSUSE Tumbleweed.

@ValdikSS
Copy link

ValdikSS commented Jan 9, 2018

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

@conradnewton
Copy link

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