Ubuntu: Low screen resolution after update
Contents
Table of Contents
After updating Ubuntu I had a screen resolution of only 640x480 and could not change it.
To solve it, I just had to run
sudo dpkg --configure -a
(not sure if I had to do a sudo apt purge nvidia*
before)
and after a reboot everything was fine again.