From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0184.outbound.messaging.microsoft.com [213.199.154.184]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 48EE8E0073F for ; Fri, 16 Aug 2013 04:44:35 -0700 (PDT) Received: from mail145-db8-R.bigfish.com (10.174.8.247) by DB8EHSOBE005.bigfish.com (10.174.4.68) with Microsoft SMTP Server id 14.1.225.22; Fri, 16 Aug 2013 11:44:34 +0000 Received: from mail145-db8 (localhost [127.0.0.1]) by mail145-db8-R.bigfish.com (Postfix) with ESMTP id 421A71E013E; Fri, 16 Aug 2013 11:44:34 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -6 X-BigFish: VS-6(zzbb2dI98dI9371I1b0bI1432Ifb6Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h17326ah1de096h8275dh1de097hz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h1155h) Received: from mail145-db8 (localhost.localdomain [127.0.0.1]) by mail145-db8 (MessageSwitch) id 1376653472881227_30806; Fri, 16 Aug 2013 11:44:32 +0000 (UTC) Received: from DB8EHSMHS003.bigfish.com (unknown [10.174.8.236]) by mail145-db8.bigfish.com (Postfix) with ESMTP id C8FF680045; Fri, 16 Aug 2013 11:44:32 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS003.bigfish.com (10.174.4.13) with Microsoft SMTP Server (TLS) id 14.16.227.3; Fri, 16 Aug 2013 11:44:32 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.3.136.1; Fri, 16 Aug 2013 11:40:37 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r7GBeZpW016769; Fri, 16 Aug 2013 04:40:36 -0700 Message-ID: <520E0EDA.8060307@freescale.com> Date: Fri, 16 Aug 2013 08:36:58 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: , "akcooper8@gmail.com >> Ashwin Kirpalani" References: In-Reply-To: X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: libGL error. glxgears not displaying on core-image-x11 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: Fri, 16 Aug 2013 11:44:38 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 08/16/2013 02:55 AM, Ashwin Kirpalani wrote: > Running core-image-x11 on master branch. When I run linphone ( a VOIP > application) with video enabled, I get the following error: > > libGL error: UNIX signal already caught!libGL error: UNIX signal already > caught!libGL error: UNIX signal already caught!ortp-error-Failed to > retrieve a framebuffer config > X Error of failed request: BadWindow (invalid Window parameter) > Major opcode of failed request: 3 (X_GetWindowAttributes) > Resource id in failed request: 0x0 > Serial number of failed request: 24 > Current serial number in output stream: 25 > > So it seems that libGL is not working/missing. Here is what I see for > files named "*glx*": Try $ export VIV_DESKTOP=0 and then run your application. Please, share the results (i'm not sure if this variable was needed on master....) > VIV_DESKTOP=0 > root@imx6qsabrelite:/# find . -iname "*glx*" > ./usr/bin/glxheads > ./usr/bin/glxpixmap > ./usr/bin/glxdemo > ./usr/bin/glxpbdemo > ./usr/bin/glxinfo > ./usr/bin/glxsnoop > ./usr/bin/glxgears > ./usr/bin/glxgears_pixmap > ./usr/bin/glxswapcontrol > ./usr/bin/glxgears_fbconfig > ./usr/bin/glxcontexts > ./usr/lib/xorg/modules/extensions/libglx.so > > > So I run "glxgears" and I don't get anything on the hdmi monitor. > Previously, I remember it running on an fsl-image-gui image, but it > doesn't run on the core-image-x11 image. So seems like something is > wrong with libGL not loading right in this image? FYI, i have modified > core-image-x11.bb to include a few more > packages like gstreamer and debug tools. > > $ cat ./poky/meta/recipes-graphics/images/core-image-x11.bb > > DESCRIPTION = "A very basic X11 image with a terminal" > > IMAGE_FEATURES += "splash package-management x11-base debug-tweaks > ssh-server-dropbear" > DISTRO_FEATURES += "pulseaudio" > > LICENSE = "MIT" > > inherit core-image > > SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps" > > # Add extra image features > EXTRA_IMAGE_FEATURES += " \ > ${SOC_EXTRA_IMAGE_FEATURES} \ > nfs-server \ > tools-debug \ > tools-profile \ > " > > IMAGE_INSTALL += " \ > packagegroup-fsl-gstreamer \ > packagegroup-fsl-tools-testapps \ > packagegroup-fsl-tools-benchmark \ > opencv \ > opencv-samples \ > linphone-nogtk-console \ > " > > So my question is: why doesn't "glxgears" work on this image? > > Thanks > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > -- Daiane