Comment 59 for bug 40621

Revision history for this message
diegoe (diegoe-deactivatedaccount-deactivatedaccount) wrote :

Got it working again, I tweaked /usr/share/acpi-defaults/IBM.config:

        # R50e
        1834*|1842*|2670*)
                ACPI_SLEEP=true;
                SAVE_VIDEO_PCI_STATE=true;
                ###### toggled this two vars from false -> true
                SAVE_VBE_STATE=true;
                POST_VIDEO=true;
        ;;

I have a 1834, so if no one complains and it's not an obvious break, can we separate 1834 to it's own case and set true for SAVE_VBE_STATE and POST_VIDEO there?. Note that changing /etc/defaults/acpi-support had no effects for me. IBM.config was always preferred when suspending.