From 31c0db1f206d48c11393ec78cb1b82d827965d68 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Sat, 13 Mar 2010 01:48:04 -0800 Subject: [PATCH] Graphics-breaking workaround i830_uxa_solid seems to be instrumental in causing the hang. If I comment it out so that no command is sent, then I can't reproduce the hang. --- src/i830_uxa.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/i830_uxa.c b/src/i830_uxa.c index 589e16d..29bc1f8 100644 --- a/src/i830_uxa.c +++ b/src/i830_uxa.c @@ -275,6 +275,7 @@ static void i830_uxa_solid(PixmapPtr pixmap, int x1, int y1, int x2, int y2) pitch = i830_pixmap_pitch(pixmap); +/* { BEGIN_BATCH(6); @@ -300,6 +301,7 @@ static void i830_uxa_solid(PixmapPtr pixmap, int x1, int y1, int x2, int y2) OUT_BATCH(intel->BR[16]); ADVANCE_BATCH(); } +*/ } static void i830_uxa_done_solid(PixmapPtr pixmap) -- 1.7.0