diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-14 15:59:46 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-14 15:59:46 +0000 |
commit | 7d07ac2e37cf965a9a7906aae51fe9338edb729c (patch) | |
tree | 3a16664abf5ac292f113d440bf135ab7b12773d9 /perl-install/install_steps.pm | |
parent | 1984bc1c1202e0e7b467360e0464b9a649fb2f43 (diff) | |
download | drakx-7d07ac2e37cf965a9a7906aae51fe9338edb729c.tar drakx-7d07ac2e37cf965a9a7906aae51fe9338edb729c.tar.gz drakx-7d07ac2e37cf965a9a7906aae51fe9338edb729c.tar.bz2 drakx-7d07ac2e37cf965a9a7906aae51fe9338edb729c.tar.xz drakx-7d07ac2e37cf965a9a7906aae51fe9338edb729c.zip |
removed S3 ViRGE card from card with problem with frame buffer as it works fine.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7071500c8..ed2ca3a6a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -737,7 +737,6 @@ sub setupBootloaderBefore { 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('Tseng.*ET6\d00') && !detect_devices::matching_desc('SiS.*SG86C2.5') && |