Quantcast
Channel: MX Linux Forum
Viewing all articles
Browse latest Browse all 4134

General • Re: Login - mouse bug!

$
0
0
With MX-23 libinput is the default driver. If you like you can try / turn back to the good old Synaptics (like I did):

Code:

sudo mv /etc/X11/xorg.conf.d/30-touchpad-libinput.conf{,.old} ; sudo apt update ; sudo apt install xserver-xorg-input-synaptics -y
Reboot.


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



Viewing all articles
Browse latest Browse all 4134

Trending Articles