nixers
Advanced power management in OpenBSD - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Operating Systems & Administration (https://nixers.net/Forum-Operating-Systems-Administration)
+--- Forum: BSD (https://nixers.net/Forum-BSD)
+--- Thread: Advanced power management in OpenBSD (/Thread-Advanced-power-management-in-OpenBSD)


Advanced power management in OpenBSD - Mafia - 10-09-2012

This quick guide will show you how to apply better overall power management for your Desktop, enabling this will monitor your power usage and lower the CPU usage when less is needed.

First:
Code:
1 su
2 Password:
3 # sysctl hw.cpuspeed hw.setperf
4 hw.cpuspeed=2100
5 hw.setperf=100
6 apmd -C
7 # vi /etc/rc.conf

Config file:
Code:
1 pmd_flags=”-C” -If you are new please note that this is NOT all that is in this file, if it is then you probably typed your vi command wrong

Last:
Code:
1 # sysctl hw.cpuspeed hw.setperf
2 hw.cpuspeed=1050
3 hw.setperf=0

As you can see your system is now monitoring your usage to balance out the CPU output.


RE: Advanced power management in OpenBSD - Mafia - 10-09-2012

haha, if you look at it enough you can memorize it :>
Pretty minimal commands. I did :P


RE: Advanced power management in OpenBSD - FreeBSD - 11-09-2012

Wow this is very cool and very minimal code is needed! Thanks


RE: Advanced power management in OpenBSD - Mafia - 11-09-2012

No problem, just trying to support OpenBSD.
Seems like im the only one xD


RE: Advanced power management in OpenBSD - Jayro - 11-09-2012

Yet another thread that is making me want to give BSD a try. I just might have too.


RE: Advanced power management in OpenBSD - Mafia - 11-09-2012

(11-09-2012, 08:17 AM)Jayro Wrote: Yet another thread that is making me want to give BSD a try. I just might have too.

You better :>