Hi , i compiled latest <br>libdrm<br>mesa ( --with-dri-drivers=i915 --with-egl-platforms=drm,x11 --with-state-trackers=egl --enable-gles2 --enable-gles-overlay --enable-gallium-intel --disable-gallium-radeon --disable-gallium-svga )<br>
libxkbcommon -&gt; ~krh<br>cairo ( --enable-gl=yes )<br><br>copy udev rules and run trigger command <br><br>export EGL_LOG_LEVEL=debug<br>export EGL_DRIVER=/usr/lib/egl/egl_dri2.so<br>export EGL_PLATFORM=drm<br><br>all installed in /usr/lib and there isnt any other <br>
<br>compiled wayland<br><br>-- when i run the compositor under X i got the following messages <br><br>./compositor -b 1.jpg<br><br>libEGL dlopen(/usr/lib/egl/egl_dri2.so)<br>libEGL pci id for 5: 8086:3582, driver i915<br>
libEGL DRI2 dlopen(/usr/lib/dri/i915_dri.so)<br>libEGL DRI2 forund extension DRI_CORE<br>libEGL DRI2 forund extension DRI_CORE version 1<br>libEGL DRI2 forund extension DRI_DRI2<br>libEGL DRI2 forund extension DRI_DRI2 version 2<br>
libEGL DRI2 forund extension DRI_ReadDrawable<br>libEGL DRI2 forund extension DRI_texBuffer<br>libEGL DRI2 forund extension DRI_texBuffer version 2<br>libEGL DRI2 forund extension DRI2_Flush<br>libEGL DRI2 forund extension DRI2_Flush version 3<br>
libEGL DRI2 forund extension DRI_IMAGE<br>libEGL DRI2 forund extension DRI_IMAGE version 4<br>libEGL DRI2 forund extension DRI_CONFIG_QUERY<br>libEGL the best driver is DRI2 ( score 100 )<br>failed to create context<br><br>
<br>than i see a blank window without crusor <br>libEGL DRI2 forund extension DRI_CORE<br><br>---<br><br>so whats wrong guys ?! is that anything i forgot ?!<br><br>i able to run xegl demos from mesa but i am not able to run others .<br>
<br>when i stopping x and run wayland outside the x i see those messages plus :<br><br>failed to initialize egl<br>failed to create compositor<br><br>i am confused !<br>