aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
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"