博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu更改鼠标灵敏度
阅读量:5126 次
发布时间:2019-06-13

本文共 632 字,大约阅读时间需要 2 分钟。

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

 

转载于:https://www.cnblogs.com/wangchaowei/p/5998877.html

你可能感兴趣的文章
【架构】Linux的架构(architecture)
查看>>
ASM 图解
查看>>
Date Picker控件:
查看>>
你的第一个Django程序
查看>>
grafana授权公司内部邮箱登录 ldap配置
查看>>
treegrid.bootstrap使用说明
查看>>
[Docker]Docker拉取,上传镜像到Harbor仓库
查看>>
javascript 浏览器类型检测
查看>>
nginx 不带www到www域名的重定向
查看>>
记录:Android中StackOverflow的问题
查看>>
导航,头部,CSS基础
查看>>
[草稿]挂载新硬盘
查看>>
[USACO 2017 Feb Gold] Tutorial
查看>>
关于mysql中GROUP_CONCAT函数的使用
查看>>
OD使用教程20 - 调试篇20
查看>>
Java虚拟机(JVM)默认字符集详解
查看>>
Java Servlet 过滤器与 springmvc 拦截器的区别?
查看>>
(tmp >> 8) & 0xff;
查看>>
linux命令之ifconfig详细解释
查看>>
NAT地址转换
查看>>