Topic: Pianoteq doesn't show max CPU frequency
I've installed Ubuntu Studio 20.04 on Dell Latitude E4310, Intel i5 M560 CPU.
I've edited /etc/security/limits.conf to request real-time scheduling.
In Ubuntu Studio Controls, it says "Real Time Permissions Enabled" (although there is light grey background, so I'm not sure if it's greyed out?)
I can set 'CPU Governor' to 'performance', with 'Intel boost' off, and exit. However, reopening Studio Controls shows 'ondemand'.
In Pianoteq 6.2.7, CPU freq is not max of 2.67GHz.
I've tried cpufreq-set for each CPU core, but I get this:
sudo cpufreq-set -c 0 -g performance
[sudo] password for phil:
Error setting new values.
Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available, for example because of hardware which cannot be set to a specific frequency or because the userspace governor isn't loaded?
Puzzled newbie here...!