Michele Da Rold wrote:
I have modify my lcd driver to support RGB color and not BGR now I have another problem with the same command (and with the other the output is the same):/ # dfbg -c ff107ce8 ---------------------- DirectFB v0.9.24 --------------------- (c) 2000-2002 convergence integrated media GmbH (c) 2002-2004 convergence GmbH ----------------------------------------------------------- (*) DirectFB/Core: Single Application Core. (2005-12-21 09:39) (*) Direct/Threadlh7a40x_clcd_mmap : Running 'VT Switcher' (CRITICAL, 216)... (!) DirectFB/FBDev: couldn't access /proc/bus/pci/devices! --> No such file or directory (*) DirectFB/Graphics: Generic Software Rasterizer 0.6 (convergence integrated media GmbH) (*) DirectFB/Core/WM: Default 0.2 (Convergence GmbH) (!!!) *** UNIMPLEMENTED [fusion_reactor_set_lock] *** [reactor.c:797] (!) DirectFB/FBDev: Panning display failed! --> Invalid argument
Your driver seems to allow setting virtual resolution, but doesn't seem to handle the panning correctly. Depending on your application you can live pretty well without panning. If you want to support panning (used for page flipping in fullscreen applications), you have to implement the fb_pan_display driver function. Anyways, dfbg will not be useful in a single application environment. It just sets the background color and exits. You could build the DirectFB-examples package and give df_dok, df_andi, df_neo or df_window a chance. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
