From ea69aa4e40df3879b5139e60d07f697cb2d4dbee Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sun, 23 Sep 2001 19:38:22 +0000 Subject: voodoo cards don't like performing 3d accel in fb mode --- 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 e5b4553ee..68d08c156 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -763,7 +763,8 @@ sub setupBootloaderBefore { !detect_devices::matching_desc('SiS.*300') && !detect_devices::matching_desc('SiS.*540') && !detect_devices::matching_desc('SiS.*6C?326') && - !detect_devices::matching_desc('SiS.*6C?236') + !detect_devices::matching_desc('SiS.*6C?236') && + !detect_devices::matching_desc('Voodoo [35]|Voodoo Banshee') #- 3d acceleration seems to bug in fb mode ); my $force_vga = $o->{allowFB} && (detect_devices::matching_desc('SiS.*630') #- SiS 630 need frame buffer. ); -- cgit v1.2.1