Now, in addition to the already supported Radeon power methods, it also supports: radeon_powersave=DPM where DPM can be 'battery', 'balanced', or 'performance'. It also supports fallback, so one can write: radeon_powersave=balanced, auto where it tries 'balanced' DPM profile and if it fails or is not supported it fallbacks to the non DPM 'auto' profile. As delimiters colon, semilocon, comma or whitespace can be used. It also switched upstream profiles to prefer DPM. https://github.com/redhat-performance/tuned/pull/32 Related: rhbz#1417659 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
39 lines
539 B
Text
39 lines
539 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=Optimize for low power consumption
|
|
|
|
[cpu]
|
|
governor=ondemand
|
|
energy_perf_bias=powersave
|
|
|
|
[eeepc_she]
|
|
|
|
[vm]
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=powersave, 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
|