Install Nvidia Proprietary Drivers On Debian
The nvidia proprietary drivers is essential for a good performance of your machine, supports opengl, 3d rendering and much more.
To install the proprietary drivers on Debian is not hard, so, let's go:
1. Install the required tools and compilers
apt-get install build-essential linux-headers-$(uname -r)
2. Disable nouveau driver on Debian
nano ler mais...