summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-19 23:39:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-19 23:39:18 +0000
commit17760764b7784b1d23505a7ea75112145edb8267 (patch)
treeabd31a5f4c3aa7d2c047855df45cdc6a917a2ee8
parentd141fffba18db4fc5a70785b4a5ade34b6d4d78c (diff)
downloaddrakx-backup-do-not-use-17760764b7784b1d23505a7ea75112145edb8267.tar
drakx-backup-do-not-use-17760764b7784b1d23505a7ea75112145edb8267.tar.gz
drakx-backup-do-not-use-17760764b7784b1d23505a7ea75112145edb8267.tar.bz2
drakx-backup-do-not-use-17760764b7784b1d23505a7ea75112145edb8267.tar.xz
drakx-backup-do-not-use-17760764b7784b1d23505a7ea75112145edb8267.zip
- fix good_default_monitor (must not be 1600x1200!)
- add r128 & radeon in XF4 drivers list
-rw-r--r--perl-install/Xconfigurator_consts.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm
index 9a3113154..3e6365f56 100644
--- a/perl-install/Xconfigurator_consts.pm
+++ b/perl-install/Xconfigurator_consts.pm
@@ -41,7 +41,8 @@ use common;
@allservers = keys(%serversdriver);
@allbutfbdrivers = ((arch() =~ /^sparc/ ? qw(sunbw2 suncg14 suncg3 suncg6 sunffb sunleo suntcx) :
- qw(apm ark chips cirrus cyrix glide i128 i740 i810 imstt mga neomagic newport nv rendition
+ qw(apm ark chips cirrus cyrix glide i128 i740 i810 imstt
+ mga neomagic newport nv rendition r128 radeon
s3 s3virge savage siliconmotion sis tdfx tga trident tseng vmware)), qw(ati glint vga));
@alldrivers = (@allbutfbdrivers, 'fbdev', 'vesa');
@@ -101,7 +102,7 @@ sub bios_vga_modes {
65536 => __("64 MB or more"),
);
-$good_default_monitor = arch() !~ /ppc/ ? 'Generic|1600x1200 @ 70 Hz' :
+$good_default_monitor = arch() !~ /ppc/ ? 'Generic|1024x768 @ 70 Hz' :
detect_devices::get_mac_model =~ /^iBook/ ? 'Apple|iBook 800x600' : 'Apple|iMac/PowerBook 1024x768';
$low_default_monitor = 'Generic|800x600 @ 56 Hz';