[PC-BSD Commits] r17562 - pcbsd/current/overlays/desktop-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jul 2 08:53:33 PDT 2012
Author: kris
Date: 2012-07-02 15:53:31 +0000 (Mon, 02 Jul 2012)
New Revision: 17562
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
Log:
Re-enable moused by default. Seems Xorg / HAL *still* can't 100% reliably
detect a mouse..
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-02 15:24:50 UTC (rev 17561)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-07-02 15:53:31 UTC (rev 17562)
@@ -94,9 +94,12 @@
# Enable pefs
pefs_enable="YES"
+# Enable moused
+moused_enable="YES"
+
# Enable fast-booting
fastboot_enable="YES"
-fastboot_earlyrc="/usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/gdm"
+fastboot_earlyrc="/usr/local/etc/rc.d/pefs /usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /etc/rc.d/moused /usr/local/etc/rc.d/gdm"
# Enable the Warden
warden_enable="YES"
More information about the Commits
mailing list