-1

I have Ubuntu 14.05 installed with an Nvidia Driver. After recent automatic software updates, the Nvidia driver was disabled and when I rebooted, the standard driver was enabled. How do I re-enable the Nvidia driver?

NOTE: I tried to re-install the NVIDIA driver, but had problems. It requires the kernel source code and that now seems to be missing. I can't install the kernel source now because the machine is now off the internet.

JB_User
  • 393

1 Answers1

0

Download the binary package from nvidia

Switch to tty (Ctrl+Alt+F1)

Stop lightdm with sudo service lightdm stop

cd to the folder where you have the driver binary

run it with sudo ./nameofthebinary and follow the steps of the installer

reboot.