Benjamin Herrenschmidt wrote: >Looks fine, I'll do tests here. What's up with the penguin ? (what do >you mean by "test order" ?) > > There are two penguin tests and Tux's colors are wrong in test004 but not too bad in test009. But if you run test007 (the directcolor test) before test004 by running "fbtest test007 test004" Tux looks ok for the most part (has a green outline, looks like the poor fellow got nuked) because test007 leaves the palette not quite linear. A quick analysis looking at fbtest's debug output I noticed that before test007 it uses a 555 color map and a 565 color map after test007. I'm look at it in more detail tommorrow. I've attached a couple of snips from the fbtest debug logs. The first one is test004 only and the second one is test007 followed by test004. John