[Pm-utils] [PATCH 3/6] Added support for DISPLAY_QUIRK_NONE to pm-action.in.
Michael Biebl
mbiebl at gmail.com
Wed Feb 27 22:23:55 PST 2008
2008/2/28, Victor Lowther <victor.lowther at gmail.com>:
> 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?
More information about the Pm-utils
mailing list