> Does any one knows what is the status of OpenGL > support for either Xorg > or Xsun running through Xvfb? Is it even possible?
Just point DISPLAY at an Xvfb server, and run $ xdpyinfo|grep GLX If you get something, it should work, otherwise not (although one could have a library that did it all client-side without needing the GLX extension, I suppose; Mesa might be able to be set up like that, in which case clients using that library would work whether or not the server had the GLX extension). Don't expect acceleration (not with Xvfb because there's no associated physical display hardware, and not with client-side Mesa either). This message posted from opensolaris.org
