Installing Generic Driver
-
4. Killing X
Then to Stop X Server & Go to Runlevel 3
-
5. Accessing Target
Access the Target location
Try:Copycd ~/Downloads
To Verify that it’s there List the contents with:
Copyls . | grep NVIDIA
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser. -
6. Installing NVIDIA GeForce Latest
Installing GeForce Latest Debian Driver
First, give Execution Permission:Copysudo chmod +x ./NVIDIA-Linux*.run
Then Execute the Installer with:
Copysudo ./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…
Possibly to Edit the X Configuration file Post-installation Run:Copynvidia-xconfig
Last, to Load your barely New Graphics Driver Reboot with:
Copysudo reboot
Contents