Fallback to the 'powersave' CPU scaling governor if 'conservative' is not available. This can happen if the intel_pstate driver is active - at least on newer kernels, the only available governors are 'powersave' and 'performance' if the driver is active. As far as we can tell, the 'powersave' governor is the closest to the 'conservative' governor. Resolves: rhbz#1679205 Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
27 lines
373 B
Text
27 lines
373 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
summary=General non-specialized tuned profile
|
|
|
|
[modules]
|
|
cpufreq_conservative=+r
|
|
|
|
[cpu]
|
|
priority=10
|
|
governor=conservative|powersave
|
|
energy_perf_bias=normal
|
|
|
|
[audio]
|
|
timeout=10
|
|
|
|
[video]
|
|
radeon_powersave=dpm-balanced, auto
|
|
|
|
[disk]
|
|
# Comma separated list of devices, all devices if commented out.
|
|
# devices=sda
|
|
|
|
[scsi_host]
|
|
alpm=medium_power
|