summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i830_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 42ceb7cd..3327fbf2 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -1652,7 +1652,7 @@ I830DrmModeInit(ScrnInfoPtr pScrn)
pI830->drmSubFD = pI830->drmmode.fd;
xfree(bus_id);
- pI830->directRenderingType = DRI_DRI2;
+ pI830->directRenderingType = DRI_NONE;
pI830->allocate_classic_textures = FALSE;
i830_init_bufmgr(pScrn);