[Paraview] remote rendering with paraview

Moreland, Kenneth kmorel at sandia.gov
Thu Feb 5 17:27:33 EST 2009


You need the DISPLAY environment variable because the standard way to get a gfx context on *nix is through an X server.  To create an off-screen rendering context you first have to connect to an X server.  It is also a convenient way to specify which GPU you want to use if a system has more than one.

There is one exception to the DISPLAY/X server requirement.  ParaView supports the use of OSMesa, which allows you to open a Mesa 3D rendering context without an X server.  This simplifies running pvserver a great deal, but works exclusively with software only rendering.  Thus, we recommend it if and only if you have no graphics hardware.

-Ken


On 2/5/09 1:26 PM, "Jim Montine" <jmontine at sgi.com> wrote:

In case 2 below (where the server optionally renders the polygons), why is it necessary to set the
DISPLAY to the gfx head of the server (things are displayed on the PC) Why is the DISPLAY environment
needed at all for this off-screen rendering case?


   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: kmorel at sandia.gov
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090205/dc0e89d8/attachment-0001.htm>


More information about the ParaView mailing list