触摸板移动太快

触摸板移动太快

我最近将 Ubuntu 安装在我的 MSI U120 上。但是当我使用触摸板时,它太敏感了,指针移动得非常快。我去了可以更改仪表板灵敏度的地方,但它已经“慢”到不能再慢了。所以我做了一些研究,发现这个有效:

sudo apt-get install gsynaptics
gpointing-device-settings

答案1

我通过输入这两行然后调整灵敏度解决了我的问题。

sudo apt-get 安装 gsynaptics
gpointing-device-settings

答案2

打开终端运行命令:xinput --list --short 并记下设备名称。为设备设置恒定减速度:

xinput --set-prop "Razer DeathAdder" "Device Accel Constant Deceleration" 5 就是这样。您可能需要尝试不同的值,对我来说 5 就足够了。

要查看设备的当前设置:

xinput--list-props“雷蛇炼狱蝰蛇”

[http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/][1]

在我的 Acer Aspire 5250 上,我有一个 ETPS/2 Elantech 触摸板,它在 7 时表现更好

xinput --set-prop "ETPS/2 Elantech Touchpad" "设备加速恒定减速" 7

相关内容