Skip to content

13.04 Nvidia

bootstraponline edited this page Jun 23, 2013 · 8 revisions
Ctrl + Alt + F2
sudo apt-get install -y build-essential linux-source linux-headers
sudo service lightdm stop
sudo apt-get remove nvidia*
sudo apt-get purge xserver-xorg-video-nouveau
chmod +x ./NVIDIA-Linux*
./NVIDIA-Linux* # run the installer twice if any errors
sudo service lightdm start

Clone this wiki locally