home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / default / acpi-support < prev    next >
Encoding:
Text File  |  2006-10-15  |  2.1 KB  |  70 lines

  1.  
  2. # Comment the next line to disable ACPI suspend to RAM
  3. ACPI_SLEEP=true
  4.  
  5. # Comment the next line to disable suspend to disk
  6. ACPI_HIBERNATE=true
  7.  
  8. # Change the following to "standby" to use ACPI S1 sleep, rather than S3.
  9. # This will save less power, but may work on more machines
  10. ACPI_SLEEP_MODE=mem
  11.  
  12. # Add modules to this list to have them removed before suspend and reloaded
  13. # on resume. An example would be MODULES="em8300 yenta_socket"
  14. #
  15. # Note that network cards and USB controllers will automatically be unloaded 
  16. # unless they're listed in MODULES_WHITELIST
  17. MODULES=""
  18.  
  19. # Add modules to this list to leave them in the kernel over suspend/resume
  20. MODULES_WHITELIST=""
  21.  
  22. # Should we save and restore state using the VESA BIOS Extensions?
  23. SAVE_VBE_STATE=true
  24.  
  25. # The file that we use to save the vbestate
  26. VBESTATE=/var/lib/acpi-support/vbestate
  27.  
  28. # Should we attempt to warm-boot the video hardware on resume?
  29. POST_VIDEO=true
  30.  
  31. # Save and restore video state?
  32. # SAVE_VIDEO_PCI_STATE=true
  33.  
  34. # Should we switch the screen off with DPMS on suspend?
  35. USE_DPMS=true
  36.  
  37. # Use Radeontool to switch the screen off? Seems to be needed on some machines
  38. # RADEON_LIGHT=true
  39.  
  40. # Uncomment the next line to switch away from X and back again after resume.
  41. # This is needed for some hardware, but should be unnecessary on most.
  42. # DOUBLE_CONSOLE_SWITCH=true
  43.  
  44. # Set the following to "platform" if you want to use ACPI to shut down
  45. # your machine on hibernation
  46. HIBERNATE_MODE=shutdown
  47.  
  48. # Comment this out to disable screen locking on resume
  49. LOCK_SCREEN=true
  50.  
  51. # Uncomment this line to have DMA disabled before suspend and reenabled
  52. # afterwards
  53. # DISABLE_DMA=true
  54.  
  55. # Uncomment this line to attempt to reset the drive on resume. This seems
  56. # to be needed for some Sonys
  57. # RESET_DRIVE=true
  58.  
  59. # Add services to this list to stop them before suspend and restart them in 
  60. # the resume process.
  61. STOP_SERVICES="mysql "
  62.  
  63. # Restart Infra Red services on resume - off by default as it crashes some
  64. # machines
  65. RESTART_IRDA=false
  66.  
  67. # Switch to laptop-mode on battery power - off by default as it causes odd
  68. # hangs on some machines
  69. ENABLE_LAPTOP_MODE=false
  70.