File xf86-video-ati-disable-dri-bug437651-ia64only.diff of Package xorg-x11-driver-video
Index: xf86-video-ati-6.9.0/src/radeon_driver.c
===================================================================
--- xf86-video-ati-6.9.0.orig/src/radeon_driver.c
+++ xf86-video-ati-6.9.0/src/radeon_driver.c
@@ -2124,7 +2124,7 @@ static Bool RADEONPreInitDRI(ScrnInfoPtr
}
- if (!xf86ReturnOptValBool(info->Options, OPTION_DRI, TRUE)) {
+ if (!xf86ReturnOptValBool(info->Options, OPTION_DRI, FALSE)) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"Direct rendering forced off\n");
return FALSE;