Installing Driver
-
2. Booting Safe Setup
To configure a Boot Safe System
Check if you dispose of a Fallback Kernel to startup:ls | grep initrd
If more than one output on entry then you can go to the next Step!
If not then duplicate an existing Initrd and Kernel Image like:sudo cp vmlinux[VERSIONID] vmlinux-fallback
sudo cp initrd[VERSIONID] initrd-fallback
Just replace [VERSIONID] with a current identifier.
And last, rigenerate the GRUB configuration with:sudo update grub
With this in case you’ll be sure to boot your System choosing this Kernel on GRUB Splash advanced options.
-
3. Enabling Experimental Repo
How to Add Debian Experimental Repo Preserving System Stability
Debian Experimental Apt Repo Setup GuideFollow instructions to Enable the ‘contrib‘ and ‘non-free‘ Sources.
-
4. Installing NVIDIA GeForce Debian Experimental Driver
Then to Install GeForce Debian Experimental Driver on Debian
Simply run:sudo apt install -t experimental nvidia-driver
In case of Installation Issue see if is fixed the Bug #971072.
If Got “User is Not in Sudoers file” then see: How to Enable sudo
And Possibly to Configure the X Server after Setup run:nvidia-xconfig
Last, to Load your barely New Graphics Driver Reboot with:
sudo reboot
Contents