[vtk-developers] Running VTK Application Headless?

David Partyka david.partyka at kitware.com
Tue Feb 22 17:17:29 EST 2011


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/e08a3c27/attachment.html>


More information about the vtk-developers mailing list