[vtk-developers] Running VTK Application Headless?

Daniel Haehn haehn at bwh.harvard.edu
Fri Feb 25 07:39:26 EST 2011


Ah this looks better but I don't want to re-configure the application for doing this :) Is there a way?

Thx,
Daniel

On Feb 22, 2011, at 6:23 PM, David Partyka wrote:

> Do you need to render anything? You could turn off VTK_USE_RENDERING and turn off VTK_USE_X11.
> 
> On Tue, Feb 22, 2011 at 5:50 PM, Daniel Haehn <haehn at bwh.harvard.edu> wrote:
> Hi dave,
> 
> I used the fb before and sometimes there were stability issues.
> Is there another way without any display dependencies?
> 
> Daniel
> 
> David Partyka <david.partyka at kitware.com> wrote:
> 
> >You could use Xvfb
> >
> >export DISPLAY=:100.0
> >killall Xvfb
> >Xvfb :100 -screen 0 1600x1200x24 &
> ># Run your program here...
> >killall Xvfb
> >
> >On Tue, Feb 22, 2011 at 4:42 PM, Daniel Haehn <haehn at bwh.harvard.edu> wrote:
> >
> >> Hi VTK developers,
> >>
> >> is it possible to run a VTK+QT application without a configured X DISPLAY?
> >>
> >> Thank you,
> >> Daniel
> >> _______________________________________________
> >> Powered by www.kitware.com
> >>
> >> Visit other Kitware open-source projects at
> >> http://www.kitware.com/opensource/opensource.html
> >>
> >> Follow this link to subscribe/unsubscribe:
> >> http://www.vtk.org/mailman/listinfo/vtk-developers
> >>
> >>
> 




More information about the vtk-developers mailing list