Hello all,

I am working on imx53 sabre board. & my interest is to run Xorg on the board not Xfbdev.
So I made necessary changes to ltib and build the source.

but when I am running on the board I am unable to run Xorg. & I am ending with following errors

(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)

Could you Please help me regarding these Issue

PFA for Xorg.conf , Xorg.0.log
FYI I could not find libglx.so libdri.so in /usr/lib/xorg/modules/extensions location

lib in usr/lib/xorg/modules/
libfb.so libshadowfb.so libvbe.so libwfb.so libxf8_16bpp.so libexa.so libint10.so libshadow.so libvgahw.so libxaa.so

In usr/lib/xorg/modules/extension
I have only these two libdbe.so  libextmod.so

In usr/lib/xorg/modules/input
I have these kbd_drv.so  mouse_drv.so

In usr/lib/xorg/modules/drivers
I have imx_drv.so

In usr/lib/xorg/modules/linux
I have libfbdevhw.so

In usr/lib/xorg/modules/multimedia
I have bt829_drv.so fi1236_drv.so msp3430_drv.so tda8425_drv.so tda9850_drv.so tda9885_drv.so uda1380_drv.so these dynamic libs

Please help me How can I run Xorg


Thanks & Regards,
Vijay Kumar Pulluri
______________________________________________________________________________

DISCLAIMER

The information contained in this e-mail message and/or attachments to it may
contain confidential or privileged information. If you are not the intended
recipient, any dissemination, use, review, distribution, printing or copying
of the information contained in this e-mail message and/or attachments to it
are strictly prohibited. If you have received this communication in error,
please notify us by reply e-mail or directly to netsupp...@cmcltd.com or
telephone and immediately and permanently delete the message and any
attachments. Thank you.

______________________________________________________________________________

This email has been scrubbed for your protection by SecureMX.
For more information visit http://securemx.in
_____________________________________________________________________________
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

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 "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "i.MX Accelerated Framebuffer Device"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
EndSection

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/freescale:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.0.0-17-generic-pae i686 
Current Operating System: Linux freescale 2.6.35.3-998-ga1cd8a7 #6 PREEMPT Thu Apr 26 20:24:03 IST 2012 armv7l
Build Date: 28 March 2012  10:32:02PM
 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/usr/var/log/Xorg.0.log", Time: Thu Jan  1 00:02:14 1970
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(**) |   |-->Device "i.MX Accelerated Framebuffer Device"
(==) Not automatically adding devices
(==) Not automatically enabling devices
(==) FontPath set to:
        built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
        Using the first core pointer device.
(==) The core keyboard device wasn't specified explicitly in the layout.
        Using the first keyboard device.
(II) Loader magic: 0xab0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 2

(II) Open APM successful
(II) System resource ranges:
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "imx"
(II) Loading /usr/lib/xorg/modules/drivers//imx_drv.so
(II) Module imx: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 0.2.0
        ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
(II) imx: Driver for Freescale IMX processors: i.MX5x Z160
(WW) Falling back to old probe method for imx
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/xorg/modules/linux//libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 0.0.2
        ABI class: X.Org Video Driver, version 5.0
(II) Add screen 0x196098
(II) imx(0): using /dev/fb0
(II) Running in FRAMEBUFFER Mode
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
(II) imx(0): Creating default Display subsection in Screen section
        "Default Screen" for depth/fbbpp 16/16
(==) imx(0): Depth 16, (==) framebuffer bpp 16
(==) imx(0): RGB weight 565
(==) imx(0): Default visual is TrueColor
(==) imx(0): Using gamma correction (1.0, 1.0, 1.0)
(II) imx(0): hardware: DISP3 BG - DI1 (video memory: 32768kB)
(**) imx(0): Option "fbdev" "/dev/fb0"
(**) imx(0): Option "FormatEPDC" "Y8INV"
(II) Loading sub module "exa"
(II) LoadModule: "exa"
(II) Loading /usr/lib/xorg/modules//libexa.so
(II) Module exa: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 2.4.0
        ABI class: X.Org Video Driver, version 5.0
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Reply via email to