<div dir="ltr">That extra windows is meant to do the rendering and should only happen on the server side to use the GPU.<div>If you want to work offscreen, then you can build ParaView with OSMesa. But if you do that, you won&#39;t use the GPU.</div>
<div>Another approach is to use turboVNC with VirtualGL. The online documentation explain how to set that up.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 5, 2013 at 9:38 AM, kyr <span dir="ltr">&lt;<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Wow,<br>
<br>
using<br>
<br>
pw.visualizer.cmd=./bin/pvpython<br>
lib/paraview-4.0/site-packages/paraview/web/pv_web_visualizer.py --data-dir<br>
. --load-file ../Data/cyl.pvsm --port PORT --authKey SECRET<br>
<br>
in the Jetty config file and<br>
<div class="im"><br>
var config = {<br>
                            sessionManagerURL: serviceURL,<br>
                            name: &quot;Live Articles&quot;,<br>
                            description: &quot;3D visualization with<br>
ParaView/Web&quot;,<br>
</div>                            application: &quot;visualizer&quot;<br>
                        };<br>
<br>
<br>
in the embed .html<br>
<br>
I can visualise a pvsm file !<br>
<br>
The only annoying thing is that an extra window pops up when the data is<br>
loaded. How can that be disabled ?<br>
<br>
Thanks<br>
k.<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2586.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/load-pvsm-file-in-LiveArticles-tp2573p2586.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</div></div></blockquote></div><br></div>