2008/2/28, Victor Lowther <[EMAIL PROTECTED]>: > 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 >
Looks good to me. Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
