Using `min_power` can lead to data loss, and `med_power_with_dipm` delivers similar power savings without the chance of data loss. [1] `med_power_with_dipm` is the default setting[2] in upstream Linux for SATA Link Power Management, and should provide significant power savings on laptops using SATA drives over `medium_power`. [1] https://hansdegoede.livejournal.com/18412.html [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/ata/Kconfig?id=5433f0e7427ae4f5b128d89ec16ccaafc9fef5ee Signed-off-by: Ibrahim Ansari <ansari.ibrahim1@gmail.com>
45 lines
688 B
Text
45 lines
688 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=Optimize for low power consumption
|
|
|
|
[cpu]
|
|
governor=schedutil|conservative|powersave
|
|
energy_perf_bias=powersave|power
|
|
energy_performance_preference=power
|
|
boost=0
|
|
|
|
[acpi]
|
|
platform_profile=low-power|quiet
|
|
|
|
[eeepc_she]
|
|
|
|
[vm]
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=dpm-battery, auto
|
|
panel_power_savings=3
|
|
|
|
[disk]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=sda
|
|
|
|
[net]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=eth0
|
|
|
|
[scsi_host]
|
|
alpm=med_power_with_dipm
|
|
|
|
[sysctl]
|
|
vm.laptop_mode=5
|
|
vm.dirty_writeback_centisecs=1500
|
|
kernel.nmi_watchdog=0
|
|
|
|
[script]
|
|
script=${i:PROFILE_DIR}/script.sh
|