Comment 37 for bug 40621

Revision history for this message
diegoe (diegoe-deactivatedaccount-deactivatedaccount) wrote : Re: R50e Resume requires "VBERestore" "true" in xorg.conf

Correcting my previous comment, the script corrupts my video in Edgy.

I made the following changes to make suspend and hibernate work in Edgy:
/etc/defaults/acpi-support:
POST_VIDEO = false

/etc/X11/xorg.conf:
Section "Device"
   Identifier "Intel Corporation 82852/855GM Integrated Graphics Device"
   Driver "i810"
   BusID "PCI:0:2:0"
   Option "VBERestore" "true"
EndSection