Driver for Nvidia RTX 5060 Ti (16 Gb) on OS Debian 12 doesn't work

Driver for Nvidia RTX 5060 Ti (16 Gb) on OS Debian 12 doesn’t work.

Latest certified driver available is version 580.76.05

( https://www.nvidia.com/en-us/drivers/details/252613 ). Linux-commands as nvidia-smi & nvtop doesn’t determine GPU.

Please send me URL for downloading corret pathced driver for this card.

Thanks.

Hopefully this will not break terms of service to participate on this forum, but I made instructions how to install (easy) Nvidia drivers on Debian.

I used my own instructions to install driver 575 and 580, albeit not the very latest versions of them. However everything worked fine with my RTX 5070 Ti 16GB so it should apply to your card in identical way.

For those who don’t want to click on the video it comes down to:

sudo apt install extrepo
sudo extrepo update
sudo extrepo enable nvidia-cuda
sudo apt update
sudo apt install nvidia-open-580

Hope this helps.

P.S. You may need to find a way to clean-up the existing driver if you installed it via .run file.
P.P.S. Also check if you installed “nvidia-open” driver. The old one doesn’t work with your card, no matter that the version is 580.

@aaa12, It is virtually impossible for anyone to help you until you provide at least some basic details… a bug report file + syslog excerpts + lspci output for the very least…

…or you could just read the fine manual ;-)
Also, you should warn your viewers that the apt repo contains Data Center drivers and fixes to some desktop problems may lag as you found out yourself in the other thread…

I should do that, yes.

Hello,

I have tried several NVIDIA drivers for my new GPU (GeForce RTX 5060 Ti) under Debian 12:

  • NVIDIA-Linux-x86_64-580.65.06

  • NVIDIA-Linux-x86_64-575.51.02

  • NVIDIA-Linux-x86_64-580.76.05

Unfortunately, I was unable to start the GUI. (The GPU works fine under Windows 11 on the same motherboard and configuration.)

Module glx: vendor=“NVIDIA Corporation”
compiled for 560.47.06, module version = 1.0.0
Module class: X.Org Server Extension
NVIDIA GLX Module 580.76.05 Thu Aug 7 20:02:07 UTC 2025
LoadModule: “nvidia”
Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Module nvidia: vendor=“NVIDIA Corporation”
compiled for 1.6.99.901, module version = 1.0.0
Module class: X.Org Video Driver
NVIDIA dlloader X Driver 580.76.05 Thu Aug 7 20:02:07 UTC 2025
NVIDIA Unified Driver for all supported NVIDIA GPUs
Using built-in extension NV-GLX
Loading sub module “fb”
LoadModule: “fb”
Loading /usr/lib/xorg/modules/libfb.so
Module fb: vendor=“X.Org Foundation”
compiled for 1.20.14, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4

NVIDIA(GPU-0): The NVIDIA GPU PCI:88:0:0 is not supported by 580.76.05
NVIDIA(GPU-0): NVIDIA GPU (PCI:88:0:0) not supported by this driver
No devices detected.
Fatal server error: no screens found

Unloading module: “glxserver_nvidia”
Unloading module: “nvidia”
Unloading module: “glxserver_nvidia”
Failed to initialize the NVIDIA graphics device!

Any ideas?

M

@martin.surname are you using the open driver? I understand that you’re using Debian 12, it works okay on Trixie (Debian 13) using dkms and driver 580.76.05:

elsaco@trixie:~$ sudo modinfo nvidia
filename: /lib/modules/6.12.41+deb13-amd64/updates/dkms/nvidia.ko
import_ns: DMA_BUF
alias: char-major-195-*
version: 580.76.05
supported: external
license: Dual MIT/GPL
firmware: nvidia/580.76.05/gsp_tu10x.bin
firmware: nvidia/580.76.05/gsp_ga10x.bin
softdep: pre: ecdh_generic,ecdsa_generic
srcversion: 993E4F47B7FC3823FCE3D78
alias: of:NTCnvidia,tegra264-displayC*
alias: of:NTCnvidia,tegra264-display
alias: of:NTCnvidia,tegra234-displayC*
alias: of:NTCnvidia,tegra234-display
alias: pci:v000010DEdsvsdbc06sc80i00
alias: pci:v000010DEdsvsdbc03sc02i00
alias: pci:v000010DEdsvsdbc03sc00i00
depends: drm
name: nvidia
retpoline: Y
vermagic: 6.12.41+deb13-amd64 SMP preempt mod_unload modversions
sig_id: PKCS#7
signer: DKMS module signing key

and nvidia-smi output:

Fri Aug 29 13:18:30 2025
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.76.05 Driver Version: 580.76.05 CUDA Version: 13.0 |
±----------------------------------------±-----------------------±---------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 5070 Off | 00000000:02:00.0 On | N/A |
| 0% 40C P5 17W / 250W | 320MiB / 12227MiB | 1% Default |
| | | N/A |
±----------------------------------------±-----------------------±---------------------+

±----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 1968 G /usr/lib/xorg/Xorg 80MiB |
| 0 N/A N/A 2129 G /usr/bin/gnome-shell 30MiB |
| 0 N/A N/A 3602 G /usr/lib/firefox-esr/firefox-esr 151MiB |
±----------------------------------------------------------------------------------------+

Thank you! NVIDIA-Linux-x86_64-580.76.05.run seems to work fine on Debian 12, but only with the MIT-licensed open kernel module; the proprietary build doesn’t work.