Page MenuHomeFreeBSD

x11/nvidia-driver-devel, x11/linux-nvidia-libs-devel, graphics/nvidia-drm[,510,515,61,66]-kmod-devel: Update to 575.64.03
ClosedPublic

Authored by junchoon_dec.sakura.ne.jp on Jul 3 2025, 12:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 9:10 PM
Unknown Object (File)
Thu, Oct 2, 11:19 PM
Unknown Object (File)
Thu, Oct 2, 7:58 AM
Unknown Object (File)
Wed, Oct 1, 5:56 AM
Unknown Object (File)
Mon, Sep 29, 10:41 PM
Unknown Object (File)
Mon, Sep 29, 10:41 PM
Unknown Object (File)
Mon, Sep 29, 10:40 PM
Unknown Object (File)
Sun, Sep 28, 10:01 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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
This revision is now accepted and ready to land.Jul 4 2025, 4:16 AM