This feature is controlled by the energy_perf_bias cpu plugin option. Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
34 lines
447 B
Text
34 lines
447 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[cpu]
|
|
governor=ondemand
|
|
energy_perf_bias=powersave
|
|
|
|
[eeepc_she]
|
|
|
|
[vm]
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=auto
|
|
|
|
[disk]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=sda
|
|
alpm=min_power
|
|
|
|
[net]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=eth0
|
|
|
|
[sysctl]
|
|
vm.laptop_mode=5
|
|
vm.dirty_writeback_centisecs=1500
|
|
kernel.nmi_watchdog=0
|
|
|
|
[script]
|
|
script=script.sh
|