summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-06 16:19:45 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-06 16:19:45 +0000
commit50e8f542c7695556bd39c5742e1fe085ad227d37 (patch)
tree463107b925d542d0f25b8bd6aa353794749fdaad
parent02c4150b64f6c76c8e5282b4ead401c05422bcba (diff)
downloaddrakx-backup-do-not-use-50e8f542c7695556bd39c5742e1fe085ad227d37.tar
drakx-backup-do-not-use-50e8f542c7695556bd39c5742e1fe085ad227d37.tar.gz
drakx-backup-do-not-use-50e8f542c7695556bd39c5742e1fe085ad227d37.tar.bz2
drakx-backup-do-not-use-50e8f542c7695556bd39c5742e1fe085ad227d37.tar.xz
drakx-backup-do-not-use-50e8f542c7695556bd39c5742e1fe085ad227d37.zip
removed some cards for allowing frame buffer.
-rw-r--r--perl-install/install_steps.pm3
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')
);