- /sys/devices/platform/i8042/serio1/serio2
- find /sys/devices/platform/i8042 -name name | xargs grep -Fl TrackPoint | sed 's/\/input\/input[0-9]*\/name$//'
I like sensitivity 125 and speed 80 on the T560; 190 and 90, inertia 10, on the T500.
Update
I found this solution (X1 parameters) that automates everything and survives reboot :-)
Another update, March 2020
Lalufu at github said,You can also usexinput
to modify the libinput values directly:
Runxinput
to show the pointers the system knows about. If you have a ThinkPad you should see something along the lines ofTPPS/2 IBM TrackPoint
or similar.
xinput --set-prop "TPPS/2 IBM TrackPoint" "libinput Accel Speed" -0.5
will modify the pointer speed. Play around with the value to see what you like. If you want this to survive a reboot you can stick this in .bash_profile.