In /etc/X11/xorg.conf het volgende toevoegen
Section "InputDevice"
Identifier "Synaptics Toutchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorzScrollDelta" "0"
Option "SMHConfig" "true"
# Option "SMHConfig" "on"
EndSection
En bij dit deel de laatste regel toevoegen (waar dat <== staat).
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Toutchpad" "SendCoreEvents" #<== toevoegen
EndSection
Dan is het bewuste tappen niet uitgeschakeld, maar het toutchpad is dan lang zo gevoelig niet meer.