Não é possível alterar a sensibilidade do touchpad - “property 'Synaptics Finger' não existe, você precisa especificar seu tipo e formato”

0

Eu tentei esta solução no meu Ubuntu 18.04 (laptop HP), mas o terminal diz:

property 'Synaptics Finger' doesn't exist, you need to specify its type and format

Não consigo encontrar uma opção relevante em xinput --watch-props . Aqui está o resultado:

Device 'SynPS/2 Synaptics TouchPad':
    Device Enabled (141):   1
    Coordinate Transformation Matrix (143): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Tapping Enabled (294): 1
    libinput Tapping Enabled Default (295): 0
    libinput Tapping Drag Enabled (296):    1
    libinput Tapping Drag Enabled Default (297):    1
    libinput Tapping Drag Lock Enabled (298):   0
    libinput Tapping Drag Lock Enabled Default (299):   0
    libinput Tapping Button Mapping Enabled (300):  1, 0
    libinput Tapping Button Mapping Default (301):  1, 0
    libinput Natural Scrolling Enabled (276):   1
    libinput Natural Scrolling Enabled Default (277):   0
    libinput Disable While Typing Enabled (302):    1
    libinput Disable While Typing Enabled Default (303):    1
    libinput Scroll Methods Available (278):    1, 1, 0
    libinput Scroll Method Enabled (279):   1, 0, 0
    libinput Scroll Method Enabled Default (280):   1, 0, 0
    libinput Accel Speed (285): 0.000000
    libinput Accel Speed Default (286): 0.000000
    libinput Left Handed Enabled (290): 0
    libinput Left Handed Enabled Default (291): 0
    libinput Send Events Modes Available (261): 1, 1
    libinput Send Events Mode Enabled (262):    0, 0
    libinput Send Events Mode Enabled Default (263):    0, 0
    Device Node (264):  "/dev/input/event5"
    Device Product ID (265):    2, 7
    libinput Drag Lock Buttons (292):   <no items>
    libinput Horizontal Scroll Enabled (293):   1

Eu também tentei definir o toque para 0,5 xinput --set-prop 11 294 0.5 , mas ele desligou completamente.

Existe alguma possibilidade de reduzir a sensibilidade do touchpad?

    
por Vakhtang 13.05.2018 / 09:27

0 respostas