LazyLucretia

intel-hda-powersave.conf

Jan 31st, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. #
  2. # Configuration file for Laptop Mode Tools module intel-hda-powersave.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # Intel HDA power saving settings
  10. # -------------------------------
  11. #
  12. #__COMMENT Enable this setting to save some power with your Intel HDA Audio Chipset
  13. #__COMMENT device.
  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 HDA audio chipset power?
  22. # Set to 0 to disable
  23. CONTROL_INTEL_HDA_POWER=1
  24.  
  25. # Handle power savings for Intel HDA under specific circumstances
  26. BATT_INTEL_HDA_POWERSAVE=1
  27. LM_AC_INTEL_HDA_POWERSAVE=1
  28. NOLM_AC_INTEL_HDA_POWERSAVE=0
  29.  
  30. # Number of seconds to wait before you want the device to time out
  31. INTEL_HDA_DEVICE_TIMEOUT=10
  32.  
  33. # Disable controller on Device timeout
  34. # This saves more power
  35. # However you might want to disable this if you get annoyed by the
  36. # "click" sound when the device wakes up again
  37. #
  38. # Set this to 1 to enable power savings for the controller also
  39. INTEL_HDA_DEVICE_CONTROLLER=1
Add Comment
Please, Sign In to add comment