The following is contributed by Ben Taylor
Add "1400x1050," to each [RESOLUTIONS] and [DESKTOPS] in the above files. Note that there are multiple places for each of those categories. If you dont notice this, then you wont be able to use more than 8bit color.
look for the section with
[PREADJUSTED_TIMING]Then add the following lines, just ABOVE the 1600x1200 section:
PreadjustedTimingName = "1600x1200 Interlaced";
[PREADJUSTED_TIMING]
PreadjustedTimingName = "1400x1050 @ 60Hz";
HorPixel = 1400; // pixels
VerPixel = 1050; // lines
PixelWidthRatio = 4;
PixelHeightRatio = 3;
HorFrequency = 53.925; // kHz
VerFrequency = 46.8913; // Hz
ScanType = NONINTERLACED;
HorSyncPolarity = NEGATIVE;
VerSyncPolarity = NEGATIVE;
CharacterWidth = 8; // pixels
PixelClock = 107.850; // MHz
HorTotalTime = 18.5443; // (usec) = x chars
HorAddrTime = 12.981; // (usec) = x chars
HorBlankStart = 12.981; // (usec) = x chars
HorBlankTime = 5.56328; // (usec) = x chars
HorSyncStart = 13.4261; // (usec) = x chars
HorSyncTime = 4.482151; // (usec) = x chars
VerTotalTime = 21.3259; // (msec) = x lines
VerAddrTime = 19.4715; // (msec) = x lines
VerBlankStart = 19.4715; // (msec) = x lines
VerBlankTime = 1.85443; // (msec) = x lines
VerSyncStart = 19.6198; // (msec) = x lines
VerSyncTime = 0.222531; // (msec) = x lines
Dont panic. Just reboot the system, and then things should run okay. Mysterious, but true.