[Bug 287453] x11/nvidia-driver: Vulkan and OpenGL are broken on RTX 5000 series

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287453

--- Comment #26 from Tomasz "CeDeROM" CEDRO <[email protected]> ---
Thanks TA :-) Yes I have rebuilt all associated packages:
libc6-shim-20250323.pkg
libepoll-shim-0.0.20240608.pkg
linux-nvidia-libs-devel-580.82.07.pkg
nvidia-driver-devel-580.82.07.1402000.pkg
nvidia-drm-66-kmod-devel-580.82.07.1402000_2.pkg
nvidia-drm-kmod-devel-580.82.07.pkg
nvidia-settings-580.82.07.pkg
nvidia-xconfig-580.82.07.pkg

On GTX1060 CUDA was working here, on RTX5070 it does not, even in Debootstrap
Linux (Debian12).

With that Debian12 I am unpacking linux drivers to match FreeBSD version to
/usr/lib/nvidia/current, added this location in /etc/ld.so.conf.d, then do some
symlinks do other apps find expected libs. I can run 3D Slicer (BambuStudio),
Blender, and other linux stuff, but cuda does not work here.

I guess the FreeBSD driver part is missing so Linuxlator will also not work?

Looks like some bucks wasted :-( I could wait until it works and get GPU with
16..32GB RAM for the same price at that time :-(


=== LINUXLATOR WITH DEBIAN12

# uname -a
Linux hexagon 5.15.0 FreeBSD 14.2-RELEASE-p1 GENERIC x86_64 GNU/Linux


# nvidia-smi
Thu Sep  4 14:47:30 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.82.07              Driver Version: 580.82.07      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%   39C    P0             37W /  250W |    1371MiB /  12227MiB |     28%   
  Default |
|                                         |                        |           
      N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                   
          |
|  GPU   GI   CI              PID   Type   Process name                       
GPU Memory |
|        ID   ID                                                              
Usage      |
|=========================================================================================|
|    0   N/A  N/A           12249      G   terminology                         
    27MiB |
|    0   N/A  N/A           65622      G   /usr/local/libexec/Xorg             
   435MiB |
|    0   N/A  N/A           74302      G   /usr/local/bin/enlightenment        
   259MiB |
|    0   N/A  N/A           91009      G   terminology                         
    51MiB |
|    0   N/A  N/A           98200      G   terminology                         
    27MiB |
|    0   N/A  N/A           98816      G   /usr/local/bin/firefox              
   468MiB |
+-----------------------------------------------------------------------------------------+


# clpeak

Platform: rusticl
clCreateContextFromType (-1)


# clinfo
Number of platforms                               2
  Platform Name                                   rusticl
  Platform Vendor                                 Mesa/X.org
  Platform Version                                OpenCL 3.0
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions with Version                cl_khr_icd                   
                                   0x400000 (1.0.0)
  Platform Numeric Version                        0xc00000 (3.0.0)
  Platform Extensions function suffix             MESA
  Platform Host timer resolution                  0ns

  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 22.3.6
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   rusticl
Number of devices                                 0

  Platform Name                                   Clover
Number of devices                                 0

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              <error: no devices in
non-default plaforms>
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found
in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No devices found in
platform

ICD loader properties
  ICD loader Name                                 Khronos OpenCL ICD Loader
  ICD loader Vendor                               Khronos Group
  ICD loader Version                             
OPENCL_ICD_LOADER_VERSION_MAJOR.OPENCL_ICD_LOADER_VERSION_MINOR.OPENCL_ICD_LOADER_VERSION_REV
  ICD loader Profile                              OpenCL 3.0




=== FREEBSD


# uname -a
FreeBSD hexagon 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64


# clinfo
Number of platforms                               1
  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 24.1.7
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   Clover
Number of devices                                 0

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  Clover
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No devices found in platform
[Clover?]
  clCreateContext(NULL, ...) [default]            No devices found in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found
in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No devices found in
platform

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.3
  ICD loader Profile                              OpenCL 3.0


# clpeak

Platform: Clover
clCreateContextFromType (-1)



# nv-sglrun clinfo
/usr/local/lib/libc6-shim/libc6.so: shim init
Number of platforms                               1
  Platform Name                                   NVIDIA CUDA
  Platform Vendor                                 NVIDIA Corporation
  Platform Version                                OpenCL 3.0 CUDA 13.0.84
  Platform Profile                                FULL_PROFILE
  Platform Extensions                            
cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics
cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64
cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_icd
cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query
cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer
cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid
cl_khr_pci_bus_info cl_khr_external_semaphore cl_khr_external_memory
cl_khr_external_semaphore_opaque_fd cl_khr_external_memory_opaque_fd
cl_khr_semaphore
  Platform Extensions with Version               
cl_khr_global_int32_base_atomics                                 0x400000
(1.0.0)
                                                 
cl_khr_global_int32_extended_atomics                             0x400000
(1.0.0)
                                                 
cl_khr_local_int32_base_atomics                                  0x400000
(1.0.0)
                                                 
cl_khr_local_int32_extended_atomics                              0x400000
(1.0.0)
                                                  cl_khr_fp64                  
                                   0x400000 (1.0.0)
                                                  cl_khr_3d_image_writes       
                                   0x400000 (1.0.0)
                                                  cl_khr_byte_addressable_store
                                   0x400000 (1.0.0)
                                                  cl_khr_icd                   
                                   0x400000 (1.0.0)
                                                  cl_khr_gl_sharing            
                                   0x400000 (1.0.0)
                                                  cl_nv_compiler_options       
                                   0x400000 (1.0.0)
                                                  cl_nv_device_attribute_query 
                                   0x400000 (1.0.0)
                                                  cl_nv_pragma_unroll          
                                   0x400000 (1.0.0)
                                                  cl_nv_copy_opts              
                                   0x400000 (1.0.0)
                                                  cl_nv_create_buffer          
                                   0x400000 (1.0.0)
                                                  cl_khr_int64_base_atomics    
                                   0x400000 (1.0.0)
                                                  cl_khr_int64_extended_atomics
                                   0x400000 (1.0.0)
                                                  cl_khr_device_uuid           
                                   0x400000 (1.0.0)
                                                  cl_khr_pci_bus_info          
                                   0x400000 (1.0.0)
                                                  cl_khr_external_semaphore    
                                   0x400000 (1.0.0)
                                                  cl_khr_external_memory       
                                   0x400000 (1.0.0)
                                                 
cl_khr_external_semaphore_opaque_fd                              0x400000
(1.0.0)
                                                 
cl_khr_external_memory_opaque_fd                                 0x400000
(1.0.0)
                                                  cl_khr_semaphore             
                                   0x400000 (1.0.0)
  Platform Numeric Version                        0xc00000 (3.0.0)
  Platform Extensions function suffix             NV
  Platform Host timer resolution                  0ns
  Platform External memory handle types           Opaque FD
  Platform Semaphore types                        <gatherPlatformInfo:11: get
CL_PLATFORM_SEMAPHORE_TYPES_KHR size : error -30>
  Platform External semaphore import types        Opaque FD
  Platform External semaphore export types        <gatherPlatformInfo:13: get
CL_PLATFORM_SEMAPHORE_EXPORT_HANDLE_TYPES_KHR : error -30>

  Platform Name                                   NVIDIA CUDA
Number of devices                                 1
  Device Name                                     NVIDIA GeForce RTX 5070
  Device Vendor                                   NVIDIA Corporation
  Device Vendor ID                                0x10de
  Device Version                                  OpenCL 3.0 CUDA
  Device UUID                                    
ce9d59d9-13aa-acd6-8ef9-58c4fe9408fc
  Driver UUID                                    
ce9d59d9-13aa-acd6-8ef9-58c4fe9408fc
  Valid Device LUID                               No
  Device LUID                                     6d69-637300000000
  Device Node Mask                                0
  Device Numeric Version                          0xc00000 (3.0.0)
  Driver Version                                  580.82.07
  Device OpenCL C Version                         OpenCL C 1.2
  Device OpenCL C all versions                    OpenCL C                     
                                   0x400000 (1.0.0)
                                                  OpenCL C                     
                                   0x401000 (1.1.0)
                                                  OpenCL C                     
                                   0x402000 (1.2.0)
                                                  OpenCL C                     
                                   0xc00000 (3.0.0)
  Device OpenCL C features                        __opencl_c_fp64              
                                   0xc00000 (3.0.0)
                                                  __opencl_c_images            
                                   0xc00000 (3.0.0)
                                                  __opencl_c_int64             
                                   0xc00000 (3.0.0)
                                                  __opencl_c_3d_image_writes   
                                   0xc00000 (3.0.0)
  Latest conformance test passed                  v2025-04-04-00
  Device Type                                     GPU
  Device Topology (NV)                            PCI-E, 0000:02:00.0
  Device PCI bus info (KHR)                       PCI-E, 0000:02:00.0
  Device Profile                                  FULL_PROFILE
  Device Available                                Yes
  Compiler Available                              Yes
  Linker Available                                Yes
  Max compute units                               48
  Max clock frequency                             2610MHz
  Compute Capability (NV)                         12.0
  Device Partition                                (core)
    Max number of sub-devices                     1
    Supported partition types                     None
    Supported affinity domains                    (n/a)
  Max work item dimensions                        3
  Max work item sizes                             1024x1024x64
  Max work group size                             1024
  Preferred work group size multiple (device)     32
  Preferred work group size multiple (kernel)     32
  Warp size (NV)                                  32
  Max sub-groups per work group                   0
  Preferred / native vector sizes
    char                                                 1 / 1
    short                                                1 / 1
    int                                                  1 / 1
    long                                                 1 / 1
    half                                                 0 / 0        (n/a)
    float                                                1 / 1
    double                                               1 / 1       
(cl_khr_fp64)
  Half-precision Floating-point support           (n/a)
  Single-precision Floating-point support         (core)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
    Correctly-rounded divide and sqrt operations  Yes
  Double-precision Floating-point support         (cl_khr_fp64)
    Denormals                                     Yes
    Infinity and NANs                             Yes
    Round to nearest                              Yes
    Round to zero                                 Yes
    Round to infinity                             Yes
    IEEE754-2008 fused multiply-add               Yes
    Support is emulated in software               No
  Address bits                                    64, Little-Endian
  External memory handle types                    Opaque FD
  External memory assume linear img handle types  (n/a)
  Semaphore types                                 <printDeviceInfo:106: get
number of CL_DEVICE_SEMAPHORE_TYPES_KHR : error -30>
  External semaphore import types                 Opaque FD
  External semaphore export types                 (n/a)
  Global memory size                              12334596096 (11.49GiB)
  Error Correction support                        No
  Max memory allocation                           3083649024 (2.872GiB)
  Unified memory for Host and Device              No
  Integrated memory (NV)                          No
  Shared Virtual Memory (SVM) capabilities        (core)
    Coarse-grained buffer sharing                 Yes
    Fine-grained buffer sharing                   No
    Fine-grained system sharing                   No
    Atomics                                       No
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       4096 bits (512 bytes)
  Preferred alignment for atomics
    SVM                                           0 bytes
    Global                                        0 bytes
    Local                                         0 bytes
  Atomic memory capabilities                      relaxed, work-group scope
  Atomic fence capabilities                       relaxed, acquire/release,
work-group scope
  Max size for global variable                    0
  Preferred total size of global vars             0
  Global Memory cache type                        Read/Write
  Global Memory cache size                        1572864 (1.5MiB)
  Global Memory cache line size                   128 bytes
  Image support                                   Yes
    Max number of samplers per kernel             32
    Max size for 1D images from buffer            268435456 pixels
    Max 1D or 2D image array size                 2048 images
    Base address alignment for 2D image buffers   0 bytes
    Pitch alignment for 2D image buffers          0 pixels
    Max 2D image size                             32768x32768 pixels
    Max 3D image size                             16384x16384x16384 pixels
    Max number of read image args                 256
    Max number of write image args                32
    Max number of read/write image args           0
  Pipe support                                    No
  Max number of pipe args                         0
  Max active pipe reservations                    0
  Max pipe packet size                            0
  Local memory type                               Local
  Local memory size                               49152 (48KiB)
  Registers per block (NV)                        65536
  Max number of constant args                     9
  Max constant buffer size                        65536 (64KiB)
  Generic address space support                   No
  Max size of kernel argument                     32764 (32KiB)
  Queue properties (on host)
    Out-of-order execution                        Yes
    Profiling                                     Yes
  Device enqueue capabilities                     (n/a)
  Queue properties (on device)
    Out-of-order execution                        No
    Profiling                                     No
    Preferred size                                0
    Max size                                      0
  Max queues on device                            0
  Max events on device                            0
  Prefer user sync for interop                    No
  Profiling timer resolution                      1000ns
  Execution capabilities
    Run OpenCL kernels                            Yes
    Run native kernels                            No
    Non-uniform work-groups                       No
    Work-group collective functions               No
    Sub-group independent forward progress        No
    Kernel execution timeout (NV)                 Yes
    Concurrent copy and kernel execution (NV)     Yes
      Number of async copy engines                2
    IL version                                    (n/a)
    ILs with version                              (n/a)
  printf() buffer size                            1048576 (1024KiB)
  Built-in kernels                                (n/a)
  Built-in kernels with version                   (n/a)
  Device Extensions                              
cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics
cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64
cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_icd
cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query
cl_nv_pragma_unroll cl_nv_copy_opts cl_nv_create_buffer
cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid
cl_khr_pci_bus_info cl_khr_external_semaphore cl_khr_external_memory
cl_khr_external_semaphore_opaque_fd cl_khr_external_memory_opaque_fd
cl_khr_semaphore
  Device Extensions with Version                 
cl_khr_global_int32_base_atomics                                 0x400000
(1.0.0)
                                                 
cl_khr_global_int32_extended_atomics                             0x400000
(1.0.0)
                                                 
cl_khr_local_int32_base_atomics                                  0x400000
(1.0.0)
                                                 
cl_khr_local_int32_extended_atomics                              0x400000
(1.0.0)
                                                  cl_khr_fp64                  
                                   0x400000 (1.0.0)
                                                  cl_khr_3d_image_writes       
                                   0x400000 (1.0.0)
                                                  cl_khr_byte_addressable_store
                                   0x400000 (1.0.0)
                                                  cl_khr_icd                   
                                   0x400000 (1.0.0)
                                                  cl_khr_gl_sharing            
                                   0x400000 (1.0.0)
                                                  cl_nv_compiler_options       
                                   0x400000 (1.0.0)
                                                  cl_nv_device_attribute_query 
                                   0x400000 (1.0.0)
                                                  cl_nv_pragma_unroll          
                                   0x400000 (1.0.0)
                                                  cl_nv_copy_opts              
                                   0x400000 (1.0.0)
                                                  cl_nv_create_buffer          
                                   0x400000 (1.0.0)
                                                  cl_khr_int64_base_atomics    
                                   0x400000 (1.0.0)
                                                  cl_khr_int64_extended_atomics
                                   0x400000 (1.0.0)
                                                  cl_khr_device_uuid           
                                   0x400000 (1.0.0)
                                                  cl_khr_pci_bus_info          
                                   0x400000 (1.0.0)
                                                  cl_khr_external_semaphore    
                                   0x400000 (1.0.0)
                                                  cl_khr_external_memory       
                                   0x400000 (1.0.0)
                                                 
cl_khr_external_semaphore_opaque_fd                              0x400000
(1.0.0)
                                                 
cl_khr_external_memory_opaque_fd                                 0x400000
(1.0.0)
                                                  cl_khr_semaphore             
                                   0x400000 (1.0.0)

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  NVIDIA CUDA
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   Success [NV]
  clCreateContext(NULL, ...) [default]            Success [NV]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found
in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  Invalid device type for
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform

ICD loader properties
  ICD loader Name                                 OpenCL ICD Loader
  ICD loader Vendor                               OCL Icd free software
  ICD loader Version                              2.3.3
  ICD loader Profile                              OpenCL 3.0



# nv-sglrun clpeak
/usr/local/lib/libc6-shim/libc6.so: shim init

Platform: NVIDIA CUDA
  Device: NVIDIA GeForce RTX 5070
    Driver version  : 580.82.07 (FreeBSD)
    Compute units   : 48
    Clock frequency : 2610 MHz

    Global memory bandwidth (GBPS)
Segmentation fault (core dumped)

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.