Hacker News new | ask | show | jobs
by xur17 2894 days ago
Have you found a good way to adjust the trackpoint speed on your X1 Carbon? It's way too slow on my gen 4, and way too fast on my gen 6 (even after configuring it to max speed on the gen 4).
1 comments

I'm not sure if what I did was the normal way to do it, but:

`xinput list` gave me my trackpoint device's name. Mine is "TPPS/2 Elan TrackPoint"

`xinput list-props "TPPS/2 Elan TrackPoint"` gives a list of properties you can change.

"libinput Accel Speed (302):" looked promising, so I changed it via:

`xinput set-prop "TPPS/2 Elan TrackPoint" 302 0.2` where 302 is the code given in parentheses above, and 0.2 is the speed.