Comment 24 for bug 511001

Revision history for this message
Bill Farrow (ubuntu-arrowsreach) wrote : Re: [i855] Lucid Freeze shortly after X startup

Just in case anyone is following in my footsteps...

git clone git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel.git
cd drm-intel/
cp /boot/config-2.6.32-14-generic .config
fakeroot make-kpkg --initrd --append-to-version=-`git describe` kernel_image

For my build git describe returned "v2.6.29-rc1-51333-g9df3079". This source tree already has the batch buffer dump v8 patch applied, which I checked using "git log".

Then install the new kernel. I'm using lilo bootloader because the lucid alpha2 alternate install CD refused to install grub.

sudo dpkg -i ../linux-image-2.6.33-rc8-v2.6.29-rc1-51333-g9df3079_2.6.33-rc8-v2.6.29-rc1-51333-g9df3079-10.00.Custom_i386.deb
sudo update-initramfs -c -k 2.6.33-rc8-v2.6.29-rc1-51333-g9df3079
sudo ln -sf /boot/initrd.img-2.6.33-rc8-v2.6.29-rc1-51333-g9df3079 /initrd.img
sudo ln -sf /boot/vmlinuz-2.6.33-rc8-v2.6.29-rc1-51333-g9df3079 /vmlinuz
sudo lilo
sudo reboot

Linux ubuntu 2.6.33-rc8-v2.6.29-rc1-51333-g9df3079 #1 SMP Wed Feb 24 11:29:05 EST 2010 i686 GNU/Linux
cat /sys/kernel/debug/dri/0/i915_error_state > /tmp/i915_error_state-dump2.txt

You can send the attached dump to the Intel folks.