[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: other annoyances before fc5
- From: "Tom London" <selinux gmail com>
- To: "Development discussions related to Fedora Core" <fedora-devel-list redhat com>
- Subject: Re: other annoyances before fc5
- Date: Sun, 5 Mar 2006 14:39:14 -0800
On 3/5/06, Leon <sdl web 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]