How can OpenGL graphics be displayed remotely using VNC?

Posted by Jared Brown on Server Fault See other posts from Server Fault or by Jared Brown
Published on 2010-08-24T17:50:13Z Indexed on 2010/12/21 10:55 UTC
Read the original article Hit count: 359

Filed under:
|
|
|
|

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 my understanding that VNC can be configured to render all graphics remotely and send a compressed screen grab from the display buffer to the local client. This would seem to negate the need for GLX extensions on the local client. Can VNC be configured this way and could you briefly describe how?

Remote host:

vncserver on RHEL 5

Local client:

UltraVNC on Windows XP

© Server Fault or respective owner

Related posts about linux

Related posts about Windows