Tagged Questions
1
vote
1answer
284 views
Cloud Linux with OpenGL acceleration?
We are thinking about launching some Linux server-side services which would greatly benefit of having real accelerated OpenGL available. Currently we are running normal server instances with Mesa ...
1
vote
3answers
6k views
How can OpenGL graphics be displayed remotely using VNC?
I am attempting to run a program that uses OpenGL to render a model in a viewport through VNC unsuccessfully.
The error message I receive is - Xlib: extension "GLX" missing on display ":1.0".
It was ...