diff -ur ati.orig/radeon_driver.c ati/radeon_driver.c --- ati.orig/radeon_driver.c 2004-12-16 16:13:18.000000000 -0800 +++ ati/radeon_driver.c 2005-03-13 10:48:57.867328823 -0800 @@ -3608,8 +3608,9 @@ * xf86ValidateModes does not work correctly with the DFP/LCD modes * 'stretched' from their native mode. */ +#if 0 if (info->DisplayType == MT_CRT && !info->ddc_mode) { - +#endif modesFound = xf86ValidateModes(pScrn, pScrn->monitor->Modes, @@ -3639,7 +3640,7 @@ xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No valid modes found\n"); return FALSE; } - +#if 0 } else { /* First, free any allocated modes during configuration, since * we don't need them @@ -3697,7 +3698,7 @@ modesFound = RADEONValidateFPModes(pScrn, pScrn->display->modes); } } - +#endif /* Setup the screen's clockRanges for the VidMode extension */ if (!pScrn->clockRanges) { pScrn->clockRanges = xnfcalloc(sizeof(*(pScrn->clockRanges)), 1); Only in ati: radeon_driver.c.~1.19.2.7.~