support for suspend on Thinkpad R61 with nvidia

Bug #173720 reported by staf
4
Affects Status Importance Assigned to Milestone
acpi-support (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: acpi-support

The video from my thinkpad is not working after resume. After setting SAVE_VBE_STATE=false and POST_VIDEO=false everything works perfectly. To do so, I added an extra config file :
cat /usr/share/acpi-support/LENOVO.config
case "$model" in
        "89185WG"*)
                SAVE_VBE_STATE=false
                POST_VIDEO=false
        ;;
esac

There is also a version of this laptop with an intel chipset. I don't know if this will also work on the intel based laptops.
The LENOVO.config is a new file.

Nanley Chery (nanoman)
Changed in acpi-support:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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