[PC-BSD Commits] r328 - pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 16 20:12:49 PDT 2007
Author: kris
Date: 2007-06-17 04:12:48 +0100 (Sun, 17 Jun 2007)
New Revision: 328
Modified:
pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/XF86Config.compat
Log:
Tweaked the default xorg.conf file futher for testing
Modified: pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/XF86Config.compat
===================================================================
--- pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/XF86Config.compat 2007-06-16 23:56:02 UTC (rev 327)
+++ pcbsd/trunk/installcd-overlay/usr/local/pcbsd/scripts/cardDetect/XF86Config.compat 2007-06-17 03:12:48 UTC (rev 328)
@@ -1,4 +1,4 @@
-# XFree86 configuration file for RoFreeSBIE
+# Generic PC-BSD 1024x768 VESA xorg.conf file
Section "ServerLayout"
Identifier "XFree86 Configured"
@@ -74,10 +74,8 @@
Identifier "Monitor0"
VendorName "Generic Monitor"
ModelName "Generic"
-
# 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
-
EndSection
Section "Screen"
@@ -86,27 +84,12 @@
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
- Depth 1
- Modes "640x480"
- EndSubSection
- SubSection "Display"
- Depth 4
- Modes "1024x768"
- EndSubSection
- SubSection "Display"
- Depth 8
- Modes "1024x768"
- EndSubSection
- SubSection "Display"
- Depth 15
- Modes "1024x768"
- EndSubSection
- SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1024x768"
- EndSubSection
EndSection
+
+Section "Device"
+ Identifier "Card0"
+ Driver "vesa"
+EndSection
More information about the Commits
mailing list