Ubuntu 7.04/Issues/Suspend followed by Hibernate fails with binary nvidia drive
From DellLinuxWiki
| Line 1: | Line 1: | ||
<br>'''Description:''' When using the Nvidia 3D proprietary video driver, a s2ram followed by a s2disk sometimes causes the screen to flicker endlessly when the system resumes from s2disk. | <br>'''Description:''' When using the Nvidia 3D proprietary video driver, a s2ram followed by a s2disk sometimes causes the screen to flicker endlessly when the system resumes from s2disk. | ||
<br>'''Systems Affected:''' Inspiron E1505n | <br>'''Systems Affected:''' Inspiron E1505n | ||
| - | <br>'''Impact:''' Unable to use X | + | <br>'''Impact:''' Unable to use X window server. |
| - | <br>'''Workaround:''' | + | <br>'''Workaround:''' Disable vbe post/save options. Edit /etc/default/acpi-support and set: |
| - | + | ||
| + | SAVE_VBE_STATE=false | ||
| + | POST_VIDEO=false | ||
| + | |||
| + | '''Fix:''' No fix available at this time. Issue being tracked in Launchpad# [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/104889 104889] | ||
Revision as of 19:39, 13 July 2007
Description: When using the Nvidia 3D proprietary video driver, a s2ram followed by a s2disk sometimes causes the screen to flicker endlessly when the system resumes from s2disk.
Systems Affected: Inspiron E1505n
Impact: Unable to use X window server.
Workaround: Disable vbe post/save options. Edit /etc/default/acpi-support and set:
SAVE_VBE_STATE=false POST_VIDEO=false
Fix: No fix available at this time. Issue being tracked in Launchpad# 104889