Since Linux 4.13 the value "powersave" in the x86_energy_perf_policy program has been renamed to "power". Let's try both values when applying the powersave profile. Resolves: rhbz#1508468 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
39 lines
547 B
Text
39 lines
547 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=Optimize for low power consumption
|
|
|
|
[cpu]
|
|
governor=ondemand
|
|
energy_perf_bias=powersave|power
|
|
|
|
[eeepc_she]
|
|
|
|
[vm]
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=dpm-battery, auto
|
|
|
|
[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=min_power
|
|
|
|
[sysctl]
|
|
vm.laptop_mode=5
|
|
vm.dirty_writeback_centisecs=1500
|
|
kernel.nmi_watchdog=0
|
|
|
|
[script]
|
|
script=${i:PROFILE_DIR}/script.sh
|