Suspend-to-RAM didn't restore PCI video state

Bug #6454 reported by Botond
12
Affects Status Importance Assigned to Milestone
acpi-support (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Symptoms: try suspend on an IBM ThinkPad (R50e) and try to resume after a while. The display won't come up again.

Here's why:
/etc/acpi/resume.sh contains a bug.
Replace this line
    cat /var/run/vga/vga-pci-`basename $x` >$x/config;
with this
    cat /var/run/vga-pci-`basename $x` >$x/config;
and everything shall work.

Revision history for this message
Matthew Garrett (mjg59) wrote :

Fixed in 0.56

Changed in acpi-support:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.