From c65fb27de51658ab9cfe630cc7715d8fc40f80f9 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 13 Sep 2001 14:14:36 +0000 Subject: synced with Xconfigurator bad_card class of video card to avoid using frame buffer, added ET6\d00 style card which seems to have problem. --- perl-install/install_steps.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index e63e7355a..46a3ca986 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -732,9 +732,12 @@ sub setupBootloaderBefore { } } else { #- check for valid fb mode to enable a default boot with frame buffer. - my $vga = $o->{allowFB} && (!detect_devices::matching_desc('Rage LT') && + my $vga = $o->{allowFB} && (!detect_devices::matching_desc('3D Rage LT') && + !detect_devices::matching_desc('Rage Mobility [PL]') && + !detect_devices::matching_desc('i740') && + !detect_devices::matching_desc('ViRGE') && !detect_devices::matching_desc('Matrox') && - !detect_devices::matching_desc('Rage Mobility') && + !detect_devices::matching_desc('Tseng.*ET6\d00') && !detect_devices::matching_desc('SiS.*SG86C2.5') && !detect_devices::matching_desc('SiS.*559[78]') && !detect_devices::matching_desc('SiS.*300') && -- cgit v1.2.1