Update to latest New Feature Branch (NFB) of drivers 575.64.03:
https://www.nvidia.com/en-us/drivers/details/249046/
Linux counterparts for x11/linux-nvidia-libs-devel:
https://www.nvidia.com/en-us/drivers/details/249044/
PR: 287984
Differential D51144
x11/nvidia-driver-devel, x11/linux-nvidia-libs-devel, graphics/nvidia-drm[,510,515,61,66]-kmod-devel: Update to 575.64.03 junchoon_dec.sakura.ne.jp on Jul 3 2025, 12:26 PM. Authored by Tags None Referenced Files
Subscribers
Details
Update to latest New Feature Branch (NFB) of drivers 575.64.03: Linux counterparts for x11/linux-nvidia-libs-devel: PR: 287984
Diff Detail
Event TimelineComment Actions Hmm, I am working on this x11/nvidia-driver-devel 575.64.03 right now, but the nv-sglrun clpeak also crashes thus there is no CUDA / OpenCL. But I think its good to provide this updated version for wider audience testing just as the desktop display driver :-) What I noticed about nvidia drivers all components are strongly tied to exact numbers that is 575.64.03 does not even work with 575.64 all must be 575.64.03. I was initially trying to run everything from a console without Xorg and I noticed there were some kernel / acpi warnings related to firmware when loading nvidia driver or launching the nv-sglrun / nvidia-smi. nv-sglrun nvidia-smi when running as root works fine and shows CUDA 12.9. Running this as standard user caused kernel panic directly from console (with error message about lack of privileges), on the other hand I just tried again from Xorg and when firmware is already loaded there was no kernel panic. I think the lack of CUDA is closely related to either nvidia firmware and/or libc6-shim missing something and/or both :-) hexagon% nvidia-smi Fri Jul 4 04:09:23 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 575.64.03 Driver Version: 575.64.03 CUDA Version: N/A | |-----------------------------------------+------------------------+----------------------+ | 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% 37C P0 28W / 250W | 849MiB / 12227MiB | 21% Default | | | | N/A | +-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | 0 N/A N/A 1910 G /usr/local/bin/firefox 288MiB | | 0 N/A N/A 82607 G /usr/local/libexec/Xorg 331MiB | | 0 N/A N/A 87624 G /usr/local/bin/enlightenment 152MiB | +-----------------------------------------------------------------------------------------+ hexagon% nv-sglrun nvidia-smi /usr/local/lib/libc6-shim/libc6.so: shim init Fri Jul 4 04:09:32 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 575.64.03 Driver Version: 575.64.03 CUDA Version: 12.9 | |-----------------------------------------+------------------------+----------------------+ | 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% 36C P0 27W / 250W | 849MiB / 12227MiB | 0% Default | | | | N/A | +-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| +-----------------------------------------------------------------------------------------+ hexagon% nv-sglrun clpeak /usr/local/lib/libc6-shim/libc6.so: shim init Platform: NVIDIA CUDA Device: NVIDIA GeForce RTX 5070 Driver version : 575.64.03 (FreeBSD) Compute units : 48 Clock frequency : 2610 MHz Global memory bandwidth (GBPS) zsh: segmentation fault nv-sglrun clpeak hexagon% pkg info -x nvidia linux-nvidia-libs-devel-575.64.03 nvidia-driver-devel-575.64.03.1402000 nvidia-drm-61-kmod-devel-575.64.03.1402000_2 nvidia-drm-kmod-devel-575.64.03 nvidia-settings-570.169 nvidia-xconfig-570.169 hexagon% uname -a FreeBSD hexagon 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64 |