other annoyances before fc5

Tom London selinux at gmail.com
Sun Mar 5 22:39:14 UTC 2006


On 3/5/06, Leon <sdl.web at gmail.com> wrote:
> Just noticed that /etc/sysconfig/pm has the following:
> HIBERNATE_RESUME_POST_VIDEO="no"
>
> Maybe set it to "yes" will help.
>
> Leon
>
Don't think so.  /etc/pm/hooks/20video has:

case "$1" in
        suspend)
                suspend_video
                ;;
        resume)
                if [ "x$PM_MODE" != "hibernate" -o \
                     "x$HIBERNATE_RESUME_POST_VIDEO" == "xyes" ]; then
                        resume_video
                fi

Since PM_MODE should not be "hibernate", there will be no check of
HIBERNATE_RESUME_POST_VIDEO. In any case, resume_video is being
called.

tom
--
Tom London




More information about the fedora-devel-list mailing list