[PC-BSD Commits] r9726 - pcbsd/current/src-qt4/pc-xgui/resources/templates/header
svn at pcbsd.org
svn at pcbsd.org
Fri Mar 18 13:08:38 PDT 2011
Author: kris
Date: 2011-03-18 13:08:37 -0700 (Fri, 18 Mar 2011)
New Revision: 9726
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.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/radeon-3d-enable.xorg.conf
pcbsd/current/src-qt4/pc-xgui/resources/templates/header/xorg.conf.generic
Log:
Updated xorg templates to remove AEI and AutoAddDevices, let xorg handle that now
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati-3d-enable.xorg.conf 2011-03-18 20:08:37 UTC (rev 9726)
@@ -9,14 +9,8 @@
Option "AIGLX" "true"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/ati.xorg.conf 2011-03-18 20:08:37 UTC (rev 9726)
@@ -8,13 +8,8 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel-3d-enable.xorg.conf 2011-03-18 20:08:37 UTC (rev 9726)
@@ -9,14 +9,8 @@
Option "AIGLX" "true"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/intel.xorg.conf 2011-03-18 20:08:37 UTC (rev 9726)
@@ -8,14 +8,8 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/mga-3d-enable.xorg.conf 2011-03-18 20:08:37 UTC (rev 9726)
@@ -8,14 +8,8 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/radeon-3d-enable.xorg.conf 2011-03-18 20:08:37 UTC (rev 9726)
@@ -8,14 +8,8 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
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 2011-03-18 19:06:06 UTC (rev 9725)
+++ pcbsd/current/src-qt4/pc-xgui/resources/templates/header/xorg.conf.generic 2011-03-18 20:08:37 UTC (rev 9726)
@@ -8,14 +8,8 @@
Option "Clone" "off"
EndSection
-Section "ServerFlags"
- Option "AutoAddDevices" "False"
- Option "AllowEmptyInput" "Off"
-EndSection
-
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
- FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
More information about the Commits
mailing list