多年来我一直是 Ubuntu 用户,但每天困扰我的一件事就是 Trackpoint。我有一台联想 Carbon X1(第 8 代),当我双启动到 Windows 时,Trackpoint 感觉响应更快、更精确。我说不出它到底是什么。
有没有办法在 Ubuntu 上获得类似的体验?使用 xinput 更改加速度有点帮助。
以下是我已经尝试过的方法:
# 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
我还能做什么?谢谢!