summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-11-27 13:28:10 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-11-27 13:28:10 +0000
commitef8f80e5fab1076565e6e0be7b0a24951fd71fbe (patch)
tree6775036b59627c721a2f197fe1c4cd4ffd99095d
parent30795195aa77721950f371b855a55a581b702c37 (diff)
downloaddrakx-backup-do-not-use-ef8f80e5fab1076565e6e0be7b0a24951fd71fbe.tar
drakx-backup-do-not-use-ef8f80e5fab1076565e6e0be7b0a24951fd71fbe.tar.gz
drakx-backup-do-not-use-ef8f80e5fab1076565e6e0be7b0a24951fd71fbe.tar.bz2
drakx-backup-do-not-use-ef8f80e5fab1076565e6e0be7b0a24951fd71fbe.tar.xz
drakx-backup-do-not-use-ef8f80e5fab1076565e6e0be7b0a24951fd71fbe.zip
i810 -> no FB at boot
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 2 insertions, 1 deletions
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.
);