[PC-BSD Commits] r7020 - in pcbsd: current/mfsroot-overlay/root/cardDetect stable/mfsroot-overlay/root/cardDetect
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 24 10:42:13 PDT 2010
Author: kris
Date: 2010-06-24 10:42:13 -0700 (Thu, 24 Jun 2010)
New Revision: 7020
Modified:
pcbsd/current/mfsroot-overlay/root/cardDetect/XF86Config.default
pcbsd/stable/mfsroot-overlay/root/cardDetect/XF86Config.default
Log:
Updated default depth of xorg config to 24bit, with 16bit as the failsafe fallback for vesa. This fixes the issue with dim screens when using ati driver
Modified: pcbsd/current/mfsroot-overlay/root/cardDetect/XF86Config.default
===================================================================
--- pcbsd/current/mfsroot-overlay/root/cardDetect/XF86Config.default 2010-06-24 17:32:54 UTC (rev 7019)
+++ pcbsd/current/mfsroot-overlay/root/cardDetect/XF86Config.default 2010-06-24 17:42:13 UTC (rev 7020)
@@ -65,7 +65,7 @@
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
- DefaultDepth 16
+ DefaultDepth 24
SubSection "Display"
Depth 4
Modes "1024x768"
Modified: pcbsd/stable/mfsroot-overlay/root/cardDetect/XF86Config.default
===================================================================
--- pcbsd/stable/mfsroot-overlay/root/cardDetect/XF86Config.default 2010-06-24 17:32:54 UTC (rev 7019)
+++ pcbsd/stable/mfsroot-overlay/root/cardDetect/XF86Config.default 2010-06-24 17:42:13 UTC (rev 7020)
@@ -65,7 +65,7 @@
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
- DefaultDepth 16
+ DefaultDepth 24
SubSection "Display"
Depth 4
Modes "1024x768"
More information about the Commits
mailing list