With MX-23 libinput is the default driver. If you like you can try / turn back to the good old Synaptics (like I did):
Reboot.
To revert back any time you like for whatever reason:
Code:
sudo mv /etc/X11/xorg.conf.d/30-touchpad-libinput.conf{,.old} ; sudo apt update ; sudo apt install xserver-xorg-input-synaptics -y
To revert back any time you like for whatever reason:
Code:
sudo mv /etc/X11/xorg.conf.d/30-touchpad-libinput.conf.old /etc/X11/xorg.conf.d/30-touchpad-libinput.conf ; sudo apt remove xserver-xorg-input-synaptics -y
Statistics: Posted by Charlie Brown — Sun Mar 03, 2024 1:24 pm