I have to improve performance of my graphics application which uses OpenGL 
under Linux. I quite satisfied by results under standard GLX protocol with 
hardware acceleration. But under VNC I've got considerable slowdown.
My crazy idea is to hook all GL commands on the server and send them to the 
viewer as GLX does in indirect mode.
I understand that it disagree with concept of thin client. But I need a 
solution.
Can somebody prompt me how can I catch all GL (GLX ...) calls in XVnc? 
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to