Chameleon

Chameleon Commit Details

Date:2010-09-02 17:46:57 (13 years 7 months ago)
Author:Azimutz
Commit:479
Parents: 478
Message:Comment edit.
Changes:
M/branches/azimutz/Chazi/doc-azi/CHANGES.txt
M/branches/azimutz/Chazi/i386/boot2/graphics.c

File differences

branches/azimutz/Chazi/doc-azi/CHANGES.txt
260260
261261
262262
263
263
264264
265265
266266
......
281281
282282
283283
284
284
285285
286286
287287
- (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.
---------------//---------------//---------------
- (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!!
branches/azimutz/Chazi/i386/boot2/graphics.c
473473
474474
475475
476
476
477477
478478
479479
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)

Archive Download the corresponding diff file

Revision: 479