I am using Kubuntu 18.04 LTS on a Dell XPS 13 7390. Recently I got the update needed notification and, as any other user, updated my system promptly. When I rebooted my laptop my touchpad does not work properly anymore.
KDE settings do show that I have enabled "click emulation" and "inverse vertical scrolling" but what the settings show is just not true. Neither click emulation nor inverse scrolling are enabled. I have tried to restore default settings and then to set them again, to no avail.
$ cat ~/.config/touchpadrc
[parameters]
InvertVertScroll=true
Tapping=true
My current kernel is 5.4.0-84-generic #94~18.04.1-Ubuntu
. The last kernel when my touchpad settings worked was 5.4.0-81-generic
.
To figure out what was the last working kernel, I needed to reboot into each of the kernels currently installed on my system and make sure whether my touchpad works properly or not.
To get GRUB menu showing on each startup I needed to change the following two lines in my /etc/defaults/grub
:
# GRUB_TIMEOUT_STYLE=hidden
# GRUB_TIMEOUT=0
GRUB_TIMEOUT=-1