diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-06 16:19:45 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-06 16:19:45 +0000 |
commit | 50e8f542c7695556bd39c5742e1fe085ad227d37 (patch) | |
tree | 463107b925d542d0f25b8bd6aa353794749fdaad /perl-install | |
parent | 02c4150b64f6c76c8e5282b4ead401c05422bcba (diff) | |
download | drakx-50e8f542c7695556bd39c5742e1fe085ad227d37.tar drakx-50e8f542c7695556bd39c5742e1fe085ad227d37.tar.gz drakx-50e8f542c7695556bd39c5742e1fe085ad227d37.tar.bz2 drakx-50e8f542c7695556bd39c5742e1fe085ad227d37.tar.xz drakx-50e8f542c7695556bd39c5742e1fe085ad227d37.zip |
removed some cards for allowing frame buffer.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
1 files changed, 0 insertions, 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') ); |