summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-19 16:18:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-19 16:18:12 +0000
commitf230905d265dd26e0e50b42e95220602633da716 (patch)
tree5f51d7d657cfba333f6995593e8a93b391538d69 /perl-install
parent17a63262944ae1c1186393e9c052ce1a857cf419 (diff)
downloaddrakx-backup-do-not-use-f230905d265dd26e0e50b42e95220602633da716.tar
drakx-backup-do-not-use-f230905d265dd26e0e50b42e95220602633da716.tar.gz
drakx-backup-do-not-use-f230905d265dd26e0e50b42e95220602633da716.tar.bz2
drakx-backup-do-not-use-f230905d265dd26e0e50b42e95220602633da716.tar.xz
drakx-backup-do-not-use-f230905d265dd26e0e50b42e95220602633da716.zip
fix default_monitors to adapt new MonitorsDB
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Xconfigurator_consts.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index 63147eb16..9a3113154 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -101,9 +101,9 @@ sub bios_vga_modes {
65536 => __("64 MB or more"),
);
-$good_default_monitor = arch() !~ /ppc/ ? "High Frequency SVGA, 1024x768 at 70 Hz" :
- detect_devices::get_mac_model =~ /^iBook/ ? "iBook 800x600" : "iMac/PowerBook 1024x768";
-$low_default_monitor = "Super VGA, 800x600 at 56 Hz";
+$good_default_monitor = arch() !~ /ppc/ ? 'Generic|1600x1200 @ 70 Hz' :
+ detect_devices::get_mac_model =~ /^iBook/ ? 'Apple|iBook 800x600' : 'Apple|iMac/PowerBook 1024x768';
+$low_default_monitor = 'Generic|800x600 @ 56 Hz';
@vsyncranges = ("50-70", "50-90", "50-100", "40-150");
aving altered the bootloader, the main window still list the old bootloader as the current bootloader. let update this label. btw consolidate bootloader detection in bootloader::detect_bootloader() * further fix #2826 (lilo failling to handle entry with spaces): replaceThierry Vignaud2003-05-191-0/+1 | | | | | | spaces by underscores in labels (image names are not likely to contain spaces) to prevent the error * when configuring to install grub bootloader, we first install lilo, then grub.Thierry Vignaud2003-05-191-1/+1 | | | | | | | | | | the logic is that we only reread /etc/lilo.conf[1], so we need to write /etc/lilo.conf. but when installing grub, we really do not need to run lilo, we only have to write its config file. [1] because grub/menu.lst lacks some data and because we do neither want to parse both config files nor to resolve conflicts between configuration * let further consolidate make_label_lilo_compatible()Thierry Vignaud2003-05-191-2/+2 | * fix network::netconnect::save_conf() calleeThierry Vignaud2003-05-191-1/+1 | * updated Spanish translationsFabián Mandelbaum2003-05-191-221/+176 | * simplifyThierry Vignaud2003-05-191-5/+2 | * do not drop return values from regexp but use them to ensure we do notThierry Vignaud2003-05-191-1/+1 | | | | | | reuse capture buffers from previous one, which is really bad and trully buggy * move expert stuff under the "advanced" button like in all other ↵Thierry Vignaud2003-05-191-7/+6 | | | | drakx/drakxtools code * %langs: first column is supposed to be localized in englishThierry Vignaud2003-05-191-3/+3 | * last 9.1-38mdk bitsThierry Vignaud2003-05-191-1/+7 | * update perl-gtk0 users list (drakcronat being ported to gtk+2)Thierry Vignaud2003-05-191-1/+4 | * first bits of 9.1-38mdkThierry Vignaud2003-05-161-2/+5 | * updated pot filePablo Saratxaga2003-05-16