Comment 7 for bug 425264

Revision history for this message
Randolph Haack (randolphius) wrote :

Was able to resolve my resume after suspend issue by disabling KMS.
Edit the file: /etc/default/grub and replace GRUB_CMDLINE_LINUX="" with GRUB_CMDLINE_LINUX="nomodeset"
The bootloader will need to be updated in the terminal using: sudo update-grub. This may not be a fix for all graphic cards but for my ATI Radeon 7500, suspend/resume is now working perfectly.