From 50e8f542c7695556bd39c5742e1fe085ad227d37 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Sep 2001 16:19:45 +0000 Subject: removed some cards for allowing frame buffer. --- perl-install/install_steps.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 43e7aaf65..8ea6af381 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -740,9 +740,6 @@ 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') && - (!detect_devices::matching_desc('SiS') || - detect_devices::matching_desc('SiS.*630')) && #- SiS 630 need frame buffer. - !detect_devices::matching_desc('S3 Inc') && !detect_devices::matching_desc('Matrox') && !detect_devices::matching_desc('Rage Mobility') ); -- cgit v1.2.1