[PC-BSD Commits] r5552 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 11 07:35:06 PST 2009
Author: kris
Date: 2009-12-11 07:35:06 -0800 (Fri, 11 Dec 2009)
New Revision: 5552
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Fixed a bug with nvidia drivers crashing, seems powerd and them do not play nice
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2009-12-11 15:32:50 UTC (rev 5551)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2009-12-11 15:35:06 UTC (rev 5552)
@@ -39,8 +39,9 @@
denyhosts_enable="YES"
# powerd: adaptive speed while on AC power, adaptive while on battery power
-powerd_enable="YES"
-powerd_flags="-a adaptive -b adaptive" # set CPU frequency
+# WARNING: May cause crashes with nvidia driver
+#powerd_enable="YES"
+#powerd_flags="-a adaptive -b adaptive" # set CPU frequency
# enable HAL / DBUS
dbus_enable="YES"
More information about the Commits
mailing list