From ef8f80e5fab1076565e6e0be7b0a24951fd71fbe Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 27 Nov 2001 13:28:10 +0000 Subject: i810 -> no FB at boot --- perl-install/install_steps.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ee3fa2826..14153822a 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -768,7 +768,8 @@ sub setupBootloaderBefore { !detect_devices::matching_desc('SiS.*540') && !detect_devices::matching_desc('SiS.*6C?326') && !detect_devices::matching_desc('SiS.*6C?236') && - !detect_devices::matching_desc('Voodoo [35]|Voodoo Banshee') #- 3d acceleration seems to bug in fb mode + !detect_devices::matching_desc('Voodoo [35]|Voodoo Banshee') && #- 3d acceleration seems to bug in fb mode + !detect_devices::matching_desc('8281[05].* CGC') #- i810 now have FB support during install but we disable it afterwards ); my $force_vga = $o->{allowFB} && (detect_devices::matching_desc('SiS.*630') #- SiS 630 need frame buffer. ); -- cgit v1.2.1