[Pm-utils] [PATCH 3/6] Added support for DISPLAY_QUIRK_NONE to pm-action.in.
Victor Lowther
victor.lowther at gmail.com
Wed Feb 27 18:29:08 PST 2008
Latest HAL has support, but we do not. I wonder how much frustration that
has created?
---
src/pm-action.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pm-action.in b/src/pm-action.in
index e48b9c2..ed537ca 100644
--- a/src/pm-action.in
+++ b/src/pm-action.in
@@ -44,6 +44,7 @@ help_options()
echo " --quirk-vbemode-restore"
echo " --quirk-vbestate-restore"
echo " --quirk-vga-mode3"
+ echo " --quirk-none"
echo
}
@@ -76,6 +77,8 @@ do
export DISPLAY_QUIRK_VBESTATE_RESTORE="true" ;;
--quirk-vga-mode3)
export DISPLAY_QUIRK_VGA_MODE_3="true" ;;
+ --quirk-none)
+ export DISPLAY_QUIRK_NONE="true" ;;
--help)
help_options
exit 0 ;;
--
1.5.4.3
More information about the Pm-utils
mailing list