Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140968 - Mark gnome-power-manager 2.14.3 as stable on x86 arch
Summary: Mark gnome-power-manager 2.14.3 as stable on x86 arch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 14:54 UTC by Pacho Ramos
Modified: 2006-07-18 21:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2006-07-18 14:54:22 UTC
I'm using it without problems with suspend2-sources and the latest hibernate-script.

I only had to change /usr/share/hal/scripts/hal-system-power-suspend and hal-system-power-hibernate for including hibernate script support:
.........

#Other distros just need to have *any* tools installed
else
        if [ -x "/usr/bin/powersave" ] ; then
            $POWERSAVED_SUSPEND2RAM
            RET=$?
        elif [ -x "/usr/sbin/pmi" ] ; then
            /usr/sbin/pmi action suspend force
            RET=$?
        elif  [ "$HAL_PROP_POWER_MANAGEMENT_TYPE" = "pmu" ]; then
                #PMU systems cannot use /sys/power/state yet, so use a helper to issue an ioctl
                hal-system-power-pmu sleep
                RET=$?
        elif [ -x "/usr/sbin/hibernate" ] ; then
            # Use the raw kernel sysfs interface
            /usr/sbin/hibernate
            RET=$?
...

Thanks a lot
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-07-18 21:28:55 UTC
That patch has already been applied in hal, re-emerge HAL.
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-07-18 21:29:33 UTC
It was fixed a while ago.