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
I'm trying to use headless-gl on a linux (cloud) machine with an Nvidia GPU to improve rendering speed.
If I use xvfb with no gpu and no glx suppot (e.g. glxgears won't work) then I can create a context.
However, if I use the x11 library with nvidia driver, then glxgears works (so the display is working fine) but headless-gl can't seem to use the display.
> var gl = require('gl')(64, 64)
failed to create drawable
undefined
This is Ubuntu 24.04 and headless-gl 8.0.2.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use headless-gl on a linux (cloud) machine with an Nvidia GPU to improve rendering speed.
If I use
xvfb
with no gpu and no glx suppot (e.g. glxgears won't work) then I can create a context.However, if I use the x11 library with nvidia driver, then glxgears works (so the display is working fine) but headless-gl can't seem to use the display.
This is Ubuntu 24.04 and headless-gl 8.0.2.
The text was updated successfully, but these errors were encountered: