[PC-BSD Commits] r3444 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 13 07:51:58 PST 2009
Author: kris
Date: 2009-02-13 07:51:58 -0800 (Fri, 13 Feb 2009)
New Revision: 3444
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Looks like its safe to enable moused again, doesn't kill xorg :P
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2009-02-13 15:25:54 UTC (rev 3443)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2009-02-13 15:51:58 UTC (rev 3444)
@@ -5,8 +5,8 @@
usbd_enable="YES"
# Disable Moused by default. Xorg sets up the mouse automatically, and moused can conflict with it.
-#moused_type="auto"
-#moused_enable="YES"
+moused_type="auto"
+moused_enable="YES"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
More information about the Commits
mailing list