Hi,
I use a master to build and test on two slaves:
- Linux slave launched via ssh
- Win7 as a windows service
I am performing some UI tests on both, no problem on Win7 slave but it fails on linux one.
I tried vnc plugin and start a session before the build but nothing better, idem with Xvbf plugin.
may be this is due to a specific needs of VTK library (based on OpenGL), it causes the following error :
vtkXOpenGLRenderWindow (0xc15b1b0): Could not find a decent visual
vtkXOpenGLRenderWindow (0xc482be0): Cannot create GLX context.
I also tried setting LIBGL_ALWAYS_INDIRECT=y but still failed.
anyone has a idea ?
thanks for any help !
Trystan