Increase Trackpoint Sensititvity with SystemD (Ubuntu 15.04 or later)
- Ctrl + Alt + T (Opens Terminal)
sudo -i gedit /etc/tmpfiles.d/tpoint.conf
-
Add the following lines (*):
w /sys/devices/platform/i8042/serio1/speed - - - - 255 w /sys/devices/platform/i8042/serio1/sensitivity - - - - 255 w /sys/devices/platform/i8042/serio1/inertia - - - - 6 w /sys/devices/platform/i8042/serio1/press_to_select - - - - 0
Adjust the numbers to your liking. Higher = More Fast/Sensitive --
press_to_select
is for tapping on the trackpoint to simulate a click.1
to enable.Save, Exit.
- For these changes to take effect before next reboot (see), run
sudo systemd-tmpfiles --prefix=/sys --create
(*) Thinkpad X1 Yoga Or Thinkpad W530 users will need to modify slightly:
w /sys/devices/platform/i8042/serio1/serio2/...
You can find out the exact path on your device via:
find /sys/devices/platform/i8042 -name name | xargs grep -Fl TrackPoint | sed 's/\/input\/input[0-9]*\/name$//'
Personal Recommendation
- Use the highest settings (255,255)
- Go into Mouse and Touchpad settings and set that bar value to the lowest value.
After you get used to it, your finger will have to do much less effort into moving the cursor and will greatly reduce any strains or pains in your finger.