xf86-video-intel: src/i830_driver.c

Kristian Høgsberg krh at kemper.freedesktop.org
Sat Dec 6 18:20:27 PST 2008


 src/i830_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c47b6d1def917fad5ad2b5a3e4167edfd354f2c8
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Sat Dec 6 21:20:52 2008 -0500

    Make sure DRI/DRI2 can initialize properly with KMS.

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 42ceb7c..3327fbf 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);


More information about the xorg-commit mailing list