[vtk-developers] non-graphical tests?

Kevin H. Hobbs hobbsk at ohio.edu
Sat Apr 23 06:57:30 EDT 2011


On 04/22/2011 01:07 PM, David Partyka wrote:
> In My experience your options are to turn off rendering
> VTK_USE_RENDERING=OFF or redirect X with xvfb and set DISPLAY
> to use that.
>
> On Fri, Apr 22, 2011 at 12:56 PM, tom fogal
> <tfogal at sci.utah.edu <mailto:tfogal at sci.utah.edu>> wrote:
>
>     Better, can I just force VTK to render into an FBO
>     without creating a window?
>


My dashboard cron job for my xlib mesa libGL.so builds uses :

vncserver :99 -geometry 1280x1024 -depth 24  > vncserver.txt 2>&1 &
export DISPLAY=:99

ctest  -S vtk_xlib.cmake

vncserver -kill :99

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20110423/d95250fa/attachment.sig>


More information about the vtk-developers mailing list