[PC-BSD Commits] r3389 - in pcbsd/trunk/system-overlay/PCBSD/xorg-gui: cardDetect templates/header
svn at pcbsd.org
svn at pcbsd.org
Mon Feb 2 09:38:19 PST 2009
Author: kris
Date: 2009-02-02 09:38:18 -0800 (Mon, 02 Feb 2009)
New Revision: 3389
Modified:
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.compat
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.default
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf
pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
Log:
Removed all the RgbPath lines from our xorg.conf templates, since it causes startup problems with Xorg 7.4 now
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.compat 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.compat 2009-02-02 17:38:18 UTC (rev 3389)
@@ -14,7 +14,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/modules"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.default
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.default 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/cardDetect/XF86Config.default 2009-02-02 17:38:18 UTC (rev 3389)
@@ -14,7 +14,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/modules"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati-3d-enable.xorg.conf 2009-02-02 17:38:18 UTC (rev 3389)
@@ -10,7 +10,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/ati.xorg.conf 2009-02-02 17:38:18 UTC (rev 3389)
@@ -9,7 +9,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel-3d-enable.xorg.conf 2009-02-02 17:38:18 UTC (rev 3389)
@@ -10,7 +10,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/intel.xorg.conf 2009-02-02 17:38:18 UTC (rev 3389)
@@ -9,7 +9,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/mga-3d-enable.xorg.conf 2009-02-02 17:38:18 UTC (rev 3389)
@@ -9,7 +9,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/nvidia.xorg.conf 2009-02-02 17:38:18 UTC (rev 3389)
@@ -8,7 +8,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
Modified: pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2009-02-02 17:27:26 UTC (rev 3388)
+++ pcbsd/trunk/system-overlay/PCBSD/xorg-gui/templates/header/xorg.conf.generic 2009-02-02 17:38:18 UTC (rev 3389)
@@ -9,7 +9,6 @@
EndSection
Section "Files"
- RgbPath "/PCBSD/local/lib/X11/rgb"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
More information about the Commits
mailing list