#############disable-gallium-i915<br><br>./configure --prefix=/usr --enable-egl --enable-gles2 --with-state-trackers=glx,dri,egl --with-egl-platforms=drm --enable-gles-overlay --with-dri-drivers=i915 --disable-gallium-{i915,i965,radeon} <br>
<br>root@arthur-laptop:/home/arthur/projects/wayland/compositor# ./compositor <br>libEGL debug: added /usr/lib/egl/egl_gallium.so to module array<br>libEGL debug: added /usr/lib/egl/egl_glx.so to module array<br>libEGL debug: dlopen(/usr/lib/egl/egl_gallium.so)<br>
libEGL info: use DRM for display 0x5<br>libEGL debug: searching for pipe module i915<br>libEGL warning: failed to create DRM screen<br>libEGL debug: EGL user error 0x3001 (other) in eglInitialize(no usable display)<br><br>
libEGL debug: dlopen(/usr/lib/egl/egl_glx.so)<br>libEGL debug: EGL user error 0x3001 (other) in eglInitialize<br><br>failed to initialize display<br>GL User Error: calling GL function without a rendering context<br>GL User Error: calling GL function without a rendering context<br>
GL User Error: calling GL function without a rendering context<br>GL User Error: calling GL function without a rendering context<br>GL User Error: calling GL function without a rendering context<br>GL User Error: calling GL function without a rendering context<br>
libEGL debug: EGL user error 0x3001 (other) in eglCreateDRMImageMESA<br><br>Segmentation fault<br><br>################# enable-gallium-i915<br><br>./configure --prefix=/usr --enable-egl --enable-gles2 --with-state-trackers=glx,dri,egl --with-egl-platforms=drm --enable-gles-overlay --with-dri-drivers=i915 --disable-gallium-{i965,radeon} --enable-gallium-i915<br>
<br>root@arthur-laptop:/home/arthur/projects/wayland/compositor# ./compositor <br>libEGL debug: added /usr/lib/egl/egl_gallium.so to module array<br>libEGL debug: added /usr/lib/egl/egl_glx.so to module array<br>libEGL debug: dlopen(/usr/lib/egl/egl_gallium.so)<br>
libEGL info: use DRM for display 0x5<br>libEGL debug: searching for pipe module i915<br>libEGL debug: loaded /usr/lib/egl/pipe_i915.so<br>libEGL debug: Failed to get KMS resources.  Disable modeset.<br>libEGL debug: the best driver is Gallium (score 100)<br>
libEGL debug: searching for st module GLESv2<br>libEGL debug: loaded /usr/lib/egl/st_GLESv2.so<br>Mesa 7.9 implementation error: Incomplete OpenGL ES 2.0 support.<br>Please report at <a href="http://bugzilla.freedesktop.org">bugzilla.freedesktop.org</a><br>
at repaint func.<br>end repaint func.<br>repeated 0 times.<br>repeated 1 times.<br>repeated 2 times.<br>repeated 3 times.<br>at repaint func.<br>unit = 10<br>i915_state_derived.c:76:calculate_vertex_layout: Assertion `unit &lt; 8&#39; failed.<br>
Trace/breakpoint trap<br><br>Thanks,<br>Arthur<br>