“Atualizado” 16.04 a 17.04 Agora incapaz de mudar a velocidade do mouse

3

O SLIDER NÃO FUNCIONA! O SLIDER FUNDAMENTAL QUE É SUPRIDO PARA TRABALHAR ... NÃO FUNCIONA!

xset m 

NÃO funciona

Dump do mouse

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

Sim, não há desaceleração constante aqui!

    
por se0gqwerg0et 16.04.2017 / 12:44

1 resposta

2

Eu tive o mesmo problema e lutei por um bom tempo até encontrar a solução. A maioria dos outros tutoriais informam que você defina a propriedade "Device Accel Constant Deceleration".

No entanto, meu mouse e, como parece, o seu também usa libinput .

Portanto, a propriedade é um pouco diferente e é chamada de "velocidade Accel libinput" link

Tente definir a velocidade com o seguinte comando:

xinput --set-prop 10 'libinput Velocidade acelerada' -0,8

NB: os valores são betwean -1 e 1

    
por sashok_bg 01.06.2017 / 11:36

Tags