我有 Razer Abyssus 1800 鼠标,无法在 Kubuntu 16.04 中更改鼠标灵敏度。这些是我的设置:
[ ][`]
答案1
如果您想更改鼠标灵敏度,这在带有 Plasma 5.9 的 KDE neon 中仍然有效。它就像 Kubuntu 一样,只是您获得了最新的 KDE 软件。您不需要使用作者为 Fedora 用户添加的 libinput 指令。 https://patrickmn.com/aside/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/
xinput
在终端中使用来查找您的设备。本文的作者使用了xinput --list --short
,但我在没有选项的情况下得到了相同的结果。
高于 1 的值会降低灵敏度。2 是 1/2 灵敏度。
xinput --set-prop "Your device name in quotes" "Device Accel Constant Deceleration" 2
您可以在此处查看您的设置。
xinput --list-props "Your device name in quotes"