]> git.pld-linux.org Git - packages/acpid.git/blob - acpid.sysconfig
- IBM_LAPTOP is back (thinkpad_acpi module)
[packages/acpid.git] / acpid.sysconfig
1 # Customized settings for acpid
2
3 # Define nice level for acpid:
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Program arguments passed to acpid commandline
7 PROGRAM_ARGS=""
8
9 # Modules to load before starting acpid
10
11 # These modules are needed on laptops.
12 #LAPTOP_MODULES="ac battery"
13
14 # Various ACPI modules, useful on destop system
15 #VARIOUS_MODULES="fan processor thermal"
16
17 # If you have ASUS, TOSHIBA or IBM (thinkpad) laptop you can try to uncomment one of
18 # this options to get additional features provided by acpi in this laptops
19 #ASUS_LAPTOP="yes"
20 #TOSHIBA_LAPTOP="yes"
21 #IBM_LAPTOP="yes"
22
23 # MODULES is a space seperated list of modules to load, or "all" to load all
24 # acpi drivers, or commented out to load modules from above variables
25 #MODULES="battery ac processor button fan thermal video"
26 #MODULES="all"
This page took 0.087576 seconds and 3 git commands to generate.