diff --git a/system/etc/modules-load.d/acpi_call.conf b/system/etc/modules-load.d/acpi_call.conf new file mode 100644 index 0000000..7dbc900 --- /dev/null +++ b/system/etc/modules-load.d/acpi_call.conf @@ -0,0 +1 @@ +acpi_call diff --git a/system/etc/tlp.d/00-custom.conf b/system/etc/tlp.d/00-custom.conf new file mode 100644 index 0000000..c8af31d --- /dev/null +++ b/system/etc/tlp.d/00-custom.conf @@ -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