On Sun, 16 Aug 2015 09:34:49 +0200, Ross Gammon wrote: >> All looked fine, except that CPU was set at "ondemand" rather than >> "performance." Is the performance setting no longer important for >> RT use?
It's still important, respl. if you don't notice xruns, then it seems to be unimportant on your machine. Display scaling governor: cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor Set it to performance: echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor >/dev/null Set it to ondemand: echo ondemand | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor >/dev/null Regards, Ralf PS: Consider to send requests that are useful for all users, to the users mailing list. -- ubuntu-studio-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel
