On Wed, Dec 29, 2010 at 07:51, Jeff Chua <jeff.chua.linux@gmail.com> wrote:
-rc8 does not fix the problem for this Dell XPS M1330 (GM965/GL960) too.
00:02.0 VGA compatible controller: Intel Corporation Mobile
GM965/GL960 Integrated Graphics Controller (rev 0c)
Subsystem: Dell Device 0209
Flags: bus master, fast devsel, latency 0, IRQ 40
Memory at f6e00000 (64-bit, non-prefetchable) [size=1M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at eff8 [size=8]
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
Capabilities: [d0] Power Management version 3
Kernel driver in use: i915
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960
Integrated Graphics Controller (rev 0c)
Subsystem: Dell Device 0209
Flags: bus master, fast devsel, latency 0
Memory at f6f00000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [d0] Power Management version 3
I afraid mine is not as full as Jeff's, but here it is:
[ 0.376455] Linux agpgart interface v0.103
[ 0.376717] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[ 0.376960] agpgart-intel 0000:00:00.0: detected gtt size: 524288K
total, 262144K mappable
[ 0.377981] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[ 0.381891] ACPI: Battery Slot [BAT0] (battery present)
[ 0.385140] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.385283] [drm] Initialized drm 1.1.0 20060810
[ 0.385328] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.385358] i915 0000:00:02.0: setting latency timer to 64
[ 0.414146] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[ 0.630199] vgaarb: device changed decodes:
PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 0.630554] [drm] initialized overlay support
[ 0.914282] Console: switching to colour frame buffer device 160x50
[ 0.916905] fb0: inteldrmfb frame buffer device
[ 0.916928] drm: registered panic notifier
[ 0.929874] acpi device:35: registered as cooling_device2
[ 0.930341] input: Video Bus as
/devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input3
[ 0.930395] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[ 0.930446] [Firmware Bug]: Duplicate ACPI video bus devices for
the same VGA controller, please try module parameter
"video.allow_duplicates=1"if the current driver doesn't work.
[ 0.930573] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
Reverting this commit does not change anything on the laptop.
Still blank (well, no backlight) after DPMS suspend. I use this
line to test:
$ xset dpms force standby; sleep 1; xset dpms force on
The screen is always back on in 2.6.35 and always comes back with
backlight off in 2.6.36.
--