summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-02-11 16:44:30 +0000
committerFrancois Pons <fpons@mandriva.com>2002-02-11 16:44:30 +0000
commit4cccd35a47fe38216b49392ee070aeb096f4505e (patch)
tree90cf62ef2cda734134e5db9e8f727432473db463
parent0b6e27c96821670843ed44974b8fdb39912aed61 (diff)
downloaddrakx-backup-do-not-use-4cccd35a47fe38216b49392ee070aeb096f4505e.tar
drakx-backup-do-not-use-4cccd35a47fe38216b49392ee070aeb096f4505e.tar.gz
drakx-backup-do-not-use-4cccd35a47fe38216b49392ee070aeb096f4505e.tar.bz2
drakx-backup-do-not-use-4cccd35a47fe38216b49392ee070aeb096f4505e.tar.xz
drakx-backup-do-not-use-4cccd35a47fe38216b49392ee070aeb096f4505e.zip
added fbdev for GeForce Integrated.
-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 9bf1830f9..52911f785 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -817,7 +817,8 @@ sub setupBootloaderBefore {
!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.
+ my $force_vga = $o->{allowFB} && (detect_devices::matching_desc('SiS.*630') || #- SiS 630 need frame buffer.
+ detect_devices::matching_desc('GeForce.*Integrated') #- needed for fbdev driver (hack).
);
#- propose the default fb mode for kernel fb, if aurora is installed too.