Comment 11 for bug 1921536

Revision history for this message
Daniel van Vugt (vanvugt) wrote (last edit ):

> Amd why are ALL the options disabled for me?

It thinks you installed a driver manually from nvidia.com, which Ubuntu doesn't support. Try this:

  /usr/bin/nvidia-installer --uninstall
  # From http://us.download.nvidia.com/XFree86/Linux-x86_64/535.54.03/README/installdriver.html

Also uninstall any packages from previous drivers, which you can find with:

  dpkg -l | grep nvidia | grep -e '\<[345][0-9][0-9]\.'

and also delete any lingering kernel modules, which you can find with:

  find /usr/lib -name nvidia.ko

then reboot and hopefully the 'Additional Drivers' app will behave better.