diff --git a/src/i830_video.c b/src/i830_video.c index 486f670..eb59703 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -606,6 +606,7 @@ I830InitVideo(ScreenPtr pScreen) /* Set up textured video if we can do it at this depth and we are on * supported hardware. */ +#if 0 if (pScrn->bitsPerPixel >= 16 && (IS_I9XX(pI830) || IS_I965G(pI830)) && !(!IS_I965G(pI830) && pScrn->displayWidth > 2048)) { @@ -618,7 +619,7 @@ I830InitVideo(ScreenPtr pScreen) "Failed to set up textured video\n"); } } - +#endif /* Set up overlay video if we can do it at this depth. */ if (!OVERLAY_NOEXIST(pI830) && pScrn->bitsPerPixel != 8 && pI830->overlay_regs != NULL)