summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-21 14:49:01 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-21 14:49:01 +0000
commit6afc63f173fc2ea3c51e8a88ccb28bc96b554f6e (patch)
tree48f7e8396ee434804e4ea53b9b358f0ae244de36 /perl-install/install/any.pm
parent50a4988ce2ef7000b220d2395dc6a45e5f478cfd (diff)
downloaddrakx-backup-do-not-use-6afc63f173fc2ea3c51e8a88ccb28bc96b554f6e.tar
drakx-backup-do-not-use-6afc63f173fc2ea3c51e8a88ccb28bc96b554f6e.tar.gz
drakx-backup-do-not-use-6afc63f173fc2ea3c51e8a88ccb28bc96b554f6e.tar.bz2
drakx-backup-do-not-use-6afc63f173fc2ea3c51e8a88ccb28bc96b554f6e.tar.xz
drakx-backup-do-not-use-6afc63f173fc2ea3c51e8a88ccb28bc96b554f6e.zip
use intel_agp instead of intel-agp
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r--perl-install/install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm
index 00ed63d85..554acebaa 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -56,7 +56,7 @@ sub start_i810fb() {
my $xres = $vga_to_xres{$vga} || '800';
log::l("trying to load i810fb module with xres <$xres> (vga was <$vga>)");
- eval { modules::load('intel-agp') };
+ eval { modules::load('intel_agp') };
eval {
my $opt = "xres=$xres hsync1=32 hsync2=48 vsync1=50 vsync2=70 vram=2 bpp=16 accel=1 mtrr=1"; #- this sucking i810fb does not accept floating point numbers in hsync!
modules::load_with_options([ 'i810fb' ], { i810fb => $opt });