From 4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9 Mon Sep 17 00:00:00 2001 From: Francois Pons <fpons@mandriva.com> Date: Wed, 4 Apr 2001 09:10:06 +0000 Subject: disable frame buffer for Matrox cards. --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 176093c3a..4d2c1544a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -681,6 +681,7 @@ sub setupBootloaderBefore { #- 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('Matrox') && !detect_devices::matching_desc('Rage Mobility')) && $o->{vga}; require bootloader; -- cgit v1.2.1