blob: f99e4e0f6e424ede3b5f88314e11570b48f06f27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Post-installation steps for Slackware
-------------------------------------
1. Enable the TLP initialization script
TLP applies its settings at boot through /etc/rc.d/rc.tlp. To enable
it:
# chmod +x /etc/rc.d/rc.tlp
You may start it immediately with:
# /etc/rc.d/rc.tlp start
2. ACPI event handling
Automatic switching between AC and battery power requires acpid:
# chmod +x /etc/rc.d/rc.acpid
# /etc/rc.d/rc.acpid start
3. Configuration
System configuration is read from:
/etc/tlp.conf
/etc/tlp.d/*.conf
The upstream defaults are in:
/usr/share/tlp/defaults.conf
A template is installed as /etc/tlp.conf.new for administrator
review.
4. tlpctl removed
The upstream tool "tlpctl" is not included because it depends on
power-profiles-daemon, which requires systemd and is not available
on Slackware.
5. Notes for upgrades
If an existing /etc/rc.d/rc.tlp is present, the new version will be
installed as rc.tlp.new. Review and merge changes as needed.
|