Hi guys, I'm working on an embedded system based on the Alchemy Au1200. The system has a linux framebuffer driver which creates 4 fb devices (fb0, fb1, fb2 ,fb3) These are windows that you can use to do transparency, overlay, etc.. The machine currently plays video on fb1 (default from the provided video library).
Now, I want to use DirectFB to display overlay (for example VOLUME ### over the playing video in the background). I just realized that I'm in fact using two totally separated windows systems (/dev/fb# are created by the fb driver and are completely unrelated to the overlay windows I could create with DirectFB (all would be windows created on /dev/fb0 (default fb device used by DirectFB)). So.. I'm in trouble here, anyone hit that problem before? How can I actually use both systems at the same time? Any help appreciated.. Boris _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
