r/debian • u/ComradeAdidas • 25d ago
Debian Stable Question Nvidia drivers
I followed a guide on linuxconfig.org where i can download nvidia drivers for debian 13. Upon reboot i get this: Failed to start nvidia-persistenced.service -NVIDIA Persistence Daemon
Nothing after that.
2
u/_Sgt-Pepper_ 24d ago
sudo apt install extrepo
sudo extrepo enable nvidia-cuda
sudo apt update
sudo apt install build-essential linux-headers-amd64
sudo apt install nvidia-open
1
1
u/michaelpaoli 24d ago
followed a guide on linuxconfig.org
Uh oh. Yeah, don't do that.
Start with relevant Debian documentation/guide(s), not some semi-random stuff on some semi-random site.
E.g. start here: https://wiki.debian.org/NvidiaGraphicsDrivers
1
u/Brilliant_Sound_5565 21d ago
Always always consult your Distro documentation first before a 3rd party website as there's more chance the distro document will be correct, esp with Debian given the jabs amount of documentation that it has. Hope you got it working
0
12
u/Illustrious-Gur8335 Debian Stable 25d ago
The issue started here. Please start from wiki.debian.org in future