In a rootshell (sudo -s) type:
apt-add-repository ppa:ubuntu-x-swat/x-updates
apt-get update
apt-get install nvidia-current
Reboot, and check if drivers are loaded:
glxinfo | grep OpenGL
The output should contain the driver version that was freshly installed at our previous session.
We’re done!
0 Comments