|
From: Benjamin H. <be...@ke...> - 2002-10-13 18:49:34
|
Ok, I've ported radeonfb, controlfb and platinumfb to the new API (which is quite nice since allowed me to remove a whole bunch of cruft from these drivers, good job !) However, I'm having a problem: With controlfb and radeonfb (couldn't test platinum yet but it's very similar to controlfb), the console is fine in 8 bpp, but text is plain blue in any higher bit depth (15, 16 or 32). X with "fbdev" driver works fine, so I think setcolreg works properly. All those drivers are set to DIRECTCOLOR for these bit depth. Maybe I've missed something about the pseudo_palette thing (is it documented somewhere ?) or are there known endian bugs in the cfb_* routines ? Ben. |