linux使用xinput --list --short 发现pointer显示两个同名的鼠标设备?

发布于 2022-09-07 03:25:48 字数 1308 浏览 13 评论 0

请问如何才能修改鼠标的速度?

[root@localhost ~]# xinput list
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜   ↳ Logitech USB Keyboard                       id=9    [slave  pointer  (2)]
⎜   ↳ Logitech G102 Prodigy Gaming Mouse          id=10    [slave  pointer  (2)]
⎜   ↳ Logitech G102 Prodigy Gaming Mouse          id=11    [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ Power Button                                id=6    [slave  keyboard (3)]
    ↳ Power Button                                id=7    [slave  keyboard (3)]
    ↳ Logitech USB Keyboard                       id=8    [slave  keyboard (3)]
[root@localhost ~]# xinput --set-prop "pointer:Logitech G102 Prodigy Gaming Mouse" "Device Accel Velocity Scalling" 5
Warning: There are multiple devices matching 'pointer:Logitech G102 Prodigy Gaming Mouse'.
To ensure the correct one is selected, please use the device ID, or prefix the
device name with 'pointer:' or 'keyboard:' as appropriate.

unable to find device pointer:Logitech G102 Prodigy Gaming Mouse
[root@localhost ~]# 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏夜暖风 2022-09-14 03:25:48

xinput 使用方法:xinput set-prop <device> <property> <val>
其中 device 可以使用名字,也可以使用 设备ID,因为你这里有 2 个同名的,用名字肯定不行,所以要用 ID;property 可以是名字,也可以是 Atom 值(也是一个数),查看方法是 xinput list-props <device>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文