Dave wrote: > I got the module to load if I loaded fbcon first, but the module seems > to support no type of accelleration. trying to modprobe it with accel=1 > gives a segmentation fault. DFBinfo states no accelleration type, only > a plain old non-accellerated frame buffer. >
Forget about acceleration in the fb driver. If it has support, it's only usable by the kernel. For userland acceleration, this should be provided by the DirectFB gfxdriver. You can do an fbset -i and see the number in this line: Accelerator : Unknown (xxx) Then you can hack your include/linux/fb.h so it has this line: #define FB_ACCEL_VIA_UNICHROME xxx Recompile. Tony _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
