Results 1 to 2 of 2
How can i use cpu frequency scaling on openbsd for amd64? There doesn't seem to be any cpufrequency packages like there is for linux.
Thanks...
- 10-11-2008 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 19
Cpu Frequency Scaling
How can i use cpu frequency scaling on openbsd for amd64? There doesn't seem to be any cpufrequency packages like there is for linux.
Thanks
- 11-07-2008 #2
It's baked in, though you'll need cpufreq enabled:
Then, you'll want to enable powerd in /etc/rc.conf:Code:kldload cpufreq
Next, /etc/rc.d/powerd start. That should do it. You can put 'cpufreq_load="YES"' in /boot/loader.conf to load the cpufreq module on boot.Code:powerd_enable="YES"


Reply With Quote
