Chameleon

Chameleon Commit Details

Date:2010-07-26 00:44:52 (13 years 9 months ago)
Author:Evan Lojewski
Commit:250
Parents: 249
Message:Only set graphics mode if in text mode. Display flickers otherwise.
Changes:
M/trunk/i386/boot2/gui.c

File differences

trunk/i386/boot2/gui.c
17141714
17151715
17161716
1717
1718
1717
1718
1719
1720
17191721
17201722
17211723
// find best matching vesa mode for our requested width & height
getGraphicModeParams(screen_params);
setVideoMode(GRAPHICS_MODE, 0);
if (bootArgs->Video.v_display == VGA_TEXT_MODE) {
setVideoMode(GRAPHICS_MODE, 0);
}
if (getValueForKey("-checkers", &dummyVal, &length, &bootInfo->bootConfig)) {
drawCheckerBoard();
} else {

Archive Download the corresponding diff file

Revision: 250