<HTML>
<HEAD>
<TITLE>Re: [Paraview] remote rendering with paraview</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>You need the DISPLAY environment variable because the standard way to get a gfx context on *nix is through an X server. &nbsp;To create an off-screen rendering context you first have to connect to an X server. &nbsp;It is also a convenient way to specify which GPU you want to use if a system has more than one.<BR>
<BR>
There is one exception to the DISPLAY/X server requirement. &nbsp;ParaView supports the use of OSMesa, which allows you to open a Mesa 3D rendering context without an X server. &nbsp;This simplifies running pvserver a great deal, but works exclusively with software only rendering. &nbsp;Thus, we recommend it if and only if you have no graphics hardware.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 2/5/09 1:26 PM, &quot;Jim Montine&quot; &lt;<a href="jmontine@sgi.com">jmontine@sgi.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Arial">In case 2 below (where the server optionally renders the polygons), why is it necessary to set the<BR>
DISPLAY to the gfx head of the server (things are displayed on the PC) Why is the DISPLAY environment<BR>
needed at all for this off-screen rendering case?<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Arial"><BR>
</FONT></SPAN><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>