Module Name:    xsrc
Committed By:   christos
Date:           Sun Jan  9 05:36:59 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-intel/dist/src: i830_display.c

Log Message:
Disable loading the lut that crashes the system for now. Unfortunately this
causes butt ugly X, but at least we have X again. Wee!


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
    xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c
diff -u xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c:1.1.1.2 xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c:1.2
--- xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c:1.1.1.2	Mon Jun  8 22:54:32 2009
+++ xsrc/external/mit/xf86-video-intel/dist/src/i830_display.c	Sun Jan  9 00:36:58 2011
@@ -1938,13 +1938,14 @@
     /* The clocks have to be on to load the palette. */
     if (!crtc->enabled)
 	return;
-
+#if 0
     for (i = 0; i < 256; i++) {
 	OUTREG(palreg + 4 * i,
 	       (intel_crtc->lut_r[i] << 16) |
 	       (intel_crtc->lut_g[i] << 8) |
 	       intel_crtc->lut_b[i]);
     }
+#endif
 }
 
 /** Sets the color ramps on behalf of RandR */

Reply via email to