0

i've been using ubuntu 20.04 for quite some time now, also have the NVIDIA Quadro P600. after seeing the same error over and over, decided to investigate: The error: after some time with the computer on - the menus (when i try to shutdown, restart etc.) are gone missing (i can hover over them, but can't see the text). assumed it's the gpu drivers (after all - it's visual), then decided to try and update. i did the apt-get update and upgrade just to be on the safe side. then tried to update using this command:

'sudo apt install nvidia-driver-510 nvidia-dkms-510'

and i've been getting this over and over: the image (as shown on picture attached) don't know what to do. i've been trying to update via system update (gui version) - been getting some huge errors but i can take screenshot since it's bigger than my screen LOL

i would very much appreciate the help

1 Answers1

1

The problem with images from terminal output, you can not read it complete.

sudo mv /etc/apt/sources.list /etc/apt/sources.list.bak

renames your current one.

sudo cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list

Restores the default sources.list. Refresh information what is available on packages.

sudo apt update && sudo apt full-upgrade

then try again.

nobody
  • 5,792