From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo1.mail-out.ovh.net (8.mo1.mail-out.ovh.net [178.33.110.239]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 10CAAE00496 for ; Sat, 12 Jan 2013 09:49:53 -0800 (PST) Received: from mail26.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo1.mail-out.ovh.net (Postfix) with SMTP id 513F2FF9EBE for ; Sat, 12 Jan 2013 19:03:40 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 12 Jan 2013 19:49:49 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO e6520eb) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 12 Jan 2013 19:49:47 +0200 Date: Sat, 12 Jan 2013 18:49:46 +0100 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Andrei Gherzan X-Ovh-Mailout: 178.32.228.1 (mo1.mail-out.ovh.net) Message-ID: <20130112184946.723bdd30@e6520eb> In-Reply-To: References: <20130112145921.6eb21979@e6520eb> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 11689937259515850130 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: -100 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrhedvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-Spam-Check: DONE|U 0.500422/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrhedvucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Cc: "meta-freescale@yoctoproject.org" , Otavio Salvador Subject: Re: mesa-dri vs amd-gpu-x11-bin-mx51 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 17:49:53 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Sat, 12 Jan 2013 17:54:13 +0200, Andrei Gherzan a =C3=A9crit : > On Sat, Jan 12, 2013 at 4:15 PM, Otavio Salvador wrote: >=20 > > On Sat, Jan 12, 2013 at 11:59 AM, Eric B=C3=A9nard wr= ote: > > > Hi, > > > > > > has anyone here already seen this messages ? > > > > Yes; I started checking it but I still do not have an absolute answer > > to how to fix it. > > > > The problem is xserver-xorg (when it has glx enabled) it depends on > > mesa-dri. Both mesa-dri and GPU package libraries (the mx5 and mx6 > > ones) provide same (theorical) functionality of mesa-dri, libraries > > and (most) headers leading to those errors. > > > > I did check how Xorg is compiled in LTIB and it doesn't has glx > > enabled so my idea is to disable glx in Xorg and try to go this route. > > This would allow for a clean build at cost of making xserver-xorg > > machine specific. Do you have any other idea? > > >=20 > Why do you need glx after all? We don't have opengl for imx53 right? > And about the fix. Xorg with glx should depend on virtual/libgl (or gl) > not mesa-dri. >=20 mesa-dri provides virtual/libgl which can explain why we find it here. Eric