Rob Kramer wrote: > Hi Tony, > > On Thursday 01 December 2005 08:29, Antonino A. Daplas wrote: >> Accelerator : Unknown (xxx) >> >> Then you can hack your include/linux/fb.h so it has this line: >> >> #define FB_ACCEL_VIA_UNICHROME xxx > > Is that in any way useful if one doesn't care about FB console acceleration?
The fb console does not care about the accelerator id. It's only use is for user apps to detect what kind of hardware the driver is bound to. On a side note: A more accurate way is to just examine the contents of /sys/class/graphics/fb[num]. It contains the PCI vendor and device id's plus other information which are quite helpful for userspace apps. It will need a recent 2.6 kernel, and a rewrite of DirectFB's detection code. Tony _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
