1tlp(8) Power Management tlp(8)
2
3
4
6 tlp - apply laptop power saving settings
7
9 tlp command [parameters] [-- <config> ... ]
10
12 Apply power saving settings manually and control ThinkPad battery fea‐
13 tures.
14
16 start Initialize tlp and apply power saving settings according to the
17 actual power source. Also use to apply a changed configuration.
18
19 bat Apply power saving settings for battery power source.
20
21 true Same as bat.
22
23 ac Apply power saving settings for AC power source.
24
25 false Same as ac.
26
27 usb Enable autosuspend for all USB devices, except blacklisted ones.
28
29 bayoff Turn off optical drive in UltraBay/MediaBay. The drive may be
30 re-enabled by pulling the eject lever or pushing the media eject
31 button on newer models.
32
33 setcharge [START_CHARGE STOP_CHARGE] [BAT0|BAT1] (ThinkPads only)
34 Set charge thresholds of main (BAT0) or auxiliary (BAT1) battery
35 temporarily. Values must be between 1 and 100, STOP_CHARGE >
36 START_CHARGE + 3. Configured thresholds are restored upon next
37 system boot-up. When called without arguments, configured
38 thresholds are set.
39
40 fullcharge [BAT0|BAT1] (ThinkPads only)
41 Set charge thresholds of main (BAT0) or auxiliary (BAT1) battery
42 to factory presets (96/100) temporarily (causing a full charge).
43 Configured thresholds are restored upon next system boot-up.
44
45 chargeonce [BAT0|BAT1] (ThinkPads only)
46 Charge main (BAT0) or auxiliary (BAT1) battery to the stop
47 charge threshold once (bypassing start threshold). Configured
48 thresholds are restored upon next system boot-up.
49
50 discharge [BAT0|BAT1] (ThinkPads only)
51 Force complete discharge of main (BAT0) or auxiliary (BAT1) bat‐
52 tery.
53
54 recalibrate [BAT0|BAT1] (ThinkPads only)
55 Battery recalibration: completely discharge main (BAT0) or aux‐
56 iliary (BAT1) battery and recharge to 100%.
57
58 stat Same as tlp-stat.
59
60 diskid Show disk ids for configuration.
61
62 -- PARAM=value ...
63 Add parameters to temporarily overwrite the system configuration
64 (for this program invocation only).
65
67 For ThinkPads with more than one battery the selection works as fol‐
68 lows:
69
70 BAT0 - Main or internal battery
71
72 BAT1 - Ultrabay, Slice or replaceable battery
73
75 Apply thresholds of 70 / 90% to the main battery:
76
77 tlp setcharge 70 90 BAT0
78
79 Charge the auxiliary battery to full capacity:
80
81 tlp fullcharge BAT1
82
83 Recalibrate the main battery:
84
85 tlp recalibrate BAT0
86
88 /etc/default/tlp
89 System-wide configuration file containing all power saving set‐
90 tings.
91
93 On success, 0 is returned, a non-zero failure code otherwise.
94
96 tlp-stat(8), bluetooth(1), wifi(1), wwan(1).
97
98 Project homepage: ⟨http://linrunner.de⟩
99
101 (c) 2018 Thomas Koch <linrunner at gmx.net>
102
103
104
105TLP 1.2 2019-03-03 tlp(8)