[LAU] Ubuntustudio and frequency scaling
Christopher Arndt
chris at chrisarndt.de
Thu Jun 7 17:59:52 CEST 2018
Am 07.06.2018 um 17:41 schrieb Mac:
> So, before I go off on an apt spree, I figured I ask if I'm missing
> something.
Look for cpupower in the package linux-tools-common.
But you can also set the frequency governor via
/sys/devices/system/cpu/cpu*/cpufreq/scaling_governor, e.g.
for cpu in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do
echo performance | sudo tee $cpu
done
Chris
More information about the Linux-audio-user
mailing list