You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packages in this repository are also quite useful on NVIDIA's Ubuntu distribution. OpenGL and Vulkan applications, however, do not work out of the box. Instead, a wrapper like NixGL needs to be made.
I have attempted to make such a wrapper. It works for OpenGL applications, but when testing Vulkan with vkcube, I get a segmentation fault. Has anyone got Vulkan working?
Note that NixGL is attempting something pretty complex: it's trying to find in nixpkgs the userspace drivers that are compatible with the currently running kernel. OTOH, https://github.com/numtide/nix-gl-host just locates the host system's userspace drivers.
Note also for certain applications (CUDA) neither is really sufficient and instead/in addition we need something like NixOS/nixpkgs#267247. CC #160
The packages in this repository are also quite useful on NVIDIA's Ubuntu distribution. OpenGL and Vulkan applications, however, do not work out of the box. Instead, a wrapper like NixGL needs to be made.
I have attempted to make such a wrapper. It works for OpenGL applications, but when testing Vulkan with
vkcube
, I get a segmentation fault. Has anyone got Vulkan working?The text was updated successfully, but these errors were encountered: