<BR><BR>Hello,<BR><BR>For a long time I have a problem using ParaView 5.2.0 in the client-server mode. However, at the same time, I can use ParaView 4.4.0 in this mode on the same machine. Recently I have built several different versions of ParaView, including 4.3.1, 4.4.0, 5.1.2, 5.2.0, on the same machine and with almost the same compilation options (the only difference among the buildings is the rendering backend), and I found that when built with OpenGL rendering backend, all the versions, including 5.1.2 and 5.2.0, can work normally, in both standalone mode and client-server mode. But when 5.1.2 and 5.2.0 are built with OpenGL2 rendering backend, they can't work. The machine is a node of a HPC system, so I connect to it via realVNC. If I start the paraview execuble by typing ./paraview, I get this output:<BR><BR>Segmentation fault (core dumped)<BR><BR><SPAN title="paraview@paraview.org"></SPAN>If I connect to the node via ssh, and type ./paraview , then I get:<BR><BR>paraview: cannot connect to X server<BR><BR>I know this is because I didn't start the X for the paraview, this test is just for comparison.<BR><BR>If I connect to the node via ssh, and type ./paraview -display :0 , then I get:<BR><BR>X Error: GLXBadContext 144<BR>  Extension:    135 (Uknown extension)<BR>  Minor opcode: 5 (Unknown request)<BR>  Resource id:  0x36001bc<BR>ERROR: In /root/Desktop/ParaView-v5.2.0/VTK/Rendering/OpenGL2/vtkOpenGLRenderWindow.cxx, line 629<BR>vtkXOpenGLRenderWindow (0x339c550): GLEW could not be initialized.<BR><BR><BR>Segmentation fault (core dumped)<BR><BR>If I connect to the node via ssh, and type ./pvserver and connect to it from the paraview GUI on my PC, then I get:<BR><BR>
<STYLE type="text/css">
p, li { white-space: pre-wrap; }
</STYLE>

<P style="TEXT-INDENT: 0px; MARGIN: 0px; -qt-block-indent: 0">Display is not accessible on the server side.</P>
<P style="TEXT-INDENT: 0px; MARGIN: 0px; -qt-block-indent: 0">Remote rendering will be disabled.</P>
<P style="TEXT-INDENT: 0px; MARGIN: 0px; -qt-block-indent: 0"><BR></P>
<P style="TEXT-INDENT: 0px; MARGIN: 0px; -qt-block-indent: 0">This means if I dont't use the rendering feature on the node, other features of the ParaView can be used normally.<BR></P>
<P style="TEXT-INDENT: 0px; MARGIN: 0px; -qt-block-indent: 0"><BR></P>
<P style="TEXT-INDENT: 0px; MARGIN: 0px; -qt-block-indent: 0">If I connect to the node via ssh, and type ./pvserver -display :0, and connect to it from the paraview GUI on my PC, then I get lots of errors on the client side, like this:</P><BR>ERROR: In /home/buildslave/dashboards/buildbot/paraview-pvbinsdash-linux-shared-release_opengl2_qt4_superbuild/source-paraview/VTK/Common/System/vtkSocket.cxx, line 572<BR>vtkClientSocket (0x1973c70): Socket error in call to send. Broken pipe.<BR><BR>And on the server side, the errors are:<BR><BR>X Error of failed request:  GLXBadContext<BR>  Major opcode of failed request:  135 (GLX)<BR>  Minor opcode of failed request:  5 (X_GLXMakeCurrent)<BR>  Serial number of failed request:  28<BR>  Current serial number in output stream:  28<BR><BR>From all the tests, I think it's reasonable to guess that the problem lies in the X Window system and the OpenGL2 rendering backend. The operation system of the node is CentOS 6.3 and the X Window System was installed using "yum groupinstall". The GPU on the node is Tesla C2050 and the driver version is 331.67. The output from "glxinfo | grep OpenGL" is as follow:<BR><BR>OpenGL vendor string: NVIDIA Corporation<BR>OpenGL renderer string: Tesla C2050/PCIe/SSE2<BR>OpenGL version string: 4.4.0 NVIDIA 331.67<BR>OpenGL shading language version string: 4.40 NVIDIA via Cg compiler<BR>OpenGL extensions:<BR><BR>Is there anything wrong with the setting? Why does ParaView with OpenGL rendering backend work on it but that with OpenGL2 not work?<BR><BR>Any help or reply is highly appreciated!<BR><BR>-Zhang<BR><BR><BR><BR><SPAN></SPAN><br><br><br>