[vtk-developers] Running VTK Application Headless?

David Partyka david.partyka at kitware.com
Tue Feb 22 18:23:33 EST 2011


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
> >>
> >>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20110222/b684bd5f/attachment.html>


More information about the vtk-developers mailing list