You are not logged in.
Pages: 1
Pm-suspend no longer works. It goes to sleep just fine, but doesn't wake up. I've used all the quirks I know for pm-suspend, but I can't get it to work.
pm-suspend --quirk-vbestate-restore
pm-suspend --quirk-vbe-post
pm-suspend --quirk-vbestate-restore --quirk-vbe-post # worked before update
pm-suspend --quirk-s3-biosNormally only one of them will show some effect, but in this case there is no effect with any of them.
There are no errors in the pm-utils log. Does anybody have a similar problem or a solution?
P.S. Is there an easier way to find quirks than trial-and-error?
urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand
Offline
You might get a better responce with a topic that actually describes your problem.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Is there an easier way to find quirks than trial-and-error?
There is, my friend:
[stijn@hermes ~]$ lshal|grep quirk
power_management.quirk.dpms_on = true (bool)
power_management.quirk.dpms_suspend = true (bool)
power_management.quirk.vbe_post = true (bool)
power_management.quirk.vbemode_restore = true (bool)
power_management.quirk.vbestate_restore = true (bool)
power_management.quirk.vga_mode_3 = true (bool)Then again, if HAL detects what quirks you need, pm-utils will enable them, since it relies on HAL for this type of things.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
@Mr.Elendig: I'll do that next time.
@B: lshal | grep quirk just gives me power_management.quirk.none = true (bool)
but running pm-suspend with no quirks results in a failed resume. Also, there is no mention of resume in the log, although I'm pretty sure I triggered an acpi event: the cd drive checked itself for a cd.
EDIT: I've now tried all the applicable quirks. ![]()
Last edited by Lexion (2009-06-30 22:03:39)
urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand
Offline
Pages: 1