LazyLucretia

hal-polling.conf

Jan 31st, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. #
  2. # Configuration file for Laptop Mode Tools module hal-polling.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # HAL polling settings
  10. # --------------------
  11. #
  12. #__COMMENT If you enable this module, laptop mode tools will control the polling of
  13. #__COMMENT your CD/DVD drives by HAL. Disabling polling saves a considerable amount of
  14. #__COMMENT power, but for some older CD/DVD drives it means that inserted CDs are no
  15. #__COMMENT longer autodetected. In such cases, you must turn this option off.
  16. #__COMMENT Alternatively, you can configure laptop mode tools to turn HAL polling on only
  17. #__COMMENT when the laptop is running on AC power. This would mean that CDs are not
  18. #__COMMENT autodetected while the laptop is running on battery power, but the power
  19. #__COMMENT savings may be worth the extra manual labour when you insert a CD.
  20. #
  21. ###############################################################################
  22.  
  23. # Enable debug mode for this module
  24. # Set to 1 if you want to debug this module
  25. DEBUG=0
  26.  
  27. # Control HAL polling?
  28. # Set to 0 to disable.
  29. CONTROL_HAL_POLLING="auto"
  30.  
  31. # Disable HAL polling on battery?
  32. BATT_DISABLE_HAL_POLLING=1
  33.  
  34. # Disable HAL polling on AC?
  35. AC_DISABLE_HAL_POLLING=0
  36.  
  37. # Drives to apply HAL polling settings to
  38. HAL_POLLING_DEVICES="/dev/scd?"
Advertisement
Add Comment
Please, Sign In to add comment