On Thu, Aug 27, 2015 at 5:09 PM, Otavio Salvador <[email protected]> wrote: > On Thu, Aug 27, 2015 at 4:30 PM, Daiane Angolini <[email protected]> > wrote: >> I'm trying to enable openGL on a not accelerated board (imx7d). I >> thought it would be out-of-box but it is not. >> >> I'm using imx7dsabresd machine, and to be sure added: >> >> >> CORE_IMAGE_EXTRA_INSTALL += "mesa-demos mesa-glut glmark2" >> >> on local.conf, and this is the only change on top of master >> (core-image-x11) But when I try glmark I get an error message >> >> $ DISPLAY=:0 glmark2 >> name of display: :0 >> Error: couldn't find RGB GLX visual or fbconfig >> >> I get the same error if I try glxgears. But I see the X11 console on >> screen (typical core-image-x11) >> >> Am I missing something obvious? > > Try adding mesa-gl in the image.
I've tried: ERROR: Multiple .bb files are due to be built which each provide virtual/mesa (/code/yocto/master/sources/poky/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb /code/yocto/master/sources/poky/meta/recipes-graphics/mesa/mesa_10.6.3.bb). This usually means one provides something the other doesn't and should. ERROR: Multiple .bb files are due to be built which each provide virtual/libgl (/code/yocto/master/sources/poky/meta/recipes-graphics/mesa/mesa-gl_10.6.3.bb /code/yocto/master/sources/poky/meta/recipes-graphics/mesa/mesa_10.6.3.bb). This usually means one provides something the other doesn't and should. Even if I clean tmp or mesa Daiane > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
