Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. open up /etc/default/acpi-support and make sure that the following options look like:
  2.  
  3. # Should we save and restore state using the VESA BIOS Extensions?
  4. SAVE_VBE_STATE=false
  5.  
  6. # The file that we use to save the vbestate
  7. VBESTATE=/var/lib/acpi-support/vbestate
  8.  
  9. # Should we attempt to warm-boot the video hardware on resume?
  10. POST_VIDEO=false
  11.  
  12. # Save and restore video state?
  13. SAVE_VIDEO_PCI_STATE=true
  14.  
  15. # Should we switch the screen off with DPMS on suspend?
  16. USE_DPMS=false
  17.  
  18.  
  19.  
  20. Can also try adding acpi_sleep=s3_bios acpi=noirq to kernel options in grub.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement