| 02/27/2012 5:48 PM post91825 | Using 6.5.0, with the composition manager patch installed.
I was able to run gles1-egl-gears on an OMAP3530 board (Beagle).
I am now running on an OMAP3730, but it's not the BeagleXM.
I am running the devg-omap35xx from the 3730 BSP, as well as all of the prebuilt lib\graphics\omap3730 binaries.
My startup script has:
export GRAPHICS_ROOT=/usr/lib/graphics/devg
io-display -v -dvid=0,did=0
waitfor /dev/io-display 10
/usr/lib/graphics/devg/pvrsrvd 
The business line of omap35xx.conf is:
hsw=0x3,hfp=143,hbp=169,vsw=1,vfp=28,vbp=1,ivs=1,ihs=1,ipc=1,ieo=0x0,acb=0,acbi=0,pcd=0x5,ppl=640,lpp=480,irq=25,
disptype=0,lcdfmt=0x3,dpowerg70=1,verbose=5
Display.conf is:
device {
	drivername=omap35xx
	vid=0
	did=0
	modeopts=/etc/system/config/omap35xx.conf
	display {
		xres=640
		yres=480
		refresh=60
		pixel_format=rgb888 
	}
}
graphics.conf is unchanged from the stock.  With the verbose=5, I get all kinds of fun stuff in the slog about the 
driver initializing.
However, when I try to run gles1-egl-gears, I get:
# gles1-egl-gears  
eglInitialize: EGL is not initialized, or could not be initialized, for the specified display
Any thoughts on how I'd track this down and figure out why EGL isn't initializing? | 
            
              |  | 
          
            
              |  |