码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu更改鼠标灵敏度

时间:2016-10-26 07:21:15      阅读:372      评论:0      收藏:0      [点我收藏+]

标签:style   1.7   and   指定   终端   ext   设置   erp   ted   

需要命令: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更改鼠标灵敏度

标签:style   1.7   and   指定   终端   ext   设置   erp   ted   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!