aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-11-29 16:20:11 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-11-29 16:20:11 +0000
commit26efe2187cd3931691611362156c32c87027d65a (patch)
tree7485a7261a0d2abc0ffb2e2c7a3b7e9a39a1eb49 /system
parent65b8b1a7f98c4bb26f14ce9a788a66ddcf454fa8 (diff)
Added powerd settings.
Diffstat (limited to 'system')
-rw-r--r--system/rc.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/system/rc.conf b/system/rc.conf
index a7f15c2..549b94d 100644
--- a/system/rc.conf
+++ b/system/rc.conf
@@ -1,4 +1,4 @@
-hostname="justine-laptop"
+ sysctl dev.cpu.0hostname="justine-laptop"
ifconfig_re1="DHCP"
sshd_enable="NO"
@@ -38,3 +38,8 @@ webcamd_enable="YES"
kld_list="${kld_list} cuse"
webcamd_0_flags="-d ugen2.7"
+# Power
+performance_cx_lowest=C1
+economy_cx_lowest=Cmax
+powerd_enable=YES
+powerd_flags="-n adaptive -a hiadaptive -b adaptive -m 1400 -M 1700"