poor start of X11 with Overo Air

View: New views
2 Messages — Rating Filter:   Alert me  

poor start of X11 with Overo Air

by lerikson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I have been trying to get X11 to start cleanly on my overo air.  I'm booting from a microSD card which was created based on the gumstix developer site - Overo: Setup and programming.

It gumstix itself boots fine and I am able to start Xorg in the sense that I get the patterned background and the 'X' mouse cursor via the HDMI output on my monitor.  However, I do get a couple errors related to AIGLX, DRI and GLX (see the end of this post).  I have the following packages installed in an attempt to fix this problem:
dri2proto-dev - 1.1-r0.1 -
xf86driproto-dev - 1:2.0.4-r0.1 -
xserver-kdrive-powervrsgx - 3.00.00.07-r8.1 -
xserver-xorg-extension-dri - 2:1.5.3-r4.1 -
xserver-xorg-extension-glx - 2:1.5.3-r4.1 -

But no joy.  Is this a xorg.conf problem?  Am I missing a package?  Should I be using Xsgx?  I have tried using the xorg.conf that came from the factory but it only seems to suffer from more problems.

I have been successful in compiling a simple OpenGL program for the overo.  If I set the DISPLAY=localhost:0.0 it gives AIGLX, DRI and GLX errors identical to the ones shown below.

Messages produced while starting Xorg from the command line:
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-11-generic i686
Current Operating System: Linux overo 2.6.29-omap1 #1 Thu May 7 13:54:24 MDT 2009 armv7l
Build Date: 09 March 2009  12:41:27PM
 
        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: "/var/log/Xorg.0.log", Time: Fri May  8 12:44:04 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: undefined symbol: _glapi_tls_Context)
(EE) GLX: could not load software renderer




Re: poor start of X11 with Overo Air

by jsarao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

BUMP:

I'm coming at this from a slightly different angle... I think.

I'm trying to build the libgles-omap3 recipe (org.openembedded.dev/recipes/powervr-drivers/libgles-omap3_3.00.00.09.bb).  This recipe includes libgles-omap3.inc.  Which in turn, has the line:

PACKAGES += " xserver-kdrive-powervrsgx ${PN}-tests ${PN}-demos"

QUESTION:  Can someone provide some insight on why this is being included?  For Example: what OpenGL ES demo program requires this.  Or how does it relate to the overall OpenGL ES package being build by the above recipe?

Thanks
-Jeremy



lerikson wrote:
I have been trying to get X11 to start cleanly on my overo air.  I'm booting from a microSD card which was created based on the gumstix developer site - Overo: Setup and programming.

It gumstix itself boots fine and I am able to start Xorg in the sense that I get the patterned background and the 'X' mouse cursor via the HDMI output on my monitor.  However, I do get a couple errors related to AIGLX, DRI and GLX (see the end of this post).  I have the following packages installed in an attempt to fix this problem:
dri2proto-dev - 1.1-r0.1 -
xf86driproto-dev - 1:2.0.4-r0.1 -
xserver-kdrive-powervrsgx - 3.00.00.07-r8.1 -
xserver-xorg-extension-dri - 2:1.5.3-r4.1 -
xserver-xorg-extension-glx - 2:1.5.3-r4.1 -

But no joy.  Is this a xorg.conf problem?  Am I missing a package?  Should I be using Xsgx?  I have tried using the xorg.conf that came from the factory but it only seems to suffer from more problems.

I have been successful in compiling a simple OpenGL program for the overo.  If I set the DISPLAY=localhost:0.0 it gives AIGLX, DRI and GLX errors identical to the ones shown below.