mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
system: add tlp config template
This commit is contained in:
parent
16c7177046
commit
7240be331e
1
system/etc/modules-load.d/acpi_call.conf
Normal file
1
system/etc/modules-load.d/acpi_call.conf
Normal file
@ -0,0 +1 @@
|
||||
acpi_call
|
13
system/etc/tlp.d/00-custom.conf
Normal file
13
system/etc/tlp.d/00-custom.conf
Normal file
@ -0,0 +1,13 @@
|
||||
TLP_DEFAULT_MODE=BAT
|
||||
CPU_SCALING_GOVERNOR_ON_BAT=ondemand
|
||||
CPU_SCALING_MIN_FREQ_ON_BAT=1400000
|
||||
CPU_SCALING_MAX_FREQ_ON_BAT=1700000
|
||||
DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
|
||||
DISK_IOSCHED="mq-deadline mq-deadline"
|
||||
PCIE_ASPM_ON_BAT=default
|
||||
RADEON_POWER_PROFILE_ON_BAT=auto
|
||||
RADEON_DPM_STATE_ON_BAT=battery
|
||||
DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
|
||||
DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth wifi wwan"
|
||||
START_CHARGE_THRESH_BAT0=70
|
||||
STOP_CHARGE_THRESH_BAT0=85
|
Loading…
Reference in New Issue
Block a user