diff options
author | Kevin E Martin <kem@kem.org> | 2004-08-06 20:07:35 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-08-06 20:07:35 +0000 |
commit | 3171664c6a02424736864204b731249097fa7aae (patch) | |
tree | 7435c6766f0c7b9324ec288d00a794cda423ba72 | |
parent | 27ef7adf3c1f6c3ca79b42b468d08b8542348cdd (diff) |
Disable Render acceleration in Radeon driver temporarily until it no longer
conflicts with the 3D code.
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index b5e6273..14a4c7a 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2487,7 +2487,7 @@ static Bool RADEONPreInitConfig(ScrnInfoPtr pScrn) #ifdef RENDER info->RenderAccel = xf86ReturnOptValBool (info->Options, - OPTION_RENDER_ACCEL, TRUE); + OPTION_RENDER_ACCEL, FALSE); #endif return TRUE; |