nix-community / nixGL

A wrapper tool for nix OpenGL application [maintainer=@guibou]
627 stars 76 forks source link

`nvidiaVersionAuto` fails on NVIDIA Jetsons #139

Open hacker1024 opened 11 months ago

hacker1024 commented 11 months ago

A Jetson Orin NX has a /proc/driver/nvidia/version like so:

NVRM version: NVIDIA UNIX Open Kernel Module for aarch64  35.3.1  Release Build  (buildbrain@mobile-u64-6289-d7000)  Sun Mar 19 08:09:33 PDT 2023
GCC version:  gcc version 9.3.0 (Buildroot 2020.08) 

This does not follow the expected format of having a number directly after "Module", and the version number is different to regular drivers as well.