首页 > 系统服务 > 详细

Ubuntu更改鼠标灵敏度

时间:2016-10-26 07:19:40      阅读:230      评论:0      收藏:0      [点我收藏+]

需要命令: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

    这里的 id16,根据自己的情况自行修改。(推荐使用 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更改鼠标灵敏度

原文:http://www.cnblogs.com/wangchaowei/p/5998877.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!