nix-community / nixGL

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

Warning/error when using nixGLNvidia version that differs from the installed driver version #98

Open samuela opened 2 years ago

samuela commented 2 years ago

If you install nixGLNvidia and then upgrade your kernel driver version, you will be left with commands like nixGLNvidia-510.47.03 even when you have driver version 510.60.02. In this case programs fail when attempting cuInit.

It would be nice if nixGL threw an error or at least a warning when attempting to run against a different driver version.