{vis}[GCCcore/14.2.0] Vulkan v1.4.328#24029
Conversation
|
I have successfully used this with Mesa + Vulkan ICDs and gotten 3D rendering, software via lavapipe and nvidia drivers, to work. Unfortunately, there is no vglrun for vulkan, so one need to actually have a real Xorg server with hardware acceleration (which is actually very feasible to set up with Xorg + x11vnc), or the application needs to be explicitly written to do headless rendering (which, of course, some might be). None of this can ever be solved in this module though; it depends on how your OS, drivers, and (remote)desktop solution is set up, so this is as good as it can get. |
|
Test report by @Micket |
|
Going in, thanks @Micket! |
(created using
eb --new-pr)I think I need to add a few extra parameters to Mesa (VK_ADD_DRIVER_FILES and such) for this to function. Maybe the reason why my previous attempt at getting Vkcube to run failed in #20030