You are not logged in.
Pages: 1
My laptop is currently plugged in and I'm working it pretty hard. Still, my e17 cpu monitor is showing it at 1.2GHz which is below the max of 1.5 it's capable of. I'm working on AC so would naturally assume that it would peg the processor if it could. Any idea why it's not?
Offline
are you running cpufreqd/powersaved?
Offline
I am.. I thought I needed it for suspend to ram but I'm using the hibernate-scripts instead. Should I unload it?
Offline
I would suggest using the cpufreq subsystem itself instead of userspace tools for it. pacman -S cpufrequtils and edit /etc/conf.d/cpufreq. Set the min/max frequencies and select a governor (I use ondemand).
It might be interesting to handle ac adapter acpi events and set things to lower settings as part of that package... hmm, think I'll work on that, I like the idea.
Offline
Pages: 1