Apologies in advance if I've missed something; I'm a recent convert to Kubuntu from being a Windows power user.
I'm using cpufreq to scale the speed of my Athlon 64. I've been trying to edit /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies to allow more control over which frequencies cpufreq uses. However, when I use
then edit the frequencies, I can't save my changes. I get an error:
I know that my CPU is very flexible with scaling, and I'd like that to be reflected in the frequencies that cpufreq uses. How can I change this?
I'm using cpufreq to scale the speed of my Athlon 64. I've been trying to edit /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies to allow more control over which frequencies cpufreq uses. However, when I use
Code:
kdesu kate /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
Code:
The document could not be saved, as it was not possible to write to file:///sys/..../scaling_available_frequencies Check that you have write access to this file or that enough disk space is available.
Comment