我有 Gnome 的 ubuntu 16.04,我的滑鼠指標速度有點太快了。我已經在設置中將其降低到最小值,但它仍然太快/太敏感。我怎麼能讓它變得更慢?
PS:我是 Linux 新手,所以請具體回答。
謝謝。
答案1
我有同樣的問題,您可以透過將其複製並貼上到終端來減慢指針速度
xset m 3/2 5
怎麼運作的
從man xset
mouse The m option controls the mouse parameters; it may be abbreviated to 'm'. Of course, it applies to most pointing devices, not just
mice. The parameters for the pointing device are `acceleration' and `threshold'. The acceleration can be specified as an integer,
or as a simple fraction. Threshold is just an integer. The setting is applied to all connected pointing devices. xinput(1) should
be used if you need device-specific settings.