Isso diz, você tem que editar o arquivo /usr/share/X11/xorg.conf.d/50-synaptics.conf
.Mas as linhas dentro desse arquivo dizem ,
# DO NOT EDIT THIS FILE, your distribution will likely overwrite # it when updating. Copy (and rename) this file into # /etc/X11/xorg.conf.d first. # Additional options may be added in the form of # Option "OptionName" "value"
Portanto, não faça isso. Basta copiar o conteúdo e renomeie este arquivo para xorg.conf.d
e ele parecerá com /etc/X11/xorg.conf.d
.Agora coloque as linhas abaixo no arquivo e salve-o.
Section "InputClass" Identifier "touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "synaptics" Option "FingerLow" "10" Option "FingerHigh" "20" EndSection