Another option, you can use your window manager to automatically move the windows to a different workspace and they won&#39;t get in your way.  If you have compiz enabled, then you can use the Place Windows plugin.  Below is a script that I use to get those vtk windows out of my way.  The script automates settings that you can access in compiz config settings manager gui.<br>
<br>Pat<br><br><br>#!/bin/bash<br><br>workspace=4<br>match_rule=&quot;class=Paraview|class=vtk&quot;<br><br>key=&quot;/apps/compiz/plugins/place/screen0/options&quot;<br><br>if [ &quot;$1&quot; == &quot;on&quot; ]<br>then<br>
  echo &quot;enabling place windows&quot;<br>  gconftool-2 --set &quot;$key/viewport_matches&quot; --type list --list-type string &quot;[$match_rule]&quot;<br>  gconftool-2 --set &quot;$key/viewport_x_values&quot; --type list --list-type int &quot;[$workspace]&quot;<br>
  gconftool-2 --set &quot;$key/viewport_y_values&quot; --type list --list-type int &quot;[1]&quot;<br>elif [ &quot;$1&quot; == &quot;off&quot; ]<br>then<br>  echo &quot;disabling place windows&quot;<br>  gconftool-2 --set &quot;$key/viewport_matches&quot; --type list --list-type string &quot;[]&quot;<br>
  gconftool-2 --set &quot;$key/viewport_x_values&quot; --type list --list-type int &quot;[]&quot;<br>  gconftool-2 --set &quot;$key/viewport_y_values&quot; --type list --list-type int &quot;[]&quot;<br>else<br>  echo &quot;Usage: $0 [on|off]&quot;<br>
  exit 1<br>fi<br><br><br><div class="gmail_quote">On Thu, Sep 29, 2011 at 11:24 AM, Andy Bauer <span dir="ltr">&lt;<a href="mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
As far as I know, using mesa and offscreen rendering is the only way to do that.  Information on that is available at <a href="http://www.vtk.org/Wiki/ParaView/Users_Guide/Parallel_Rendering#Offscreen_Software_Rendering_via_OSMesa" target="_blank">http://www.vtk.org/Wiki/ParaView/Users_Guide/Parallel_Rendering#Offscreen_Software_Rendering_via_OSMesa</a><br>

<br>Andy<br><br><div class="gmail_quote"><div class="im">On Thu, Sep 29, 2011 at 11:06 AM, Rick Muller <span dir="ltr">&lt;<a href="mailto:rpmuller@gmail.com" target="_blank">rpmuller@gmail.com</a>&gt;</span> wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div class="im">I&#39;m currently doing some rendering on a large collection of exodus files using pvpython. I would like for this rendering to be done in the background. However, when I call WriteImage(filename), paraview pops up an X-window, and renders to the screen while saving the image. Is there any way to keep the window from showing up?<br>


<font color="#888888">
<br>Rick Muller<br><br>
</font><br></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br>