[Paraview] Off screen rendering

2014-05-13 Thread Scott, W Alan
I have a user that is having problems with Save Animation. Although it is selected in Settings, it appears that off screen is not being turned on. This is Linux, remote server. What are the rules that ParaView uses to decide if off screen rendering may be used? Is it more complex than just

Re: [Paraview] libOSMesa.so is missing during Mesa installation for ParaView off-screen Rendering

2013-10-06 Thread Francois Bissey
On 06/10/13 07:11, Oz Wizard wrote: I am trying to setup a Virtual Box for doing off-screen rendering with ParaView. I have Ubuntu 12.04 64-bit Server installed in the box. For setting up ParaView and Mesa I have followed the instructions the links below:

Re: [Paraview] libOSMesa.so is missing during Mesa installation for ParaView off-screen Rendering

2013-10-06 Thread Oz Wizard
October 2013, 4:49 Subject: Re: [Paraview] libOSMesa.so is missing during Mesa installation for ParaView off-screen Rendering On 06/10/13 07:11, Oz Wizard wrote: I am trying to setup a Virtual Box for doing off-screen rendering with ParaView. I have Ubuntu 12.04 64-bit Server installed in the box

Re: [Paraview] libOSMesa.so is missing during Mesa installation for ParaView off-screen Rendering

2013-10-06 Thread David E DeMarle
fbis...@slingshot.co.nz *To:* paraview@paraview.org paraview@paraview.org *Sent:* Sunday, 6 October 2013, 4:49 *Subject:* Re: [Paraview] libOSMesa.so is missing during Mesa installation for ParaView off-screen Rendering On 06/10/13 07:11, Oz Wizard wrote: I am trying to setup a Virtual Box

[Paraview] libOSMesa.so is missing during Mesa installation for ParaView off-screen Rendering

2013-10-05 Thread Oz Wizard
I am trying to setup a Virtual Box for doing off-screen rendering with ParaView. I have Ubuntu 12.04 64-bit Server installed in the box. For setting up ParaView and Mesa I have followed the instructions the links below:

[Paraview] off screen rendering in pvpython

2012-11-29 Thread Indrajit Jagtap
Hi, I am using following command to take images in pvpython - WriteImage(OUTFILE, Writer=vtkPNGWriter) How do I configure it to not open any display ? What is the method to activate offscreen rendering when using pvpython ? Regards, Indrajit ___

Re: [Paraview] off screen rendering in pvpython

2012-11-29 Thread Sebastien Jourdain
You need to compile ParaView/pvpython with OSMesa. On Thu, Nov 29, 2012 at 7:57 AM, Indrajit Jagtap indrajit.jag...@tridiagonal.co.in wrote: Hi, I am using following command to take images in pvpython - WriteImage(OUTFILE, Writer=vtkPNGWriter) How do I configure it to not open any

Re: [Paraview] Off Screen Rendering

2011-04-21 Thread Paul Melis
Hi, This is an old post, to which I replied at the time, but now that I'm rereading it I'm wondering whether the summary below was correct? On 11/26/2009 07:50 AM, chew ping wrote: so based on the timer log results that i collected, what i read about offscreen-rendering and the explanation

Re: [Paraview] Off Screen Rendering

2009-12-01 Thread Paul Melis
: [Paraview] Off Screen Rendering That is correct with two clarifications: The “with ―use-offscreen-rendering” explanation is only correct for when ParaView is compiled with OSMesa. The “without ―use-offscreen-rendering” behavior only happens because the servers try to open X windows and fail

[Paraview] Off Screen Rendering

2009-11-19 Thread chew ping
Dear all, i'm doing parallel rendering using 2 machines (np4), i notice an obvious difference between using offscreen-rendering (faster) and without offscreen-rendering (much slower). i realize this from the timer log: Case 1: with offscreen-rendering

Re: [Paraview] Off Screen Rendering

2009-11-19 Thread weaponfire2005
hi chew ping: The Problem:Display is not accessible on the server side. Remote rendering will be disabled., it means that not all server start up X Server, so the server will process the raw data and send all geometry to the client to render. The client do all the rendering job, that's the