0

I am trying to install graphic card drivers for my GTX 1060

first I ran sudo ubuntu-drivers devices for recommended driver

enter image description here

which is 415 version

But as you can see in screenshot that apply button is disabled for only 415 option

enter image description here

how can I install that?

Saurabh
  • 101

1 Answers1

0

Before everything, run nvidia-smi to see which driver version do you have. If you have a version lower than the recommended one, then try this method (it worked for me with Nvidia GeForce 940MX):

  1. Run this command ubuntu-drivers devices to see which Nvidia driver is recommended for your graphic card
  2. Run sudo ubuntu-drivers autoinstall.

If the previous command didn't install the desired version of Nvidia drivers, try this: sudo apt install nvidia-<driver_version>.

You can find more information and different methods in this link

singrium
  • 7,320