[PC-BSD Commits] r3398 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 2 11:44:16 PST 2009
Author: kris
Date: 2009-02-02 11:44:16 -0800 (Mon, 02 Feb 2009)
New Revision: 3398
Modified:
pcbsd/trunk/system-overlay/etc/rc.conf
Log:
Disable moused by default, its not needed for Xorg anymore, and is actually causing some issues when enabled
Modified: pcbsd/trunk/system-overlay/etc/rc.conf
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.conf 2009-02-02 19:17:37 UTC (rev 3397)
+++ pcbsd/trunk/system-overlay/etc/rc.conf 2009-02-02 19:44:16 UTC (rev 3398)
@@ -3,8 +3,11 @@
compat5x_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
-moused_type="auto"
-moused_enable="YES"
+
+# Disable Moused by default. Xorg sets up the mouse automatically, and moused can conflict with it.
+#moused_type="auto"
+#moused_enable="YES"
+
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
sendmail_enable="NO"
More information about the Commits
mailing list