--- src/radeon_driver.c.orig 2007-10-03 19:44:15.000000000 +0200 +++ src/radeon_driver.c 2007-10-03 19:56:31.000000000 +0200 @@ -2028,7 +2028,8 @@ static Bool RADEONPreInitDRI(ScrnInfoPtr if (info->Chipset == PCI_CHIP_RN50_515E || info->Chipset == PCI_CHIP_RN50_5969 || info->Chipset == PCI_CHIP_RC410_5A61 || - info->Chipset == PCI_CHIP_RC410_5A62) { + info->Chipset == PCI_CHIP_RC410_5A62) || + info->Chipset == PCI_CHIP_RS482_5975) { if (xf86ReturnOptValBool(info->Options, OPTION_DRI, FALSE)) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Direct rendering for RN50/RC410 forced on -- "