Some explanation of my original message. What I mean server-client is not the paraview server-client mode,but just run paraview on another machine(PC) and tunnel(or forward X11) the display on the local machine. Using this method ,I still get the bad legend.
When you forward X11 back to your local machine you are rendering locally. The server is deciding what to draw, but it is sending X commands to the local machine to make the client render it. This is slower than either pure local rendering, where the local machine tells the local X display what to draw, or pure remote rendering, where the remote machine tells the remote X display what to draw and then sends finished images over to the client.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
