|
From: James S. <jsi...@in...> - 2003-01-10 18:48:39
|
> Hopefully, exotics such as this will not export their visuals as > truecolor or static pseudocolor because fb_set_cmap() will not be > called. Otherwise, we'll just make it mandatory to call fb_set_cmap() > for all visual modes requiring linux_logo. Personally I think the best solution is to always call fb_set_cmap. Also the other issue is the 256 versus 16 length of pseudo_palette. We might have to have pseudo_palette either at the highest value, usually 256, or make pseudo_palette dynamic and change its size if the color depth changes. > I believe the cursor inversion value is unused anymore(?), since > fbcon_revc is gone. It has been replaced by the new cursor API which > allows the driver more intimate handling of the cursor. Correct. We don't need the 17th value now :-) |