InstallServerForUnitTestWithoutX
I got something working by installing :
- freeglut 2.4 from http://freeglut.sourceforge.net/index.php#download (2.6 segfault)
- install libgl1-mesa-glx
- install xvfb
- run test with
cd tests && xvfb-run -e out -s "+extension GLX" python init.py
