diff options
author | Francois Pons <fpons@mandriva.com> | 2001-04-04 09:10:06 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-04-04 09:10:06 +0000 |
commit | 4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9 (patch) | |
tree | 00860e4896c26769b89b46d5970771e6707f6c48 /perl-install | |
parent | d4a1d47fa08a8fa67e7cff99e6c4f41055762ea5 (diff) | |
download | drakx-4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9.tar drakx-4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9.tar.gz drakx-4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9.tar.bz2 drakx-4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9.tar.xz drakx-4c841f3e9b74bbca3405a3cb27ba57e8f7fb0aa9.zip |
disable frame buffer for Matrox cards.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |