]> git.pld-linux.org Git - packages/acpid.git/blame - acpid.sysconfig
- updated to 2.0.34, include x32
[packages/acpid.git] / acpid.sysconfig
CommitLineData
09f3d1d4 1# Customized settings for acpid
94f6e9a1
PG
2
3# Define nice level for acpid:
4SERVICE_RUN_NICE_LEVEL="+0"
5
eb588624
ER
6# This option changes the maximum number of non-root socket connections which
7# can be made to the acpid socket.
8# Default is 256.
14aa70d3 9#PROGRAM_ARGS="-C 256"
eb588624
ER
10
11# This option forces acpid to use the Linux kernel input layer and netlink
12# interface for ACPI events.
14aa70d3 13#PROGRAM_ARGS="-n"
eb588624
ER
14
15# Extra program arguments passed to acpid commandline
14aa70d3 16#PROGRAM_ARGS=""
f315a54f 17
180a2240
ER
18# Modules to load before starting acpid
19
c3f9eb6f
PG
20# These modules are needed on laptops.
21#LAPTOP_MODULES="ac battery"
22
180a2240 23# Various ACPI modules, useful on destop system
c3f9eb6f
PG
24#VARIOUS_MODULES="fan processor thermal"
25
180a2240 26# If you have ASUS, TOSHIBA or IBM (thinkpad) laptop you can try to uncomment one of
461c3aff 27# this options to get additional features provided by acpi in this laptops
c3f9eb6f
PG
28#ASUS_LAPTOP="yes"
29#TOSHIBA_LAPTOP="yes"
180a2240
ER
30#IBM_LAPTOP="yes"
31
32# MODULES is a space seperated list of modules to load, or "all" to load all
33# acpi drivers, or commented out to load modules from above variables
34#MODULES="battery ac processor button fan thermal video"
35#MODULES="all"
This page took 0.072484 seconds and 4 git commands to generate.