> [ 9826.807098] PVRSRV_PIXEL_FORMAT_ARGB8888
AFAIK, it works only with 16 bit and 565 pixel format.
Try to use this boot arg in the u-boot:
omapfb.video_mode=1024x768MR-16@60
with your resolution, of course.

> ioctl(4, 0xc01c6700, 0xbecc88c4)        = -1 EFAULT (Bad address)
See which file it is operation on, it gives no information this way.
There must be a similar line before:
open(...) = 4
Theoretically it is possible that it is not an error, just tries to do 
something which is not possible.

> Exit message has been set to: "PVRShell: Unable to initialise EGL".
> PVRShell: EGL Error (EGL_BAD_ALLOC)
> InitAPI failed!
> PVRShell: Unable to initialise EGL
It can be caused by the pixel format.

Hope it helps
K. Gy.

_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to