GNOME
O utilitário "mouse e touchpad" pode ser usado para ativar o toque e definir opções de rolagem no GNOME.
Espaços de trabalho de plasma do KDE
insira as configurações do sistema do KDE
escolha Hardware / Dispositivos de Entrada / Touchpad (Se não estiver lá, instale o kcm_touchpad primeiro e depois reinicie as Configurações do Sistema. Ele é instalado por padrão.)
selecione a guia "Tocar"
marque a caixa de seleção "Ativar toque"
defina algumas ações de toque em "Botões" abaixo, o padrão é não fazer nada
Como alternativa, o método de todo o sistema descrito em Outros gerenciadores de janelas também pode ser usado.
LXDE
Copie o arquivo /usr/share/X11/xorg.conf.d/50-synaptics.conf para
/etc/X11/xorg.conf.d /
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
Em seguida, no seu editor de texto favorito, modifique esse arquivo como tal:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
####################################
## The lines that you need to add ##
# Enable left mouse button by tapping
Option "TapButton1" "1"
# Enable vertical scrolling
Option "VertEdgeScroll" "1"
# Enable right mouse button by tapping lower right corner
Option "RBCornerButton" "3"
####################################
MatchDevicePath "/dev/input/event*"
EndSection
XFCE
Copie o arquivo /usr/share/X11/xorg.conf.d/50-synaptics.conf para
/etc/X11/xorg.conf.d /
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
Em seguida, no seu editor de texto favorito, modifique o novo arquivo como tal:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
####################################
## The lines that you need to add ##
# Enable left mouse button by tapping
Option "TapButton1" "1"
# Enable vertical scrolling
Option "VertEdgeScroll" "1"
# Enable right mouse button by tapping lower right corner
Option "RBCornerButton" "3"
####################################
MatchDevicePath "/dev/input/event*"
EndSection
MATE
Copie o arquivo /usr/share/X11/xorg.conf.d/50-synaptics.conf para /etc/X11/xorg.conf.d /
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
Em seguida, no seu editor de texto favorito, modifique esse arquivo como tal:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
####################################
## The lines that you need to add ##
# Enable left mouse button by tapping
Option "TapButton1" "1"
# Enable vertical scrolling
Option "VertEdgeScroll" "1"
# Enable right mouse button by tapping lower right corner
Option "RBCornerButton" "3"
####################################
MatchDevicePath "/dev/input/event*"
EndSection
Eu recebo a resposta do fedoraproject.org