I have this problem in gutsy gibbon.  I check my check policy function
from /usr/share/acpi-support/policy-funcs:

CheckPolicy() {
    if pidof gnome-power-manager kpowersave > /dev/null ||
       (pidof dcopserver > /dev/null && test -x /usr/bin/dcop && /usr/bin/dcop 
kded kded loadedModules | grep -q klaptopdaemon) ; then
        echo 0;
    else
        echo 1;
    fi
}

However, when I close my lid, I receive the policy timeout message and
the screen remains lit even with the lid shut.  Does this incarnation of
CheckPolicy really fix the problem?  Is there another change in Hardy
that does address this issue?

I am running Ubuntu 7.10 ion a Macbook Santa Rosa

Linux 2.6.22-14-generic #1 SMP Sat Feb 9 19:21:45 GMT 2008 x86_64
GNU/Linux

-- 
lid.sh doesn't check for gnome-power-manager
https://bugs.launchpad.net/bugs/31559
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to