(1) Edit your /usr/X11R6/lib/X11/AcceleratedX/etc/Xtimings
file, and paste the information below into it.
[PREADJUSTED_TIMING]
PreadjustedTimingName = "1800x1400 @ 70Hz";
HorPixel = 1800;
VerPixel = 1400;
PixelWidthRatio = 4;
PixelHeightRatio = 3;
HorFrequency = 101.942;
VerFrequency = 69.967;
ScanType = NONINTERLACED;
HorSyncPolarity = NEGATIVE;
VerSyncPolarity = POSITIVE;
CharacterWidth = 8;
PixelClock = 252.000;
HorTotalTime = 9.810;
HorAddrTime = 7.143;
HorBlankStart = 7.143;
HorBlankTime = 2.667;
HorSyncStart = 7.683;
HorSyncTime = 0.794;
VerTotalTime = 14.293;
VerAddrTime = 13.734;
VerBlankStart = 13.734;
VerBlankTime = 0.559;
VerSyncStart = 13.744;
VerSyncTime = 0.029;
(2) Edit your boards .xqa file to include 1800x1400 in all
[RESOLUTION] sections. The name of the .xqa file for your
board can be found in /etc/Xaccel.ini, and it is located
in /usr/X11R6/lib/X11/AcceleratedX/boards/YourBoardVendor/.
(3) Similarly, edit your monitor's .vda file to include
"1800x1400 @ 70Hz" in the [ESTABLISHED_TIMINGS] section. The .vda
file is in /usr/X11R6/lib/X11/AcceleratedX/monitors/YourMonitorVendor/ |