Debian 9 NVIDIA 1080 Driver Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Download and Install Debian 9 NVIDIA 1080 Driver Desktop.
The NVIDIA GTX 1080 Debian Driver Install is a breeze, requiring just a few straightforward Shell Commands to complete.
-
Download Latest GTX 1080 Linux Debian Driver
Search for GTX 1080 & Linux 64-bit.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands) -
Then to Stop X Server & Go to Runlevel 3
-
Access the Target location
(Usually Downloads go in the Home folder or when Downloaded with Firefox may be into the Temporary directory /tmp/mozilla*)cd ~/Downloads
Or when downloaded with Firefox maybe:
cd /tmp/mozilla*
To Verify that it’s there List the contents with:
ls .
-
Installing GTX 1080 Driver
First, give Execution Permission:sudo chmod +x ./NVIDIA-Linux*.run
Then Execute the Installer with:
sudo ./NVIDIA-Linux*.run
If Got “User is Not in Sudoers file” then see: How to Enable sudo
If some Issues then See the Readme file on Bottom…