diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-12-06 21:20:52 -0500 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-12-08 10:23:16 +0800 |
commit | f98ca2a0bdbe49f06b367a3f9c2bc01cdb7ce90a (patch) | |
tree | 60d510cdb34c3243b48b0e09d442e10886362836 /src | |
parent | f41c3d7ad99d9ca8a5ec52d074c0dcc3d9d31acd (diff) |
Make sure DRI/DRI2 can initialize properly with KMS.
(cherry picked from commit c47b6d1def917fad5ad2b5a3e4167edfd354f2c8)
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_driver.c | 2 |
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); |