Hi Harry, On Fri, Aug 27, 2010 at 8:08 PM, Harry Johnson <[email protected]> wrote: > Hi Robert, > > Yeah, I understand that the issue is with limited GLX support in the VNC > server. However, seeing the glsl_simple.osg actually render, albeit with > errors, makes me wonder if there isn't some switch to OSG that would result > in it using a 'dumbed down' set of glx features with the understanding that > performance/appearance will likely suffer.
There will be two separate issues w.r.t OSG - GLX and OpenGL. You are reporting errors in both - GLX with bad requests and OpenGL with missing features (such GLSL). It might be that the GLX errors will be affecting which OpenGL driver is being selected. Unfortunately I'm not an X11 expert, let alone a VNC one so I can't really help with the specifics. I have used the OSG via VNC before it worked OK, but I didn't test it too thoroughly, and it was long ago I can't recall the details I'm afraid. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

