20:44sarbes: Finally, I had some time to redo my dev setup. I've even managed to compile the conformance test suite, imagine that.
20:49sarbes: Is there a way to run the tests headless? It seems to require X, but it can't connect to a display. I guess it is just a permission issue, but I'd rather skip all the pain to find out whats wrong, if there is a way to go without X.
20:53enunes: sarbes: you can compile with -DDEQP_TARGET=surfaceless , I also have export EGL_PLATFORM=surfaceless in my gles2 runs (as opposed to egl which you usually want to connect to the compositor)
21:06sarbes: Ah, I've build it with the wrong target then.