Ubuntu 7.04/Issues/Suspend followed by Hibernate fails with binary nvidia drive
From DellLinuxWiki
Amit bhutani (Talk | contribs) (New page: <br>''Systems Affected:''Inspiron E1505N <br>''Description:''When using the Nvidia 3D propreitary video driver, a s2ram followed by a s2disk sometimes causes the screen to flicker endlessl...) |
|||
| (7 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | <br>' | + | <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>''Impact:''Unable to use X | + | <br>'''Impact:''' Unable to use X Windows 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:''' Work in Progress. See [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/104889 LP104889]. | ||
Latest revision as of 18:50, 9 August 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 Windows Server.
Workaround: Disable vbe post/save options. Edit /etc/default/acpi-support and set:
SAVE_VBE_STATE=false POST_VIDEO=false
Fix: Work in Progress. See LP104889.