Skip to content

Instantly share code, notes, and snippets.

@arthurfranca
Forked from wallacyyy/Nvidia Installation
Last active December 17, 2015 18:38
Show Gist options
  • Save arthurfranca/5654183 to your computer and use it in GitHub Desktop.
Save arthurfranca/5654183 to your computer and use it in GitHub Desktop.
Hit Ctrl + Alt + F1
sudo apt-get update
sudo apt-get install linux-headers-generic
sudo apt-get dist-upgrade
--------------------
If your linux was not installed from a cd, but instead from a stick, do this:
sudo nano /etc/apt/sources.list
Comment all the first lines that have a "cdrom" in the beginning.
Save and exit with Ctrl-O + Enter and Ctrl-X (Exit)
sudo apt-get update
---------------------
Now ...
sudo apt-get install nvidia-current-updates
sudo nvidia-xconfig
reboot
You are done.
To make sure the driver is properly installed, on the system hit the "system key" and type Additional Drivers, verify if the nvidia drivers are properly in use.
Be happy and enjoy your new drivers for gaming on linux =) !
-- EXTRA --
sudo nvidia-settings to change brightness, contrast, color(digital vibrance), antialiasing, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment