xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Wed Aug 9 21:58:08 EEST 2006


 hw/xfree86/common/xf86AutoConfig.c |    1 -
 1 files changed, 1 deletion(-)

New commits:
diff-tree db82e12fac5eaa16a39fc1bd0bc31ad95089dc95 (from fcd4167e8913f77bdf9e17a6955d0f2a9f4eeb10)
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Wed Aug 9 14:55:17 2006 -0400

    Remove TargetRefresh option from the autoconfig logic.
    
    The default target of 75Hz is almost always wrong for LCDs.

diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c
index 37cf52e..4dcc997 100644
--- a/hw/xfree86/common/xf86AutoConfig.c
+++ b/hw/xfree86/common/xf86AutoConfig.c
@@ -71,7 +71,6 @@
 #define BUILTIN_MONITOR_SECTION \
 	"Section \"Monitor\"\n" \
 	"\tIdentifier\t" BUILTIN_MONITOR_NAME "\n" \
-	"\tOption\t\"TargetRefresh\"\t\"75.0\"\n" \
 	"EndSection\n\n"
 
 #define BUILTIN_SCREEN_NAME \



More information about the xorg-commit mailing list