Debian Джесси
Чтобы включить тачпад постоянно, скопируйте 50-synaptics.conf
файл и /etc/X11/xorg.conf.d
затем отредактируйте его, добавивOption "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
Должно быть:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Перезагрузите вашу систему
Debian Stretch and Buster (обновлено)
Удалить xserver-xorg-input-synaptics
пакет. (важный)
# apt remove xserver-xorg-input-synaptics
Установить xserver-xorg-input-libinput
:
# apt install xserver-xorg-input-libinput
В большинстве случаев убедитесь, что у вас установлен xserver-xorg-input-libinput
пакет, а не xserver-xorg-input-synaptics
пакет.
Создайте 40-libinput.conf
файл:
# 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
перезапустите свой DM; например:
# systemctl restart lightdm
или
# systemctl restart gdm3
Вики Debian: включить таппад