> I've compiled microwindows with the truecolor 888 option > enabled. When my application starts though, the call to > XOpenDisplay is reporting that I'm in 16bpp mode with 6 bits > per rgb. I think it's getting these values from the frame > buffer driver I am using for which fbset reports 16bpp.
Still, 16-bit should give you a 5-6-5 mode in practice (or maybe 5-5-5), which is near enough true colour... Where I have seen problems it's generally been with indexed palettes, so you 16-bit colour shouldn't be an issue. Maybe it just gets confused if it thinks it can do 8-8-8 but the driver thinks it is 5-6-5 or something? SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

