]> git.pld-linux.org Git - packages/acpid.git/blobdiff - acpid.sysconfig
- updated to 2.0.34, include x32
[packages/acpid.git] / acpid.sysconfig
index d89a6e311a529e8554941745655f9cf53beab099..17e5a00055ac82ab1630df926bca570069791a27 100644 (file)
@@ -1,22 +1,35 @@
-# Customized setings for acpid
+# Customized settings for acpid
 
 # Define nice level for acpid:
 SERVICE_RUN_NICE_LEVEL="+0"
 
-# Program arguments:
-PROGRAM_ARGS=""
+# This option changes the maximum number of non-root socket connections which
+# can be made to the acpid socket.
+# Default is 256.
+#PROGRAM_ARGS="-C 256"
 
-# Run modprobe ospm_system (not present in 2.6 kernels) to allow
-# smooth system shutdown
-#MODPROBE_OSPM_SYSTEM="yes"
+# This option forces acpid to use the Linux kernel input layer and netlink
+# interface for ACPI events.
+#PROGRAM_ARGS="-n"
+
+# Extra program arguments passed to acpid commandline
+#PROGRAM_ARGS=""
+
+# Modules to load before starting acpid
 
 # These modules are needed on laptops.
 #LAPTOP_MODULES="ac battery"
 
-# Various ACPI modules, usefull on destop system
+# Various ACPI modules, useful on destop system
 #VARIOUS_MODULES="fan processor thermal"
 
-# If you have ASUS or TOSHIBA laptop you can try to uncomment one of this 
-# options to get additional features provided by acpi in this laptops
+# If you have ASUS, TOSHIBA or IBM (thinkpad) laptop you can try to uncomment one of
+# this options to get additional features provided by acpi in this laptops
 #ASUS_LAPTOP="yes"
 #TOSHIBA_LAPTOP="yes"
+#IBM_LAPTOP="yes"
+
+# MODULES is a space seperated list of modules to load, or "all" to load all
+# acpi drivers, or commented out to load modules from above variables
+#MODULES="battery ac processor button fan thermal video"
+#MODULES="all"
This page took 0.33073 seconds and 4 git commands to generate.