Comment 4 for bug 542251

Revision history for this message
Chris Halse Rogers (raof) wrote : Re: Compiz broken in Lucid Beta 1

Ok. That's odd. The problem here appears to be here:
[ 5.228897] Linux agpgart interface v0.103
[ 5.535116] [drm] Initialized drm 1.1.0 20060810
[ 5.547290] lp: driver loaded but no devices found
[ 5.664893] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.664903] i915 0000:00:02.0: setting latency timer to 64
[ 5.664942] [drm:drm_fill_in_dev] *ERROR* Cannot initialize the agpgart module.
[ 5.665006] DRM: Fill_in_dev failed.
[ 5.665053] i915 0000:00:02.0: PCI INT A disabled
[ 5.665064] i915: probe of 0000:00:02.0 failed with error -22
[ 5.666486] intel_rng: FWH not detected
[ 5.727735] dell-wmi: No known WMI GUID found
[ 5.730000] agpgart-intel 0000:00:00.0: Intel 915GM Chipset
[ 5.730376] agpgart-intel 0000:00:00.0: detected 7932K stolen memory
[ 5.739308] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000

It looks like a race between the drm driver and agp setups; drm has bailed because it's tried to access the agpgart, but that module seems to be currently initialising.

I'm moving this to the kernel, where the drm modules belong. How often can you reproduce this? Does it happen only on the first boot from power-off, or seemingly at random?