0

Followed instructions, all nvidia drivers gone. when I enter:

sudo apt-get install nvidia-current nvidia settings

I get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nvidia
E: unable to locate package settings 
Saurav Kumar
  • 15,174
Martin
  • 1

1 Answers1

1

In your question there is a missing hyphen in nvidia settings. Open the terminal and type the correct command which is:

sudo apt-get install nvidia-current nvidia-settings
karel
  • 122,292
  • 133
  • 301
  • 332