I want create a egl surface by using a directfb surface, like attachment test.c on ubuntu14.04.3 for amd_64. But I got this:"libEGL warning: failed to create a pipe screen for i965". From the x11 log(Xorg.0.log), I found this: (==) intel(0): DPMS enabled [ 6.106] (II) intel(0): [DRI2] Setup complete [ 6.106] (II) intel(0): [DRI2] DRI driver: i965 [ 6.106] (II) intel(0): [DRI2] VDPAU driver: i965 [ 6.106] (II) intel(0): direct rendering: DRI2 Enabled [ 6.106] (==) intel(0): hotplug detection: "enabled" but my Integrated Graphics use driver i915(see attachment lspci-v.txt), so I think my DRI2 should use diver i915 instead of i965. Am I right? After that I compile mesa-10.6.4 use: /configure --prefix=/usr --enable-debug --enable-gles1 --enable-gles2 --enable-opengl --with-dri-drivers=i915 --with-egl-platforms=drm --disable-dri3 make && make install but it doesn't work. Anyone can figure me out?
Created attachment 118544 [details] test case
Created attachment 118545 [details] X11 log
Created attachment 118546 [details] lspci -v
Created attachment 118547 [details] directfb configure file
*** This bug has been marked as a duplicate of bug 92198 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.