Friday 18 July 2014

Install the Nvidia GPU drivers using command lines.

I have a brand new PowerEdge T620 and I need to install the Nvidia GPU drivers, I currently can only have command line access of this machine.

How to install the Nvidia GPU drivers using command lines.

In the command line window.

Install kernel headers:

sudo apt-get install linux-headers-generic

Install the nvidia drivers from a PPA :

sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings

Done!

No comments:

Post a Comment

Note: only a member of this blog may post a comment.