Skip to content

Commit

Permalink
Update tlp config
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloalbq committed Mar 22, 2024
1 parent d547367 commit b23b13f
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# /etc/tlp.conf - TLP user configuration (version 1.6.0)
# /etc/tlp.conf - TLP user configuration (version 1.6.1)
# See full explanation: https://linrunner.de/tlp/settings
#
# Copyright (c) 2023 Thomas Koch <linrunner at gmx.net> and others.
Expand Down Expand Up @@ -100,8 +100,8 @@
# changing the governor.
# Default: <none>

CPU_SCALING_GOVERNOR_ON_AC=ondemand
#CPU_SCALING_GOVERNOR_ON_BAT=powersave
#CPU_SCALING_GOVERNOR_ON_AC=performance
CPU_SCALING_GOVERNOR_ON_BAT=powersave

# Set the min/max frequency available for the scaling governor.
# Possible values depend on your CPU. For available frequencies see
Expand Down Expand Up @@ -132,7 +132,7 @@ CPU_SCALING_GOVERNOR_ON_AC=ondemand
# EPP: amd-pstate driver in active mode ('amd-pstate-epp') as of kernel 6.3
# Default: balance_performance (AC), balance_power (BAT)

CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
#CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
#CPU_ENERGY_PERF_POLICY_ON_BAT=balance_power

# Set Intel CPU P-state performance: 0..100 (%).
Expand Down Expand Up @@ -260,7 +260,7 @@ CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
# Multiple values separated with spaces are tried sequentially until success.
# Default: med_power_with_dipm (AC & BAT)

#SATA_LINKPWR_ON_AC="med_power_with_dipm"
SATA_LINKPWR_ON_AC="max_performance"
#SATA_LINKPWR_ON_BAT="med_power_with_dipm"

# Exclude SATA links from AHCI link power management (ALPM).
Expand Down Expand Up @@ -368,14 +368,14 @@ CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
# (*) keeps BIOS ASPM defaults (recommended)
# Default: <none>

#PCIE_ASPM_ON_AC=default
#PCIE_ASPM_ON_BAT=default
PCIE_ASPM_ON_AC=performance
PCIE_ASPM_ON_BAT=default

# Runtime Power Management for PCIe bus devices: on=disable, auto=enable.
# Default: on (AC), auto (BAT)

#RUNTIME_PM_ON_AC=on
#RUNTIME_PM_ON_BAT=auto
RUNTIME_PM_ON_AC=
RUNTIME_PM_ON_BAT=auto

# Exclude listed PCIe device adresses from Runtime PM.
# Note: this preserves the kernel driver default, to force a certain state
Expand All @@ -401,7 +401,7 @@ CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
# Default: <none>

#RUNTIME_PM_ENABLE="11:22.3"
#RUNTIME_PM_DISABLE="44:55.6"
RUNTIME_PM_DISABLE="02:00.0"

# Set to 0 to disable, 1 to enable USB autosuspend feature.
# Default: 1
Expand Down Expand Up @@ -493,7 +493,7 @@ CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
# Radio devices to enable on AC: bluetooth, nfc, wifi, wwan.
# Default: <none>

#DEVICES_TO_ENABLE_ON_AC="bluetooth nfc wifi wwan"
DEVICES_TO_ENABLE_ON_AC="bluetooth nfc wifi wwan"

# Radio devices to disable on battery: bluetooth, nfc, wifi, wwan.
# Default: <none>
Expand All @@ -504,7 +504,7 @@ CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance
# bluetooth, nfc, wifi, wwan.
# Default: <none>

#DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth nfc wifi wwan"
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth nfc wifi wwan"

# Battery Care -- Charge thresholds
# Charging starts when the charger is connected and the charge level
Expand Down

0 comments on commit b23b13f

Please sign in to comment.