Debian Jessie
Aby włączyć dotykanie touchpada na stałe, skopiuj 50-synaptics.conf
plik, /etc/X11/xorg.conf.d
a następnie edytuj go, dodającOption "TapButton1" "1"
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
/etc/X11/xorg.conf.d/50-synaptics.conf
Powinny być:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Uruchom ponownie system
Debian Stretch and Buster (zaktualizowany)
Usuń xserver-xorg-input-synaptics
paczkę. (ważny)
# apt remove xserver-xorg-input-synaptics
Zainstaluj xserver-xorg-input-libinput
:
# apt install xserver-xorg-input-libinput
W większości przypadków upewnij się, że masz xserver-xorg-input-libinput
zainstalowany pakiet, a nie xserver-xorg-input-synaptics
pakiet.
Utwórz 40-libinput.conf
plik:
# echo 'Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "on"
EndSection' > /etc/X11/xorg.conf.d/40-libinput.conf
uruchom ponownie DM; na przykład:
# systemctl restart lightdm
lub
# systemctl restart gdm3
Debian wiki: Włącz dotykanie na touchpadzie