[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: couple of questions from a new Debian user





On Sun, Jan 12, 2020 at 5:34 PM Andrei POPESCU <andreimpopescu@gmail.com> wrote:
https://wiki.debian.org/SynapticsTouchpad

Instructions for stretch (Debian 9) should also work for buster.

You are right. This did it for me:

$ mkdir -p /etc/X11/xorg.conf.d
$ 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
$ systemctl restart lightdm

Thank you very much.

Reply to: