Comment 38 for bug 40621

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

Here's my take on the R50e suspend/resume deal.

Ingredients:
 - up to date edgy as of 07-10-2006
 - acpi-support 0.89
 - kernel 2.6.17-10-386

So I have stock setup regarding kernel and acpi-tools.

To make things work, I only had to add one line in /usr/share/acpi/IBM.config as follows (the POST_VIDEO one):

        # R50e
        1834*|1842*|2670*)
                ACPI_SLEEP=true;
                SAVE_VIDEO_PCI_STATE=true;
                SAVE_VBE_STATE=false;
                POST_VIDEO=false;
        ;;

During all this experimentation I can't be 100% sure it really is this simple even tho it appears to be so.

Could someone please confirm?