Hello!
Atttached is a patch that will restore blue background and bright yellow menu title in Bayou v0.3, after (if) the tinycurses VGA color correction patch is applied (see an earlier thread started today).
Build and run tested under QEMU with bayou-0.3+coreboot-v3.
/ulf
On Sat, 16 Aug 2008, Ulf Jordan wrote:
Hello!
Atttached is a patch that will restore blue background and bright yellow menu title in Bayou v0.3, after (if) the tinycurses VGA color correction patch is applied (see an earlier thread started today).
Build and run tested under QEMU with bayou-0.3+coreboot-v3.
Patch rediffed against bayou in svn.
/ulf
Ulf Jordan wrote:
Adjust color pair initialization to give a blue background screen and bright yellow heading text,
Those are Sweden's colours, but I'm not sure - I kind of like the red? :p
//Peter
On Sat, 8 Nov 2008, Peter Stuge wrote:
Ulf Jordan wrote:
Adjust color pair initialization to give a blue background screen and bright yellow heading text,
Those are Sweden's colours, but I'm not sure - I kind of like the red? :p
Indeed, they are the Swedish (or Ukrainian) colors, I didn't think of that.
My intention was not to change appearance of Bayou in a nationalistic way, but rather to restore the color scheme displayed in the screen shots at http://www.coreboot.org/Bayou. ;)
The code has had COLOR_RED and COLOR_CYAN all the time, and before tinycurses VGA color handling was fixed in r3516 this produced the blue and yellow seen in the screen shots.
/ulf