I was trying to solve an issue with my external monitor in Ubuntu 20.04 with my asus-rog
I tried the following solution, External monitor not detected on Ubuntu 18.04
sudo apt-get purge 'nvidia*'
sudo add-apt-repository ppa:graphics-drivers
sudo apt-get update
sudo ubuntu-drivers autoinstall
Now I get the following error:
The following packages have unmet dependencies:
linux-modules-nvidia-460-generic-hwe-20.04 : Depends: nvidia-kernel-common-460 (<= 460.39-1) but 460.56-0ubuntu0.20.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
lspci | grep VGA
in a terminal window. – wyphan Mar 17 '21 at 18:04