> I'm using DirectFB-1.1.0 on an ADS5121 board with a PowerVR MBX graphics > chip. I've built DirectFB with "-with-gfxdrivers=none" since my graphics > chipset is not supported. Is this the reason that DirectFB only shows Layer > 0 (primary surface)? The board has 4 framebuffer devices. Is there a way > to get DirectFB to recognize that there are multiple layers/framebuffers? > Would this require a gfxdriver for my chipset or can one of the existing > drivers work?
You cannot use others layers without support from gfxdriver. I've written simple gfxdriver (devmem based) for this 5121. I was going to invoke the PowerVR functions (GL) within the driver to use these hardware resources via DirectFB, but this job was canceled at the moment. :-( -- Best Regards Nikita Egorov [email protected] [email protected] _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
