Je me suis lancé dans la méthode décrite sur mon lien plus haut : echec. Je vous décris ma démarche :
J'ai suivi les étapes:
mkdir /etc/X11/xorg.conf.d
Pour l'étape
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
n'ayant pas de fichier 50-synaptics.conf présent, et ayant comme choix :
10-amdgpu.conf 10-nvidia.conf 10-quirks.conf 10-radeon.conf 11-nvidia-prime.conf 40-libinput.conf 70-wacom.conf
J'ai choisi le fichier 40-libinput.conf.
Je l'ai édité pour lui rajouter le fameux
Option "TapButton1" "1"
ce qui me donne ce contenu :
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "TapButton1" "1"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Résultat donc, néan, pas de clic, toujours le scroll mais c'est tout, une idée ? Ais-je mal compris ou mal fait, ou je suis carrément à côté de la plaque :lol: