I am an Ubuntu user since years but one thing that bothers me daily is the Trackpoint. I have a Lenovo Carbon X1 (8. Gen) and when I dual boot into Windows the Trackpoint feels much more responsive and precise. I can't tell what it is exaclty.
Is there any way to get a similar experience on Ubuntu? Changing the accelaration with xinput helped a little bit.
Here is what I tried already:
# Get the id of the trackpint
xinput --list --short | grep -i trackpoint
# See what props are available
xinput --list-props 21
# Changed the accelaration to a value that feels more natural for me.
xinput --set-prop 21 'libinput Accel Speed' -0.15
What are more things I can do? Thanks!
0 Answers