tlp.conf 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. # ------------------------------------------------------------------------------
  2. # /etc/tlp.conf - TLP user configuration (version 1.6.1)
  3. # See full explanation: https://linrunner.de/tlp/settings
  4. #
  5. # Copyright (c) 2024 Thomas Koch <linrunner at gmx.net> and others.
  6. # SPDX-License-Identifier: GPL-2.0-or-later
  7. #
  8. # Settings are read in the following order:
  9. #
  10. # 1. Intrinsic defaults
  11. # 2. /etc/tlp.d/*.conf - Drop-in customization snippets
  12. # 3. /etc/tlp.conf - User configuration (this file)
  13. #
  14. # Notes:
  15. # - In case of identical parameters, the last occurence has precedence
  16. # - This also means, parameters enabled here will override anything else
  17. # - However you may append values to a parameter already defined as intrinsic
  18. # default or in a previously read file: use PARAMETER+="add values"
  19. # - IMPORTANT: all parameters here are disabled; remove the leading '#' if you
  20. # like to enable a feature without default or have a value different from the
  21. # default
  22. # - Default *: intrinsic default that is effective when the parameter is missing
  23. # or disabled by a leading '#'; use PARAM="" to disable an intrinsic default
  24. # - Default <none>: do nothing or use kernel/hardware defaults
  25. # - IMPORTANT: parameters must always be specified pairwise i.e. for
  26. # both AC and BAT. Omitting one of the two makes the set value effective for
  27. # both power sources, since a change only occurs when different values are
  28. # defined.
  29. # ------------------------------------------------------------------------------
  30. # tlp - Parameters for power saving
  31. # Set to 0 to disable, 1 to enable TLP.
  32. # Default: 1
  33. #TLP_ENABLE=1
  34. # Control how warnings about invalid settings are issued:
  35. # 0=disabled,
  36. # 1=background tasks (boot, resume, change of power source) report to syslog,
  37. # 2=shell commands report to the terminal (stderr),
  38. # 3=combination of 1 and 2
  39. # Default: 3
  40. #TLP_WARN_LEVEL=3
  41. # Colorize error, warning, notice and success messages. Colors are specified
  42. # with ANSI codes:
  43. # 1=bold black, 90=grey, 91=red, 92=green, 93=yellow, 94=blue, 95=magenta,
  44. # 96=cyan, 97=white.
  45. # Other colors are possible, refer to:
  46. # https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit
  47. # Colors must be specified in the order "<error> <warning> <notice> <success>".
  48. # By default, errors are shown in red, warnings in yellow, notices in bold
  49. # and success in green.
  50. # Default: "91 93 1 92"
  51. #TLP_MSG_COLORS="91 93 1 92"
  52. # Operation mode when no power supply can be detected: AC, BAT.
  53. # Concerns some desktop and embedded hardware only.
  54. # Default: <none>
  55. #TLP_DEFAULT_MODE=AC
  56. # Operation mode select: 0=depend on power source, 1=always use TLP_DEFAULT_MODE
  57. # Note: use in conjunction with TLP_DEFAULT_MODE=BAT for BAT settings on AC.
  58. # Default: 0
  59. #TLP_PERSISTENT_DEFAULT=0
  60. # Power supply classes to ignore when determining operation mode: AC, USB, BAT.
  61. # Separate multiple classes with spaces.
  62. # Note: try on laptops where operation mode AC/BAT is incorrectly detected.
  63. # Default: <none>
  64. #TLP_PS_IGNORE="BAT"
  65. # Seconds laptop mode has to wait after the disk goes idle before doing a sync.
  66. # Non-zero value enables, zero disables laptop mode.
  67. # Default: 0 (AC), 2 (BAT)
  68. #DISK_IDLE_SECS_ON_AC=0
  69. #DISK_IDLE_SECS_ON_BAT=2
  70. # Dirty page values (timeouts in secs).
  71. # Default: 15 (AC), 60 (BAT)
  72. #MAX_LOST_WORK_SECS_ON_AC=15
  73. #MAX_LOST_WORK_SECS_ON_BAT=60
  74. # Select a CPU scaling driver operation mode.
  75. # Intel CPU with intel_pstate driver:
  76. # active, passive.
  77. # AMD Zen 2 or newer CPU with amd-pstate driver as of kernel 6.3/6.4(*):
  78. # active, passive, guided(*).
  79. # Default: <none>
  80. #CPU_DRIVER_OPMODE_ON_AC=active
  81. #CPU_DRIVER_OPMODE_ON_BAT=active
  82. # Select a CPU frequency scaling governor.
  83. # Intel CPU with intel_pstate driver or
  84. # AMD CPU with amd-pstate driver in active mode ('amd-pstate-epp'):
  85. # performance, powersave(*).
  86. # Intel CPU with intel_pstate driver in passive mode ('intel_cpufreq') or
  87. # AMD CPU with amd-pstate driver in passive or guided mode ('amd-pstate') or
  88. # Intel, AMD and other CPU brands with acpi-cpufreq driver:
  89. # conservative, ondemand(*), userspace, powersave, performance, schedutil(*).
  90. # Use tlp-stat -p to show the active driver and available governors.
  91. # Important:
  92. # Governors marked (*) above are power efficient for *almost all* workloads
  93. # and therefore kernel and most distributions have chosen them as defaults.
  94. # You should have done your research about advantages/disadvantages *before*
  95. # changing the governor.
  96. # Default: <none>
  97. CPU_SCALING_GOVERNOR_ON_AC=performance
  98. CPU_SCALING_GOVERNOR_ON_BAT=performance
  99. # Set the min/max frequency available for the scaling governor.
  100. # Possible values depend on your CPU. For available frequencies see
  101. # the output of tlp-stat -p.
  102. # Notes:
  103. # - Min/max frequencies must always be specified for both AC *and* BAT
  104. # - Not recommended for use with the intel_pstate driver, use
  105. # CPU_MIN/MAX_PERF_ON_AC/BAT below instead
  106. # Default: <none>
  107. #CPU_SCALING_MIN_FREQ_ON_AC=0
  108. #CPU_SCALING_MAX_FREQ_ON_AC=0
  109. #CPU_SCALING_MIN_FREQ_ON_BAT=0
  110. #CPU_SCALING_MAX_FREQ_ON_BAT=0
  111. # Set CPU energy/performance policies EPP and EPB:
  112. # performance, balance_performance, default, balance_power, power.
  113. # Values are given in order of increasing power saving.
  114. # Requires:
  115. # * Intel CPU
  116. # EPP: Intel Core i 6th gen. or newer CPU with intel_pstate driver
  117. # EPB: Intel Core i 2nd gen. or newer CPU with intel_pstate driver
  118. # EPP and EPB are mutually exclusive: when EPP is available, Intel CPUs
  119. # will not honor EPB. Only the matching feature will be applied by TLP.
  120. # * AMD Zen 2 or newer CPU
  121. # EPP: amd-pstate driver in active mode ('amd-pstate-epp') as of kernel 6.3
  122. # Default: balance_performance (AC), balance_power (BAT)
  123. #CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
  124. #CPU_ENERGY_PERF_POLICY_ON_BAT=balance_power
  125. # Set Intel CPU P-state performance: 0..100 (%).
  126. # Limit the max/min P-state to control the power dissipation of the CPU.
  127. # Values are stated as a percentage of the available performance.
  128. # Requires Intel Core i 2nd gen. or newer CPU with intel_pstate driver.
  129. # Default: <none>
  130. #CPU_MIN_PERF_ON_AC=0
  131. #CPU_MAX_PERF_ON_AC=100
  132. #CPU_MIN_PERF_ON_BAT=0
  133. #CPU_MAX_PERF_ON_BAT=30
  134. # Set the CPU "turbo boost" (Intel) or "turbo core" (AMD) feature:
  135. # 0=disable, 1=allow.
  136. # Allows to raise the maximum frequency/P-state of some cores if the
  137. # CPU chip is not fully utilized and below it's intended thermal budget.
  138. # Note: a value of 1 does *not* activate boosting, it just allows it.
  139. # Default: <none>
  140. #CPU_BOOST_ON_AC=1
  141. #CPU_BOOST_ON_BAT=0
  142. # Set CPU dynamic boost feature:
  143. # 0=disable, 1=enable.
  144. # Improve performance by increasing minimum P-state limit dynamically
  145. # whenever a task previously waiting on I/O is selected to run.
  146. # Requires Intel Core i 6th gen. or newer CPU: intel_pstate driver in active mode.
  147. # Note: AMD CPUs currently have no tunable for this.
  148. # Default: <none>
  149. #CPU_HWP_DYN_BOOST_ON_AC=1
  150. #CPU_HWP_DYN_BOOST_ON_BAT=0
  151. # Kernel NMI Watchdog:
  152. # 0=disable (default, saves power), 1=enable (for kernel debugging only).
  153. # Default: 0
  154. #NMI_WATCHDOG=0
  155. # Select platform profile:
  156. # performance, balanced, low-power.
  157. # Controls system operating characteristics around power/performance levels,
  158. # thermal and fan speed. Values are given in order of increasing power saving.
  159. # Note: check the output of tlp-stat -p to determine availability on your
  160. # hardware and additional profiles such as: balanced-performance, quiet, cool.
  161. # Default: <none>
  162. #PLATFORM_PROFILE_ON_AC=performance
  163. #PLATFORM_PROFILE_ON_BAT=low-power
  164. # System suspend mode:
  165. # s2idle: Idle standby - a pure software, light-weight, system sleep state,
  166. # deep: Suspend to RAM - the whole system is put into a low-power state,
  167. # except for memory, usually resulting in higher savings than s2idle.
  168. # CAUTION: changing suspend mode may lead to system instability and even
  169. # data loss. As for the availability of different modes on your system,
  170. # check the output of tlp-stat -s. If unsure, stick with the system default
  171. # by not enabling this.
  172. # Default: <none>
  173. #MEM_SLEEP_ON_AC=s2idle
  174. #MEM_SLEEP_ON_BAT=deep
  175. # Define disk devices on which the following DISK/AHCI_RUNTIME parameters act.
  176. # Separate multiple devices with spaces.
  177. # Devices can be specified by disk ID also (lookup with: tlp diskid).
  178. # Default: "nvme0n1 sda"
  179. #DISK_DEVICES="nvme0n1 sda"
  180. # Disk advanced power management level: 1..254, 255 (max saving, min, off).
  181. # Levels 1..127 may spin down the disk; 255 allowable on most drives.
  182. # Separate values for multiple disks with spaces. Use the special value 'keep'
  183. # to keep the hardware default for the particular disk.
  184. # Default: 254 (AC), 128 (BAT)
  185. #DISK_APM_LEVEL_ON_AC="254 254"
  186. #DISK_APM_LEVEL_ON_BAT="128 128"
  187. # Exclude disk classes from advanced power management (APM):
  188. # sata, ata, usb, ieee1394.
  189. # Separate multiple classes with spaces.
  190. # CAUTION: USB and IEEE1394 disks may fail to mount or data may get corrupted
  191. # with APM enabled. Be careful and make sure you have backups of all affected
  192. # media before removing 'usb' or 'ieee1394' from the denylist!
  193. # Default: "usb ieee1394"
  194. #DISK_APM_CLASS_DENYLIST="usb ieee1394"
  195. # Hard disk spin down timeout:
  196. # 0: spin down disabled
  197. # 1..240: timeouts from 5s to 20min (in units of 5s)
  198. # 241..251: timeouts from 30min to 5.5 hours (in units of 30min)
  199. # See 'man hdparm' for details.
  200. # Separate values for multiple disks with spaces. Use the special value 'keep'
  201. # to keep the hardware default for the particular disk.
  202. # Default: <none>
  203. #DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
  204. #DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
  205. # Select I/O scheduler for the disk devices.
  206. # Multi queue (blk-mq) schedulers:
  207. # mq-deadline(*), none, kyber, bfq
  208. # Single queue schedulers:
  209. # deadline(*), cfq, bfq, noop
  210. # (*) recommended.
  211. # Separate values for multiple disks with spaces. Use the special value 'keep'
  212. # to keep the kernel default scheduler for the particular disk.
  213. # Notes:
  214. # - Multi queue (blk-mq) may need kernel boot option 'scsi_mod.use_blk_mq=1'
  215. # and 'modprobe mq-deadline-iosched|kyber|bfq' on kernels < 5.0
  216. # - Single queue schedulers are legacy now and were removed together with
  217. # the old block layer in kernel 5.0
  218. # Default: keep
  219. #DISK_IOSCHED="mq-deadline mq-deadline"
  220. # AHCI link power management (ALPM) for SATA disks:
  221. # min_power, med_power_with_dipm(*), medium_power, max_performance.
  222. # (*) recommended.
  223. # Multiple values separated with spaces are tried sequentially until success.
  224. # Default: med_power_with_dipm (AC & BAT)
  225. #SATA_LINKPWR_ON_AC="med_power_with_dipm"
  226. #SATA_LINKPWR_ON_BAT="med_power_with_dipm"
  227. # Exclude SATA links from AHCI link power management (ALPM).
  228. # SATA links are specified by their host. Refer to the output of
  229. # tlp-stat -d to determine the host; the format is "hostX".
  230. # Separate multiple hosts with spaces.
  231. # Default: <none>
  232. #SATA_LINKPWR_DENYLIST="host1"
  233. # Runtime Power Management for NVMe, SATA, ATA and USB disks
  234. # as well as SATA ports:
  235. # on=disable, auto=enable.
  236. # Note: SATA controllers are PCIe bus devices and handled by RUNTIME_PM further
  237. # down.
  238. # Default: on (AC), auto (BAT)
  239. #AHCI_RUNTIME_PM_ON_AC=on
  240. #AHCI_RUNTIME_PM_ON_BAT=auto
  241. # Seconds of inactivity before disk is suspended.
  242. # Note: effective only when AHCI_RUNTIME_PM_ON_AC/BAT is activated.
  243. # Default: 15
  244. #AHCI_RUNTIME_PM_TIMEOUT=15
  245. # Power off optical drive in UltraBay/MediaBay: 0=disable, 1=enable.
  246. # Drive can be powered on again by releasing (and reinserting) the eject lever
  247. # or by pressing the disc eject button on newer models.
  248. # Note: an UltraBay/MediaBay hard disk is never powered off.
  249. # Default: 0
  250. #BAY_POWEROFF_ON_AC=0
  251. #BAY_POWEROFF_ON_BAT=0
  252. # Optical drive device to power off
  253. # Default: sr0
  254. #BAY_DEVICE="sr0"
  255. # Set the min/max/turbo frequency for the Intel GPU.
  256. # Possible values depend on your hardware. For available frequencies see
  257. # the output of tlp-stat -g.
  258. # Default: <none>
  259. #INTEL_GPU_MIN_FREQ_ON_AC=0
  260. #INTEL_GPU_MIN_FREQ_ON_BAT=0
  261. #INTEL_GPU_MAX_FREQ_ON_AC=0
  262. #INTEL_GPU_MAX_FREQ_ON_BAT=0
  263. #INTEL_GPU_BOOST_FREQ_ON_AC=0
  264. #INTEL_GPU_BOOST_FREQ_ON_BAT=0
  265. # AMD GPU power management.
  266. # Performance level (DPM): auto, low, high; auto is recommended.
  267. # Note: requires amdgpu or radeon driver.
  268. # Default: auto
  269. #RADEON_DPM_PERF_LEVEL_ON_AC=auto
  270. #RADEON_DPM_PERF_LEVEL_ON_BAT=auto
  271. # Dynamic power management method (DPM): balanced, battery, performance.
  272. # Note: radeon driver only.
  273. # Default: <none>
  274. #RADEON_DPM_STATE_ON_AC=performance
  275. #RADEON_DPM_STATE_ON_BAT=battery
  276. # Graphics clock speed (profile method): low, mid, high, auto, default;
  277. # auto = mid on BAT, high on AC.
  278. # Note: radeon driver on legacy ATI hardware only (where DPM is not available).
  279. # Default: default
  280. #RADEON_POWER_PROFILE_ON_AC=default
  281. #RADEON_POWER_PROFILE_ON_BAT=default
  282. # Display panel adaptive backlight modulation (ABM) level: 0(off), 1..4.
  283. # Values 1..4 control the maximum brightness reduction allowed by the ABM
  284. # algorithm, where 1 represents the least and 4 the most power saving.
  285. # Notes:
  286. # - Requires AMD Vega or newer GPU with amdgpu driver as of kernel 6.9
  287. # - Savings are made at the expense of color balance
  288. # Default: 0 (AC), 1 (BAT)
  289. #AMDGPU_ABM_LEVEL_ON_AC=0
  290. #AMDGPU_ABM_LEVEL_ON_BAT=3
  291. # Wi-Fi power saving mode: on=enable, off=disable.
  292. # Default: off (AC), on (BAT)
  293. #WIFI_PWR_ON_AC=off
  294. #WIFI_PWR_ON_BAT=on
  295. # Disable Wake-on-LAN: Y/N.
  296. # Default: Y
  297. #WOL_DISABLE=Y
  298. # Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
  299. # A value of 0 disables, >= 1 enables power saving.
  300. # Note: 1 is recommended for Linux desktop environments with PulseAudio,
  301. # systems without PulseAudio may require 10.
  302. # Default: 1
  303. SOUND_POWER_SAVE_ON_AC=0
  304. SOUND_POWER_SAVE_ON_BAT=10
  305. # Disable controller too (HDA only): Y/N.
  306. # Note: effective only when SOUND_POWER_SAVE_ON_AC/BAT is activated.
  307. # Default: Y
  308. #SOUND_POWER_SAVE_CONTROLLER=Y
  309. # PCIe Active State Power Management (ASPM):
  310. # default(*), performance, powersave, powersupersave.
  311. # (*) keeps BIOS ASPM defaults (recommended)
  312. # Default: <none>
  313. #PCIE_ASPM_ON_AC=default
  314. #PCIE_ASPM_ON_BAT=default
  315. # Runtime Power Management for PCIe bus devices: on=disable, auto=enable.
  316. # Default: on (AC), auto (BAT)
  317. #RUNTIME_PM_ON_AC=on
  318. #RUNTIME_PM_ON_BAT=auto
  319. # Exclude listed PCIe device adresses from Runtime PM.
  320. # Note: this preserves the kernel driver default, to force a certain state
  321. # use RUNTIME_PM_ENABLE/DISABLE instead.
  322. # Separate multiple addresses with spaces.
  323. # Use lspci to get the adresses (1st column).
  324. # Default: <none>
  325. #RUNTIME_PM_DENYLIST="11:22.3 44:55.6"
  326. # Exclude PCIe devices assigned to the listed drivers from Runtime PM.
  327. # Note: this preserves the kernel driver default, to force a certain state
  328. # use RUNTIME_PM_ENABLE/DISABLE instead.
  329. # Separate multiple drivers with spaces.
  330. # Default: "mei_me nouveau radeon xhci_hcd", use "" to disable completely.
  331. #RUNTIME_PM_DRIVER_DENYLIST="mei_me nouveau radeon xhci_hcd"
  332. # Permanently enable/disable Runtime PM for listed PCIe device addresses
  333. # (independent of the power source). This has priority over all preceding
  334. # Runtime PM settings. Separate multiple addresses with spaces.
  335. # Use lspci to get the adresses (1st column).
  336. # Default: <none>
  337. #RUNTIME_PM_ENABLE="11:22.3"
  338. #RUNTIME_PM_DISABLE="44:55.6"
  339. # Set to 0 to disable, 1 to enable USB autosuspend feature.
  340. # Default: 1
  341. #USB_AUTOSUSPEND=1
  342. # Exclude listed devices from USB autosuspend (separate with spaces).
  343. # Use lsusb to get the ids.
  344. # Note: input devices (usbhid) and libsane-supported scanners are excluded
  345. # automatically.
  346. # Default: <none>
  347. #USB_DENYLIST="1111:2222 3333:4444"
  348. # Exclude audio devices from USB autosuspend:
  349. # 0=do not exclude, 1=exclude.
  350. # Default: 1
  351. #USB_EXCLUDE_AUDIO=1
  352. # Exclude bluetooth devices from USB autosuspend:
  353. # 0=do not exclude, 1=exclude.
  354. # Default: 0
  355. #USB_EXCLUDE_BTUSB=0
  356. # Exclude phone devices from USB autosuspend:
  357. # 0=do not exclude, 1=exclude (enable charging).
  358. # Default: 0
  359. #USB_EXCLUDE_PHONE=0
  360. # Exclude printers from USB autosuspend:
  361. # 0=do not exclude, 1=exclude.
  362. # Default: 1
  363. #USB_EXCLUDE_PRINTER=1
  364. # Exclude WWAN devices from USB autosuspend:
  365. # 0=do not exclude, 1=exclude.
  366. # Default: 0
  367. #USB_EXCLUDE_WWAN=0
  368. # Allow USB autosuspend for listed devices even if already denylisted or
  369. # excluded above (separate with spaces). Use lsusb to get the ids.
  370. # Default: 0
  371. #USB_ALLOWLIST="1111:2222 3333:4444"
  372. # Restore radio device state (Bluetooth, WiFi, WWAN) from previous shutdown
  373. # on system startup: 0=disable, 1=enable.
  374. # Note: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
  375. # are ignored when this is enabled.
  376. # Default: 0
  377. #RESTORE_DEVICE_STATE_ON_STARTUP=0
  378. # Radio devices to disable on startup: bluetooth, nfc, wifi, wwan.
  379. # Separate multiple devices with spaces.
  380. # Default: <none>
  381. #DEVICES_TO_DISABLE_ON_STARTUP="bluetooth nfc wifi wwan"
  382. # Radio devices to enable on startup: bluetooth, nfc, wifi, wwan.
  383. # Separate multiple devices with spaces.
  384. # Default: <none>
  385. #DEVICES_TO_ENABLE_ON_STARTUP="wifi"
  386. # Radio devices to enable on AC: bluetooth, nfc, wifi, wwan.
  387. # Default: <none>
  388. #DEVICES_TO_ENABLE_ON_AC="bluetooth nfc wifi wwan"
  389. # Radio devices to disable on battery: bluetooth, nfc, wifi, wwan.
  390. # Default: <none>
  391. #DEVICES_TO_DISABLE_ON_BAT="bluetooth nfc wifi wwan"
  392. # Radio devices to disable on battery when not in use (not connected):
  393. # bluetooth, nfc, wifi, wwan.
  394. # Default: <none>
  395. #DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth nfc wifi wwan"
  396. # Battery Care -- Charge thresholds
  397. # Charging starts when the charger is connected and the charge level
  398. # is below the start threshold. Charging stops when the charge level
  399. # is above the stop threshold.
  400. # Required hardware: Lenovo ThinkPads and select other laptop brands
  401. # are driven via specific plugins
  402. # - Active plugin and support status are shown by tlp-stat -b
  403. # - Vendor specific threshold levels are shown by tlp-stat -b, some
  404. # laptops support only 1 (on)/ 0 (off) instead of a percentage level
  405. # - When your hardware supports a start *and* a stop threshold, you must
  406. # specify both, otherwise TLP will refuse to apply the single threshold
  407. # - When your hardware supports only a stop threshold, set the start
  408. # value to 0
  409. # - Older ThinkPads may require an external kernel module, refer to the
  410. # output of tlp-stat -b
  411. # For further explanation and vendor specific details refer to
  412. # - https://linrunner.de/tlp/settings/battery.html
  413. # - https://linrunner.de/tlp/settings/bc-vendors.html
  414. # BAT0: Primary / Main / Internal battery
  415. # Note: also use for batteries BATC, BATT and CMB0
  416. # Default: <none>
  417. # Battery charge level below which charging will begin.
  418. # START_CHARGE_THRESH_BAT0=75
  419. # Battery charge level above which charging will stop.
  420. STOP_CHARGE_THRESH_BAT0=85
  421. # BAT1: Secondary / Ultrabay / Slice / Replaceable battery
  422. # Note: primary on some laptops
  423. # Default: <none>
  424. # Battery charge level below which charging will begin.
  425. # START_CHARGE_THRESH_BAT1=75
  426. # Battery charge level above which charging will stop.
  427. STOP_CHARGE_THRESH_BAT1=85
  428. # Restore charge thresholds when AC is unplugged: 0=disable, 1=enable.
  429. # Default: 0
  430. #RESTORE_THRESHOLDS_ON_BAT=1
  431. # ------------------------------------------------------------------------------
  432. # tlp-rdw - Parameters for the radio device wizard
  433. # Possible devices: bluetooth, wifi, wwan.
  434. # Separate multiple radio devices with spaces.
  435. # Default: <none> (for all parameters below)
  436. # Radio devices to disable on connect.
  437. #DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
  438. #DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
  439. #DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"
  440. # Radio devices to enable on disconnect.
  441. #DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="wifi wwan"
  442. #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=""
  443. #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
  444. # Radio devices to enable/disable when docked.
  445. #DEVICES_TO_ENABLE_ON_DOCK=""
  446. #DEVICES_TO_DISABLE_ON_DOCK=""
  447. # Radio devices to enable/disable when undocked.
  448. #DEVICES_TO_ENABLE_ON_UNDOCK="wifi"
  449. #DEVICES_TO_DISABLE_ON_UNDOCK=""