On Sat, 22 Jan 2011, Linus Torvalds wrote: > code, and I'm hereby adding some of the i915 people to the mix. > Because one of the main things that the pm-suspend scripts do is > things like > > local con > for con in /sys/class/graphics/*/state; do > [ -f $con ] || continue > echo 1 >"${con}" > done These caused me problems before esp when lockdep was setting oops_in_progress, but I repaired that and if X is running the VT should be in graphics mode and these end up doing nothing. Though there could be a race. With -rc2 on my Thinkpad T60p, radeon r500 GPU, Intel T2500 (2 core), I just got a reboot on resume, after a pm-suspend. I'll do some more experiments later if I get some time. does pm-suspend work from init 3? if not does nomodeset init 3 work? Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html