[Pm-utils] [PATCH 2/6] Added support in the video hook for DISPLAY_QUIRK_NONE.

Michael Biebl mbiebl at gmail.com
Wed Feb 27 22:51:30 PST 2008


2008/2/28, Victor Lowther <victor.lowther at gmail.com>:
> When it is set to true, avoid quirk handling by exiting immediatly.
>  ---
>   pm/sleep.d/99video |    2 ++
>   1 files changed, 2 insertions(+), 0 deletions(-)
>
>  diff --git a/pm/sleep.d/99video b/pm/sleep.d/99video
>  index d46fbfe..92e13f7 100755
>  --- a/pm/sleep.d/99video
>  +++ b/pm/sleep.d/99video
>  @@ -9,6 +9,8 @@
>
>   . "${PM_FUNCTIONS}"
>
>  +[ "$DISPLAY_QUIRK_NONE" = "true" ] && exit $NA
>  +

What about save_fbcon/resume_fbcon? s2ram seems to also call it with -f.
We don't have a quirk for that in hal (yet).
When is it required to call save_fbcon, what exactly does it do?

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