--- radeon_driver.c.dellserver-RMX-mousetrack-20050526 2005-05-18 14:18:14.418653286 -0400 +++ radeon_driver.c 2005-05-18 14:23:41.420759476 -0400 @@ -3524,7 +3524,11 @@ /* don't use RMX if we have a dual-tmds panels */ if (pRADEONEnt->MonType2 == MT_DFP) info->ddc_mode = TRUE; - + /* don't use RMX if we are Dell Server */ + if (info->IsDellServer) + { + info->ddc_mode = TRUE; + } xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Validating modes on %s head ---------\n", info->IsSecondary ? "Secondary" : "Primary");