First install the following libraries and Tools:
sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev
Next, we will close some modules (drivers), in the terminal enter:
sudo gedit /etc/modprobe.d/blacklist.conf
Add the following to the end of the file (one for each line):
blacklist amd76x_edac blacklist vga16fb blacklist nouveau blacklist rivafb blacklist nvidiafb blacklist rivatv
Save the file and close the editor. Now we want to get rid of any nvidia risiduals in the terminal:
sudo apt-get remove --purge nvidia*
Then you need to restart your computer ( sudo reboot ).
0) Press Ctrl + Alt + F1 on the login screen (you do not need to log in, we still need to restart), then log in.
1) sudo service lightdm stop
2) cd Downloads
3) chmod +x devdriver*.run (driver file name)
4) sudo ./devdriver*.run
You may need to run the installer driver once, reboot (it will remove the nouveau drivers) and repeat the steps again. Follow the instructions of the installer, and everything will be fine when it asks you; yes, you need 32-bit libraries, and you want it to modify the xorg.conf file.
As soon as the installation program completes, restart ( sudo reboot ). You have finished:]
To install the SDK and Toolkit, use steps 3 and 4 with the downloaded files. ( .run )