Touchpad clique não funciona no xfce4 linux mint

0

Estou usando xfce4 em linux-mint . O clique do touchpad não está funcionando enquanto eu posso rolar usando dois dedos e cliques da esquerda para a direita também estão funcionando. O conteúdo do arquivo /usr/share/X11/xorg.conf.d/50-synaptics.conf é:

Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "VertEdgeScroll" "1"
#This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:

# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-
errors.html

  MatchDevicePath "/dev/input/event*"
EndSection

Quando executo o comando synclient TapButton=1 , recebo um erro:

Couldn't find synaptics properties. No synaptics driver loaded?

e saída de xinput -list é:

Virtual core pointer                        id=2    [master pointer  
(3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  
pointer  (2)]
⎜   ↳ Logitech USB Receiver                     id=11   [slave  
pointer  (2)]
⎜   ↳ ETPS/2 Elantech Touchpad                  id=15   [slave  
pointer  (2)]

Por isso, usando driver Elantech ao invés de synaptics driver , devo alterar o driver? Se não, então como corrigir o problema?

    
por Debian_yadav 05.05.2018 / 08:08

0 respostas