Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2010 16:11:16 -0600
From:      Stacy Millions <stacy@Millions.Ca>
To:        freebsd-x11@freebsd.org
Subject:   Re: FBSD8 + xorg 7.5 + intel + IBM X40
Message-ID:  <4C194C04.90504@millions.ca>
In-Reply-To: <4C184972.8090001@millions.ca>
References:  <4C184972.8090001@millions.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/15/10 21:48, Stacy Millions wrote:
> = crash

I have rebuilt X with debugging enabled and by stepping through, have 
found where the driver causes the system to freeze.


In i830_display.c:i830_crtc_load_lut in the loop

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]);
     }

when i == 2 the system freezes. The last thing gdb shows me is:

(gdb) step
1943        OUTREG(palreg + 4 * i,
4: intel_crtc->lut_b[i] = 57 '9'
3: intel_crtc->lut_g[i] = 0 '\0'
2: intel_crtc->lut_r[i] = 63 '?'
1: i = 2
(gdb) step


Any ideas?

-stacy




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C194C04.90504>