diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-01-13 15:48:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-01-13 15:48:11 +0000 |
commit | e5e2f28a00c5537aa40ba636075a8f067a88a7b4 (patch) | |
tree | d152afbc2d02a3aace3b2b6741e214bac74c9e7c | |
parent | ef89ef8a1770714c63228d46ccc8f213ac348b76 (diff) | |
download | drakx-e5e2f28a00c5537aa40ba636075a8f067a88a7b4.tar drakx-e5e2f28a00c5537aa40ba636075a8f067a88a7b4.tar.gz drakx-e5e2f28a00c5537aa40ba636075a8f067a88a7b4.tar.bz2 drakx-e5e2f28a00c5537aa40ba636075a8f067a88a7b4.tar.xz drakx-e5e2f28a00c5537aa40ba636075a8f067a88a7b4.zip |
1024x768@70Hz monitor is too high (cf #20304)
-rw-r--r-- | perl-install/Xconfig/monitor.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |