Advertisement
Guest User

Untitled

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