From 3adb35275ecf8786f5f57d42036758b0de85ec7d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 17 Jul 2001 16:38:21 +0000 Subject: disabled Frame buffer for all S3 cards (hangs with XF4 and S3 ViRGE on reboot with Aurora). --- perl-install/install_steps.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ac61be77b..31f6e6856 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -17,7 +17,7 @@ use lang; use keyboard; use fsedit; use loopback; -#use commands; +use pkgs; use any; use log; use fs; @@ -685,6 +685,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('S3 Inc') && !detect_devices::matching_desc('Matrox') && !detect_devices::matching_desc('Rage Mobility')) && $o->{vga}; -- cgit v1.2.1