“升级” 16.04 至 17.04 现在无法更改鼠标速度

“升级” 16.04 至 17.04 现在无法更改鼠标速度

滑块不起作用!应该起作用的基本滑块...不起作用!

xset m 

不起作用


鼠标转储

mantis@toboggan:~$ xinput --list-props 10

Device 'Razer Razer Abyssus':
Device Enabled (143):   1
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (277): 0.000000
libinput Accel Speed Default (278): 0.000000
libinput Accel Profiles Available (279):    1, 1
libinput Accel Profile Enabled (280):   1, 0
libinput Accel Profile Enabled Default (281):   1, 0
libinput Natural Scrolling Enabled (282):   0
libinput Natural Scrolling Enabled Default (283):   0
libinput Send Events Modes Available (262): 1, 0
libinput Send Events Mode Enabled (263):    0, 0
libinput Send Events Mode Enabled Default (264):    0, 0
libinput Left Handed Enabled (284): 0
libinput Left Handed Enabled Default (285): 0
libinput Scroll Methods Available (286):    0, 0, 1
libinput Scroll Method Enabled (287):   0, 0, 0
libinput Scroll Method Enabled Default (288):   0, 0, 0
libinput Button Scrolling Button (289): 2
libinput Button Scrolling Button Default (290): 2
libinput Middle Emulation Enabled (291):    0
libinput Middle Emulation Enabled Default (292):    0
Device Node (265):  "/dev/input/event4"
Device Product ID (266):    5426, 66
libinput Drag Lock Buttons (293):   <no items>
libinput Horizontal Scroll Enabled (294):   1

是的,这里没有恒定减速!

答案1

我遇到了同样的问题,并且挣扎了好一阵子才找到解决方案。大多数其他教程都告诉您设置属性“设备加速度恒定减速度”。

但是,我的鼠标和你的鼠标似乎也使用库输入

因此该属性有点不同,被称为“libinput Accel Speed”https://www.mankier.com/4/libinput

尝试使用以下命令设置速度:

xinput --set-prop 10'libinput 加速度'-0.8

注意:值介于 -1 和 1 之间

相关内容