Skip to content

Instantly share code, notes, and snippets.

@osk2
Last active February 16, 2017 01:33
Show Gist options
  • Save osk2/3fcafca58ecd69156e59 to your computer and use it in GitHub Desktop.
Save osk2/3fcafca58ecd69156e59 to your computer and use it in GitHub Desktop.
Upgrade Nvidia driver on Xubuntu

Upgrade Nvidia driver on Xubuntu

  • Download lastest drive from Nvidia (NVIDIA-Linux-[version].run)

  • Press crtl+alt+1 to switch to vitual console 1

  • sudo service lighdm stop

  • sudo apt-get remove nvidia-[version] nvidia-settings (Replace nvidia-[version] to version that you installed)

  • sudo ./NVIDIA-Linux-[version].run (Replace NVIDIA-Linux-[version].run to your file name)

  • Agree license

  • Hit yes when "The distribution-provided pre-install script failed! Continue installation anyway?" prompt

  • Wait for installation finish

  • sudo reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment