Hi,
my X11 log reported that glamor ization failed:
...
[ 5.609] (II) glamor: OpenGL accelerated X.org driver based.
[ 6.061] (II) glamor: EGL version 1.4 (DRI2):
[ 6.062] EGL_MESA_drm_image required.
[ 6.062] (EE) modeset(0): glamor initialization failed
...
I’m using a Variscite SD410 SOC with Yocto Pyro.
In this thread the code arround this error message was checked:
http://lists.linuxfromscratch.org/pipermail/blfs-support/2015-February/076268.html
My mesa PACKAGECONFIG configures EGL:
cbehlingextern@ubuntu:~/ssd/hmi-next/build-pxc$ bitbake -e mesa | grep ^PACKAGECONFIG
PACKAGECONFIG=" opengl egl gles gbm dri x11 gallium
xa "
The macro for the missing feature is set in epoxy/egl_generated.h:
cbehlingextern@ubuntu:~/ssd/hmi-next/build-pxc$ grep MESA_drm_image ./tmp-pxc-glibc/sysroots-components/aarch64/libepoxy/usr/include/epoxy/egl_generated.h
#define EGL_MESA_drm_image 1
@anon91830841 you changed the Yocto configuration to modesetting/glamor for Dragonbard, can you help?
Best regards
-Carsten