Ubuntu更改鼠标灵敏度
Posted WangC.W
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu更改鼠标灵敏度相关的知识,希望对你有一定的参考价值。
需要命令:xinput
清自行用 man xinput 查询 xinput 帮助文档
1、插入鼠标,打开终端,输入命令:xinput 查询当前已挂在设备
2、拔出鼠标,打开终端,再输入命令:xinput 查询当前已挂在设备,发现缺少的设备即使你使用的鼠标
3、输入命令:xinput --set-prop "pointer:2.4G Mouse" "Device Accel Constant Deceleration" 1.7
注:"pointer:2.4G Mouse"是你鼠标的名称,或者使用 id 指定鼠标,如:xinput --set-prop 16 "Device Accel Constant Deceleration" 1.7
这里的 id 为 16,根据自己的情况自行修改。(推荐使用 id 来指定鼠标)
最后的 1.7 就是设置的鼠标灵敏度,请根据所需要灵敏度自行输入。
Set the property to the given value(s). If not specified, the format and type of the property are left as-is. The arguments are interpreted according to the property type.
以上是关于Ubuntu更改鼠标灵敏度的主要内容,如果未能解决你的问题,请参考以下文章