I have freshly installed my computer with kernel 3.16.5, lightDM and xfce (4.10.1).
Code: Select all
Linux aim-triops.uzh.ch 3.16.5-gentoo #1 SMP Tue Dec 9 15:23:52 CET 2014 x86_64 Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz GenuineIntel GNU/Linux
Here's 'xfce4-power-manager --dump'
Code: Select all
---------------------------------------------------
Xfce power manager version 1.3.0
With policykit support
Without network manager support
With DPMS support
---------------------------------------------------
Can suspend: True
Can hibernate: False
Can spin down hard disks: True
Authorized to suspend: True
Authorized to hibernate: True
Authorized to shutdown: True
Authorized to spin down hard disks: True
Has battery: False
Has brightness panel: False
Has power button: True
Has hibernate button: True
Has sleep button: True
Has LID: False
But i have set it before i built the kernel:
Code: Select all
~ $ grep HIBER /usr/src/linux-3.16.5-gentoo/.config
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
~ $ grep sda /usr/src/linux-3.16.5-gentoo/.config
CONFIG_PM_STD_PARTITION="/dev/sda3"
I also specified the resume in grub (GRUB Legacy):
Code: Select all
~ $ cat /boot/grub/grub.conf
default 0
timeout 3
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Gentoo Linux 3.16.5
root (hd0,1)
kernel /boot/kernel-genkernel-x86_64-3.16.5-gentoo root=/dev/sda4 resume=/dev/sda3
initrd /boot/initramfs-genkernel-x86_64-3.16.5-gentoo
Code: Select all
~ $ eix pm-util | grep -e Installed -e "\[I\]"
[I] sys-power/pm-utils
Installed versions: 1.4.1-r6(05:32:37 PM 12/10/2014)(alsa -debug -ntp VIDEO_CARDS="-intel -radeon")
[I] sys-power/upower-pm-utils
Installed versions: 0.9.23-r2(04:54:49 PM 12/09/2014)(introspection -ios KERNEL="linux -FreeBSD")
jody@aim-triops ~ $
How can i bring back Hibernate on my logout-dialog?
Thank You
Jody

