<div dir="ltr">You will need to build ParaView with the proper rendering library like describe here: <div><br></div><div><a href="https://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/Offscreen.html">https://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/Offscreen.html</a></div><div>and </div><div><a href="http://kitware.github.io/paraviewweb/docs/os_mesa.html">http://kitware.github.io/paraviewweb/docs/os_mesa.html</a><div><br></div><div>Although, if you have a NVidia GPU, the best approach is to build ParaView with EGL. </div><div><br></div><div>But if you have a server X on the server and you just don't want to see the window there are some arguments you can add to pvpython/pvbatch to leverage a different rendering backend.</div><div>You can see those arguments when running --help. </div><div><br></div><div><a href="https://github.com/Kitware/ParaView/blob/master/ParaViewCore/ClientServerCore/Core/vtkPVOptions.cxx#L301-L309">https://github.com/Kitware/ParaView/blob/master/ParaViewCore/ClientServerCore/Core/vtkPVOptions.cxx#L301-L309</a><br></div><div><br></div><div>HTH,</div><div><br></div><div>Seb</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 30, 2018 at 2:07 AM, Albrecht Kyrieleis <span dir="ltr"><<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>I want to start the light-viz server remotely from a command line. Using option -s starts the server, but when I open a data sets  it crashes with:</div><div><br></div><div><b>ERROR: In ../vtkXOpenGLRenderWindow.cxx, line 273</b></div><div><b>vtkXOpenGLRenderWindow (0x5823a00): bad X server connection. DISPLAY=[..</b></div><div><b><br></b></div><div>I guess this is because of the small window that pops up on the server when I open a data sets. How can I avoid that ? I tried the option --offscreen, but got the error:</div><div><br></div><div> error: unknown option `--offscreen'</div><div><br></div><div>I added this option in bin/light-viz-cli.js, but it does not seem to be part of pvw-light-viz.py</div><div><br></div><div>Many thanks</div><span class="HOEnZb"><font color="#888888"><div>Albrecht </div></font></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
<br></blockquote></div><br></div>