Index: branches/azimutz/Chazi/doc-azi/CHANGES.txt =================================================================== --- branches/azimutz/Chazi/doc-azi/CHANGES.txt (revision 478) +++ branches/azimutz/Chazi/doc-azi/CHANGES.txt (revision 479) @@ -260,7 +260,7 @@ - (rev 460) Change: added a key to display some debug info, that can only be accessed via code edit. Check http://forge.voodooprojects.org/p/chameleon/issues/12/ for history. - mm & attr, resolution specific info, are borrowed from AutoResolution branch. + mm & attr, resolution specific info, are borrowed from autoResolution branch. DebugInfo=y enables display of debug info. @@ -281,7 +281,7 @@ ---------------//---------------//--------------- - (revs 465 --> 467, 469 --> 471) -Change: added AutoResolution patch, by Lebidou (AutoResolution branch). The main intention of this +Change: added AutoResolution patch, by Lebidou (autoResolution branch). The main intention of this patch, is allowing native resolution after boot, even without graphics acceleration (qe/ci). The "side effect" is that it also enables native resolution at boot prompt (Gui). The con: doesn't work for all devices!! Index: branches/azimutz/Chazi/i386/boot2/graphics.c =================================================================== --- branches/azimutz/Chazi/i386/boot2/graphics.c (revision 478) +++ branches/azimutz/Chazi/i386/boot2/graphics.c (revision 479) @@ -473,7 +473,7 @@ bootArgs->Video.v_rowBytes = minfo.BytesPerScanline; bootArgs->Video.v_baseAddr = VBEMakeUInt32(minfo.PhysBasePtr); - //Azi: mm & attr info on DebugInfo - from AutoResolution branch. + //Azi: mm & attr info on DebugInfo - from autoResolution branch. getBoolForKey(kDebugInfoKey, &debugInfo, &bootInfo->bootConfig); if (debugInfo && showBootBanner)