I was running Ubuntu 18.04 on my Dell XPS. I've just upgraded 20.04.
When it boots and gets to the new log in screen, my arrow cursor is frozen and the trackpad does nothing and so the only thing I can do is reboot.
I managed to fix this by going into the boot menu and enabling secure boot. I'm not sure why this would work, but the cursor now moves.
I am now able to type my password and log in to the system, however: when I do so, the cursor is again stuck on the bottom right of the desktop and won't move UNLESS I choose to log in to Ubuntu Wayland and then everything seems okay.
Can someone explain what is happening?
I believe that I have had this problem before when I first got my machine and I was told various things, but it always seemed to involve some combination of (i) turning off / on secure book and (ii) removing / adding nvidia driver.
I found this thread which clearly had the same problem, but there isn't a clear solution in the answers and I don't want to start experimenting and making the problem worse.
nvidia_drm.modeset=1
. I tried both methods. Still no joy. – user1551817 Dec 24 '21 at 21:38apt list --installed | grep gdm3
followed bycat /etc/gdm3/custom.conf
– Error404 Jan 14 '22 at 09:14journalctl -xef -p warning
to analyze what's going on while login in to X.. Copy the relevant output to your post. – Pablo Bianchi Jan 16 '22 at 22:39