Chameleon

Chameleon Commit Details

Date:2011-05-22 10:50:49 (12 years 11 months ago)
Author:Evan Lojewski
Commit:866
Parents: 865
Message:Set default resolution read from edid
Changes:
M/trunk/i386/modules/Resolution/Resolution.c

File differences

trunk/i386/modules/Resolution/Resolution.c
44
55
66
7
78
8
99
1010
11
12
1113
14
15
16
1217
1318
*/
#include "915resolution.h"
#include "gui.h"
void Resolution_start()
{
UInt32 bp = 0;
UInt32 x, y;
patchVideoBios();
getResolution(&x, &y, &bp);
gui.screen.width = x;
gui.screen.height = y;
}

Archive Download the corresponding diff file

Revision: 866