From e5e2f28a00c5537aa40ba636075a8f067a88a7b4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 13 Jan 2006 15:48:11 +0000 Subject: 1024x768@70Hz monitor is too high (cf #20304) --- perl-install/Xconfig/monitor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Xconfig/monitor.pm b/perl-install/Xconfig/monitor.pm index 4c592e783..ba5360b69 100644 --- a/perl-install/Xconfig/monitor.pm +++ b/perl-install/Xconfig/monitor.pm @@ -14,7 +14,7 @@ sub good_default_monitor() { detect_devices::is_xbox() ? 'Generic|640x480 @ 60 Hz' : arch() =~ /ppc/ ? (detect_devices::get_mac_model() =~ /^iBook/ ? 'Apple|iBook 800x600' : 'Apple|iMac/PowerBook 1024x768') : - (detect_devices::isLaptop() ? 'Generic|Flat Panel 1024x768' : 'Generic|1024x768 @ 70 Hz'); + (detect_devices::isLaptop() ? 'Generic|Flat Panel 1024x768' : 'Generic|1024x768 @ 60 Hz'); } my @VertRefresh_ranges = ("50-70", "50-90", "50-100", "40-150"); -- cgit v1.2.1