View Single Post
Posts: 3 | Thanked: 7 times | Joined on Jun 2017 @ (A)
#87
Originally Posted by Smokechus View Post
Good afternoon!
Tell me please step by step how you did it?
ps. I used google translate
Sorry for late answer..

You can remove xserver-xorg-input-libinput

Code:
apt-get remove xserver-xorg-input-libinput
------------------------------------------------------------------------------------------------------------

Or you just rename the file 10-evdev.conf to 50-evdev.conf

Code:
cd /usr/share/X11/xorg.conf.d
mv 10-evdev.conf 50-evdev.conf
...so evdev loads after libinput

If you running the 4.5 kernel, reboot and thats it...

Last edited by err0r3o3; 2017-09-17 at 10:15.
 

The Following 2 Users Say Thank You to err0r3o3 For This Useful Post: