Nvidia Drivers
Setting up Nvidia graphics driversGo to the virtual console using CRTL+ALT+F1, then:
sudo service lightdm stop
sudo add-apt-repository ppa:graphics-drivers/ppa -y
sudo apt-get -y update
sudo apt-get install -y nvidia-415
Follow this link for the raw script.