5

I upgraded to Ubuntu 22.04, My User interface keeps on asking me to log in again and again. I can log in by pressing CTRL+ALT+F3. I did updates Upgrades etc.

I can't find .Xauthority file, and gnome-session doesn't return anything, I gave all permissions to the /tmp directory, and reinstalled ubuntu-desktop. I am using SVGA driver, and tried to search NVIDIA drivers and can't find any. I am not sure how to automatically find a video driver and install it. Any help on it is really helpful.

Rishon_JR
  • 1,028

2 Answers2

6

I had similar issues after upgrading Ubuntu from 20.04 to 22.04.

In my case GNOME kept crashing and restarting after I logged in, apparently because of NVIDIA drivers getting messed up.

I fixed my graphics issues with the steps described here

Specifically:

sudo apt-get remove '^nvidia'
sudo ubuntu-drivers autoinstall
sudo reboot
Larry S.
  • 121
0

Try running these in the terminal:

$ sudo grub-update-gfxpayload && sudo grub-mkconfig && sudo update-grub && sudo update-grub2
$ sudo systemctl reboot -i```
Rishon_JR
  • 1,028