kaye@laptop:~$ ls -l /etc/X11/xorg.conf.d/40-libinput.conf -rw-r--r-- 1 root root 209 Dec 1 18:02 /etc/X11/xorg.conf.d/40-libinput.conf
kaye@laptop:~$ dpkg -l | grep -i xserver-xorg-input ii xserver-xorg-input-all 1:7.7+19 amd64 X.Org X server -- input driver metapackage ii xserver-xorg-input-libinput 0.28.2-2 amd64 X.Org X server -- libinput input driver ii xserver-xorg-input-wacom 0.34.99.1-1 amd64 X.Org X server -- Wacom input driver kaye@laptop:~$ l0f4r0 bash: l0f4r0: command not found thank you! On Wed, Dec 2, 2020 at 3:06 AM <l0f...@tuta.io> wrote: > Hello, > > 1 déc. 2020 à 12:26 de guik...@gmail.com: > > > From this web page, > https://wiki.debian.org/SynapticsTouchpad > > I tried this > > > > $ 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 > > > > It did not work. I guess it's to be expected since I'm using Debian 10 > and not 9? > > > > Any workaround? > > > What are the following outputs please? > > ls -l /etc/X11/xorg.conf.d/40-libinput.conf > > dpkg -l | grep -i xserver-xorg-input > > l0f4r0 > >