Hi all,<br>  I made mesa with following configuration<br><br>$ ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl --enable-shared-glapi --with-egl-platforms=wayland,drm<br><br>and test wayland applications with<br>
<br>$ ./compositor<br><br>but get following errors<br><br>libEGL debug: EGL search path is /home/joshua/install/lib/egl<br>libEGL debug: added /home/joshua/install/lib/egl/egl_gallium.so to module array<br>libEGL debug: added egl_glx to module array<br>
libEGL debug: dlopen(/home/joshua/install/lib/egl/egl_gallium.so)<br>libEGL info: use wayland for display 0x9a6a128<br>libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize(no usable display)<br><br>libEGL info: use wayland for display 0x9a6a128<br>
libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize(no usable display)<br><br>libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize<br><br>failed to initialize display<br>libEGL info: use DRM for display 0x5<br>
libEGL debug: searching for pipe module i915<br>libEGL debug: loaded /home/joshua/install/lib/egl/pipe_i915.so<br>get chip id failed: -1 [13]<br>param: 4, val: 0<br>libEGL debug: failed to create DRM screen<br>libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize(no usable display)<br>
<br>libEGL info: use DRM for display 0x5<br>get chip id failed: -1 [13]<br>param: 4, val: 0<br>libEGL debug: failed to create DRM screen<br>libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize(no usable display)<br>
<br>libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize<br><br>failed to initialize display<br>failed to initialize egl<br>failed to create compositor<br><br>How to fix these errors?<br><br>Thanks,<br>
Joshua<br>