Difference between revisions of "Talk:Problem with display remaining black after resume"

From ThinkWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
If you want to be able to resume, you need :
 
If you want to be able to resume, you need :
* To start from a VT
+
* To start from a VT
* No option acpi_sleep
+
* No option acpi_sleep
* to save the PCI state like:
+
* to save the PCI state like:
  * cat /proc/bus/pci/00/02.0 > /var/cache/video.config
+
cat /proc/bus/pci/00/02.0 > /var/cache/video.config
* Once you get back, restore it:
+
* Once you get back, restore it:
  * cat /var/cache/video.config > /proc/bus/pci/00/02.0
+
cat /var/cache/video.config > /proc/bus/pci/00/02.0
  
 
However, the X screen is not clean after the restore, so this is not very useable...
 
However, the X screen is not clean after the restore, so this is not very useable...

Revision as of 22:30, 8 August 2005

From my experience, this does not work with TP R50e.

If you want to be able to resume, you need :

  • To start from a VT
  • No option acpi_sleep
  • to save the PCI state like:
cat /proc/bus/pci/00/02.0 > /var/cache/video.config
  • Once you get back, restore it:
cat /var/cache/video.config > /proc/bus/pci/00/02.0

However, the X screen is not clean after the restore, so this is not very useable...