LazyLucretia

intel-sata-powermgmt.conf

Jan 31st, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. #
  2. # Configuration file for Laptop Mode Tools module intel-sata-powermgmt.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # Intel SATA power management settings
  10. # ------------------------------------
  11. #
  12. #__COMMENT If you enable this setting, laptop mode tools will automatically enable the
  13. #__COMMENT link power management mode of Intel AHCI compliant SATA chipsets.
  14. #
  15. ###############################################################################
  16.  
  17. # Enable debug mode for this module
  18. # Set to 1 if you want to debug this module
  19. DEBUG=0
  20.  
  21. # Control Intel SATA chipset power management?
  22. # Set to 0 to disable
  23. CONTROL_INTEL_SATA_POWER=1
  24.  
  25. # Handle power management of the Intel SATA host controller under specific
  26. # circumstances. Legal values are "min_power" (maximum power saving at the
  27. # expense of higher latencies), "medium_power" (reduce latencies to a minimum
  28. # while still trying to enable power-saving features), "max_performance" (power
  29. # management is disabled). Note that setting any level besides
  30. # "max_performance" also disables device hotplug.
  31. BATT_SATA_POLICY=min_power
  32. LM_AC_SATA_POLICY=max_performance
  33. NOLM_AC_SATA_POLICY=max_performance
Advertisement
Add Comment
Please, Sign In to add comment