Skip to content

13.04 Nvidia

bootstraponline edited this page Nov 23, 2013 · 8 revisions

sudo apt-get install --reinstall nvidia-313-updates

Ctrl + Alt + F2
sudo apt-get install -y build-essential linux-headers-`uname -r`
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 nvidia-xconfig
sudo reboot

rm /etc/X11/xorg.conf; nvidia-xconfig may fix a black screen issue.

If there's still a black screen, enable no mode set:

  • gksudo gedit /etc/default/grub
  • GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  • sudo update-grub

Clone this wiki locally