summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-13 14:14:36 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-13 14:14:36 +0000
commitc65fb27de51658ab9cfe630cc7715d8fc40f80f9 (patch)
tree90d46450fd53ab5f92676fab7c73126bb6900780 /perl-install/install_steps.pm
parent999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2 (diff)
downloaddrakx-backup-do-not-use-c65fb27de51658ab9cfe630cc7715d8fc40f80f9.tar
drakx-backup-do-not-use-c65fb27de51658ab9cfe630cc7715d8fc40f80f9.tar.gz
drakx-backup-do-not-use-c65fb27de51658ab9cfe630cc7715d8fc40f80f9.tar.bz2
drakx-backup-do-not-use-c65fb27de51658ab9cfe630cc7715d8fc40f80f9.tar.xz
drakx-backup-do-not-use-c65fb27de51658ab9cfe630cc7715d8fc40f80f9.zip
synced with Xconfigurator bad_card class of video card to avoid using frame
buffer, added ET6\d00 style card which seems to have problem.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm7
1 files changed, 5 insertions, 2 deletions
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') &&