OpenGL Performance

hi,
I am using OpenGL with X-Motif GUI on Unix workstations. If , I run the application from a remote system ( with rlogin), the display is coming very slowly.
what’s the problem. how can I improve the performance.

thanks in advance.
-sadhu

Hi !

Because are using it from a remote work station…

Normally you loose the hardware acceleration because all the image data must be sent to your client. A raw X implementation of X does

Some times it can be speeded up but it depends on what unix and X server you are using.

Mikael