From: Nikolay Dimitrov <picmaster@mail.bg>
To: Daiane Angolini <daiane.list@gmail.com>
Cc: "meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>,
Otavio Salvador <otavio.salvador@ossystems.com.br>
Subject: Re: using openGL via SW
Date: Fri, 28 Aug 2015 18:46:22 +0300 [thread overview]
Message-ID: <55E0824E.4020507@mail.bg> (raw)
In-Reply-To: <CA+jg_OWYQ31xGEjt0QSMFDsQvsC+NtbJOAksPVOaEfFxyy_-SQ@mail.gmail.com>
Hi Daiane,
On 08/28/2015 05:53 PM, Daiane Angolini wrote:
> On Fri, Aug 28, 2015 at 11:02 AM, Prabhu S <prabhusundar@gmail.com> wrote:
>> Thats sounds like poky bug. BSP layer should not cause problem I hope.
>
> Do you know if there is any kernel (3.14) pieces I should double check?
>
> I don't have any DRI on my DISTRO_FEATURE (because I'm using default one)
>
>
> Daiane
>>
>> On Fri, Aug 28, 2015 at 8:32 AM, Daiane Angolini <daiane.list@gmail.com>
>> wrote:
>>>
>>> On Thu, Aug 27, 2015 at 5:09 PM, Otavio Salvador
>>> <otavio.salvador@ossystems.com.br> wrote:
>>>> On Thu, Aug 27, 2015 at 4:30 PM, Daiane Angolini <daiane.list@gmail.com>
>>>> 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
About the 1st issue - it seems that mesa and mesa-gl are pulled-in at
the same time, both providing virtual/mesa, thus the error message.
The reason is that core-image-x11 pulls-in the mesa-gl explicitly,
instead of using virtual/mesa (which I guess is the proper behavior).
You can verify this:
bitbake -g core-image-x11
grep core-image-x11 pn-depends.dot | grep mesa-gl
Regards,
Nikolay
next prev parent reply other threads:[~2015-08-28 15:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-27 19:30 using openGL via SW Daiane Angolini
2015-08-27 20:09 ` Otavio Salvador
2015-08-28 13:32 ` Daiane Angolini
2015-08-28 14:02 ` Prabhu S
2015-08-28 14:53 ` Daiane Angolini
2015-08-28 15:46 ` Nikolay Dimitrov [this message]
2015-08-28 16:26 ` Daiane Angolini
2015-09-01 7:49 ` Nikolay Dimitrov
2015-09-02 13:48 ` Daiane Angolini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55E0824E.4020507@mail.bg \
--to=picmaster@mail.bg \
--cc=daiane.list@gmail.com \
--cc=meta-freescale@yoctoproject.org \
--cc=otavio.salvador@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.