[meta-freescale] X11 on i.MX5

Gary Thomas gary at mlbassoc.com
Tue Jul 29 09:05:30 PDT 2014


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

Section "ServerFlags"
     Option "BlankTime"  "0"
     Option "StandbyTime"  "0"
     Option "SuspendTime"  "0"
     Option "OffTime"  "0"
EndSection

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.so: 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.

Any ideas what I need to do to get X11 running on this target?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


More information about the meta-freescale mailing list