[Paraview] vtkXOpenGLRenderWindow Error

2012-05-31 Thread Magician
Hi all, I was trying to build ParaView on CentOS. It looked OK, but today other users on our machine tried to run ParaView, they got errors as below: > ERROR: In > /home/magician/ParaView-3.14.1-Source/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, > line 404 > vtkXOpenGLRenderWindow (0x2d2e410): Co

Re: [Paraview] vtkXOpenGLRenderWindow Error

2012-06-04 Thread Magician
Hi all, I've been trying to solve the problem. I found an important setting about it. Our ParaView is running on shared Linux cluster, so we operate ParaView with VNC Client. My VNC setting is very simple as below: > vncviewer -geometry [width]x[height] But other users' settings are little diffe

Re: [Paraview] vtkXOpenGLRenderWindow Error

2012-06-05 Thread Bruno Santos
Hi Magician, Good catch! I forgot to suggest another possible fix for your problem - define the environment variable in a command line in VNC window from which you launch ParaView: export LIBGL_ALWAYS_INDIRECT=y Best regards, Bruno On 04-06-2012 15:49, Magician wrote: Hi all, I've be