From 17760764b7784b1d23505a7ea75112145edb8267 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 19 Jul 2002 23:39:18 +0000 Subject: - fix good_default_monitor (must not be 1600x1200!) - add r128 & radeon in XF4 drivers list --- perl-install/Xconfigurator_consts.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/Xconfigurator_consts.pm') 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'; -- cgit v1.2.1