[PC-BSD Commits] r17149 - in pcbsd/current: overlays/desktop-overlay/etc overlays/mfsroot-overlay/etc overlays/mfsroot-overlay/root/cardDetect src-qt4/pc-xgui/resources/cardDetect src-qt4/pc-xgui/resources/conf src-qt4/pc-xgui/resources/templates/header src-sh/pc-thinclient/resources/scripts/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Fri Jun 1 09:57:48 PDT 2012
Author: kris
Date: 2012-06-01 16:57:47 +0000 (Fri, 01 Jun 2012)
New Revision: 17149
Modified:
pcbsd/current/overlays/desktop-overlay/etc/rc.conf
pcbsd/current/overlays/mfsroot-overlay/etc/rc.conf
pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.compat
pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.default
pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.intel
pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.compat
pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.default
pcbsd/current/src-qt4/pc-xgui/resources/conf/xorg.conf.basic
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati-3d-enable.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel-3d-enable.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/mga-3d-enable.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/nvidia.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/radeon-3d-enable.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vboxvideo.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmware.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmwlegacy.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/xorg.conf.generic
pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.compat
pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.default
Log:
Enable the new "fastboot" rc script by default. This speeds up the
boot time to the desktop login by over 40 seconds on average, more on
slower systems.
While here, disable "moused", since xorg can handle that on its own
now, and a nearly all users wont use the console mouse.
Fix the xorg templates, to enable picking up the mouse without moused now.
Modified: pcbsd/current/overlays/desktop-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/overlays/desktop-overlay/etc/rc.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -9,10 +9,6 @@
# Disable Sendmail by default
sendmail_enable="NONE"
-# Enable console mouse
-moused_type="auto"
-moused_enable="YES"
-
#Enable samba server
samba_enable="YES"
winbindd_enable="YES"
@@ -51,12 +47,6 @@
# Enable avahi_daemon
avahi_daemon_enable="YES"
-# Run the port jail
-portjail_enable="YES"
-
-# Added for sound support in the portjail, access to /dev/random, /dev/null, etc.
-jail_pcbsd_devfs_enable="YES"
-
# Start the swapexd daemon
swapexd_enable="YES"
@@ -102,8 +92,8 @@
volmand_enable="YES"
# Enable fast-booting
-fastboot_enable="NO"
-fastboot_earlyrc="/etc/rc.d/moused /usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/gdm"
+fastboot_enable="YES"
+fastboot_earlyrc="/usr/local/etc/rc.d/hald /usr/local/etc/rc.d/dbus /usr/local/etc/rc.d/gdm"
# Enable the Warden
warden_enable="YES"
Modified: pcbsd/current/overlays/mfsroot-overlay/etc/rc.conf
===================================================================
--- pcbsd/current/overlays/mfsroot-overlay/etc/rc.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/overlays/mfsroot-overlay/etc/rc.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -3,8 +3,6 @@
dbus_enable="YES"
hald_enable="YES"
polkit_enable="YES"
-moused_type="auto"
-moused_enable="YES"
lpd_enable="NO"
hostname="pcbsd"
Modified: pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.compat 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.compat 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,10 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.default
===================================================================
--- pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.default 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.default 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,10 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.intel
===================================================================
--- pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.intel 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/overlays/mfsroot-overlay/root/cardDetect/XF86Config.intel 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,10 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.compat 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.compat 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,10 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.default
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.default 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/cardDetect/XF86Config.default 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,10 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/conf/xorg.conf.basic
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/conf/xorg.conf.basic 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/conf/xorg.conf.basic 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,10 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati-3d-enable.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati-3d-enable.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati-3d-enable.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -9,10 +9,6 @@
Option "AIGLX" "true"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel-3d-enable.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel-3d-enable.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel-3d-enable.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -9,10 +9,6 @@
Option "AIGLX" "true"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/mga-3d-enable.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/mga-3d-enable.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/mga-3d-enable.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/nvidia.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/nvidia.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/nvidia.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,11 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/radeon-3d-enable.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/radeon-3d-enable.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/radeon-3d-enable.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vboxvideo.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vboxvideo.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vboxvideo.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmware.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmware.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmware.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmwlegacy.xorg.conf
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmwlegacy.xorg.conf 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/vmwlegacy.xorg.conf 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-qt4/pc-xgui/resources/templates/header/xorg.conf.generic
===================================================================
--- pcbsd/current/src-qt4/pc-xgui/resources/templates/header/xorg.conf.generic 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/xorg.conf.generic 2012-06-01 16:57:47 UTC (rev 17149)
@@ -8,10 +8,6 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.compat 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.compat 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,12 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "DisableVidModeExtension" "True"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
Modified: pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.default
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.default 2012-06-01 16:50:57 UTC (rev 17148)
+++ pcbsd/current/src-sh/pc-thinclient/resources/scripts/cardDetect/XF86Config.default 2012-06-01 16:57:47 UTC (rev 17149)
@@ -7,12 +7,6 @@
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
-Section "ServerFlags"
- Option "DisableVidModeExtension" "True"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/modules"
ModulePath "/usr/local/lib/xorg/modules"
More information about the Commits
mailing list