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
Hi! I'm trying to get headless-gl working on a Amazon p2 instance with Ubuntu Server 16.04. When using xvfb without the appropriate nvidia drivers I can only get MAX_VIEWPORT_DIMS of 8192x8192. After proper installation of the nvidia drivers (as described here) xvfb fails with:
xvfb-run -s "-ac -screen 0 1024x768x24" glxinfo
name of display: :99
Xlib: extension "GLX" missing on display ":99".
Error: couldn't find RGB GLX visual or fbconfig
Getting xvfb to recognize the GPU has been a pain. According to this article it's currently no longer necessary to have a X11 server for OpenGL visualization when using an EGL context.
Is this something that currently is or could be supported by headless-gl?
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to get headless-gl working on a Amazon p2 instance with Ubuntu Server 16.04. When using xvfb without the appropriate nvidia drivers I can only get MAX_VIEWPORT_DIMS of 8192x8192. After proper installation of the nvidia drivers (as described here) xvfb fails with:
Getting xvfb to recognize the GPU has been a pain. According to this article it's currently no longer necessary to have a X11 server for OpenGL visualization when using an EGL context.
Is this something that currently is or could be supported by headless-gl?
The text was updated successfully, but these errors were encountered: