99-video-quirk-default.fdi sets power_management.quirk.vga_mode3 but the logic in pm-utils looks for vga_mode_3 (with an extra underscore). Correcting this might fix a lot of resume issues, and probably make some new...
Created attachment 31539 [details] [review] removes the (second) underscore in vga_mode_3
I don't see where 99-video-quirk-default.fdi sets vga_mode3 it sets correctly vga_mode_3 as the spec says. SPEC: http://people.freedesktop.org/~dkukawka/hal-spec-git/hal-spec.html CODE: http://cgit.freedesktop.org/hal-info/tree/fdi/information/10freedesktop/99-video-quirk-default.fdi Or do you may have a Dell Inspiron 700m ?
Sorry, I put it the wrong way in the original description. And I was not sure was the authoritative source is. It is a bug in pm-utils then. http://cgit.freedesktop.org/pm-utils/tree/pm/sleep.d/99video#n28 vga-mode3) QUIRK_VGA_MODE_3="true" ;; should be vga-mode-3) QUIRK_VGA_MODE_3="true" ;;
Created attachment 31687 [details] [review] corrects the vga-mode-3 typo
Created attachment 31701 [details] [review] correct vga-mode3 to vga-mode-3 everywhere
Thanks for the patch, fixed in next release.
Commited as 7f1732c08db46d76692cb2860c38d5e6d3987cc8 "[PATCH] Fix vga-mode-3 typo in video hooks"
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.