Comment 94 for bug 50031

Revision history for this message
jakub.kocourek (jakub-kocourek) wrote :

Working fine on R60:
Download and install the latest packages from ubuntu mirror manually (ftp://ftp.belnet.be/mirrors/ubuntu.com/ubuntu/pool/main/):
1) libnotify
2) gnome-network-manager

Edit /etc/default/acpi-support:
ACPI_SLEEP_MODE=standby
SAVE_VBE_STATE=true
VBESTATE=/var/lib/acpi-support/vbestate
POST_VIDEO=true
SAVE_VIDEO_PCI_STATE=true
USE_DPMS=true
DOUBLE_CONSOLE_SWITCH=true
If you've got Radeon card: RADEON_LIGHT=true

Add "ec_intr=0" as kernel boot parameter to /boot/grub/menu.lst and resume=/dev/swap_device

Add Option "VBERestore" "yes" to device session in /etc/X11/xorg.conf

Restart your computer!!! (or restart all alsa services and Xorg)

Use gnome-power-manager's right click menu for suspend/hibernate.

Not solved:
- Wifi adapter not working after wakeup from suspend.
- ACPI sleep using ACPI button not working (suspend using gnome-power-manager only)

Jakub Kocourek