Install NVidia on Linux Mint

If you have a NVidia graphics card, you will need to install drivers for your Linux Mint OS to use this hardware. If you got it, use it, especially if you are using multiple screens.

Follow the instructions on this website: http://www.binarytides.com/install-nvidia-drivers-linux-mint-16/

Do not install drivers from the NVidia website. The website above is simple and less manual steps. Do it.

  1. Download your driver from the NVidia website. It will be large .run file.
  2. Hold CTRL + ALT + F1 to enter into an a full screen terminal. Log in with your username.
  3. Stop your x server: sudo service mdm stop
  4. Install x-swat: sudo add-apt-repository  ppa:ubuntu-x-swat/x-updates
  5. Refresh your available sources: sudo apt-get update
  6. Install their NVidia-current, which is outdated but sets up many things to avoid errors with installing on your own: sudo apt-get install nvidia-current
  7. Restart machine: sudo reboot
  8. Do Steps 2 and 3 again to get into the full screen terminal.
  9. Run your NVIDIA*.run file: sudo ./NVIDIA*.run
  10. Follow prompts.
  11. Restart: sudo reboot
  12. If Cinnamon crashes, you will need to read this and figure out what is best for you.

Sources

This entry was posted in How-To, Linux and tagged , , , , , , , , . Bookmark the permalink.

1 Response to Install NVidia on Linux Mint

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s