Re: [VirtualGL-Users] turbovnc performance profiling

2010-06-02 Thread DRC
Sorry for the delayed reply. The blitting time is the time required to complete an XPutImage() or XShmPutImage() command. On the client end, this is very fast because the images are being drawn directly to the X server (and then to the graphics card) using shared memory. On the server, whenever

[VirtualGL-Users] New build uploaded which fixes VirtualBox 3.2 problems

2010-06-02 Thread DRC
http://www.virtualgl.org/DeveloperInfo/PreReleases This should eliminate the need to specify CR_SYSTEM_GL_PATH or to run VirtualBox with 'vglrun -nodl'. VBox should now just work with VirtualGL. This was accomplished via a somewhat shameless and application-specific hack in libdlfaker.so, so I