Comment 93 for bug 127101

Revision history for this message
In , Juan Pablo Salazar Bertín (snifer) wrote :

Created an attachment (id=11964)
gdb output with packages from debian unstable

I've installed latest -core and -intel packages from Debian unstable to test this again. gdb output attached. Package versions are:

xserver-xorg-core 2:1.4-3
xserver-xorg-video-intel 2:2.1.1-4

The laptop hangs in the following loop at lines 1959-1961 (file i830_driver.c):

   for(i = 0; i < 256; i++) {
      OUTREG(PALETTE_A + (i << 2), pI830->savePaletteA[i]);
   }