From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 748F2E006B5; Tue, 29 Jul 2014 09:38:13 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [212.27.42.3 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3588EE003FA for ; Tue, 29 Jul 2014 09:38:01 -0700 (PDT) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 6DC96A624B; Tue, 29 Jul 2014 18:37:58 +0200 (CEST) Date: Tue, 29 Jul 2014 18:37:57 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Gary Thomas Message-ID: <20140729183757.11e18c27@e6520eb> In-Reply-To: <53D7C64A.8050602@mlbassoc.com> References: <53D7C64A.8050602@mlbassoc.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: X11 on i.MX5 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: Tue, 29 Jul 2014 16:38:13 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Gary, Le Tue, 29 Jul 2014 10:05:30 -0600, Gary Thomas a =E9crit : >=20 > I'm trying to run X11 on my i.MX53 system. Using the default > (_mx5) setup from meta-fsl-arm, I have this xorg.conf: > Section "Device" > Identifier "i.MX Accelerated Framebuffer Device" > Driver "imx" > Option "fbdev" "/dev/fb0" > # This option only recognized when "mxc_epdc_fb" frame buffer driver= in > # use. Values are "RGB565" (default, 16-bit RGB), "Y8" (8-bit gray), > # and "Y8INV" (8-bit gray inverted). > Option "FormatEPDC" "Y8INV" > EndSection >=20 > Section "ServerFlags" > Option "BlankTime" "0" > Option "StandbyTime" "0" > Option "SuspendTime" "0" > Option "OffTime" "0" > EndSection >=20 > When I try to start X, I get these errors: > [2194421.680] (II) LoadModule: "glx" > [2194421.681] (WW) Warning, couldn't open module glx > [2194421.681] (II) UnloadModule: "glx" > [2194421.681] (II) Unloading glx > [2194421.681] (EE) Failed to load module "glx" (module does not exist, 0) > [2194421.681] (II) LoadModule: "imx" > [2194421.681] (II) Loading /usr/lib/xorg/modules/drivers/imx_drv.so > [2194421.693] (EE) Failed to load /usr/lib/xorg/modules/drivers/imx_drv.s= o: libgsl-fsl.so.1: cannot open shared object fi > le: No such file or directory > [2194421.693] (II) UnloadModule: "imx" > [2194421.693] (II) Unloading imx > [2194421.693] (EE) Failed to load module "imx" (loader failed, 7) > [2194421.693] (EE) No drivers available. >=20 > Any ideas what I need to do to get X11 running on this target? >=20 it seems this package is missing on your target : libgsl-fsl-mx51 Eric