diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-14 12:48:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-14 12:48:14 +0000 |
commit | 01fe21c3041836bf0d0d3fd1d08b3f54e3cdbfcf (patch) | |
tree | 567d73464dc79f666e5350b78fcd0adefba66aa5 /perl-install | |
parent | aa6e56cc877cff389d61018ea6fcc04e44f02cbd (diff) | |
download | drakx-01fe21c3041836bf0d0d3fd1d08b3f54e3cdbfcf.tar drakx-01fe21c3041836bf0d0d3fd1d08b3f54e3cdbfcf.tar.gz drakx-01fe21c3041836bf0d0d3fd1d08b3f54e3cdbfcf.tar.bz2 drakx-01fe21c3041836bf0d0d3fd1d08b3f54e3cdbfcf.tar.xz drakx-01fe21c3041836bf0d0d3fd1d08b3f54e3cdbfcf.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index c807cefca..5cd806b64 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -294,7 +294,7 @@ NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.", $xf3_ver)) . " #- but for some there is a need to specify VideoRam (else it won't run). if ($card->{DRI_glx}) { $card->{identifier} =~ /Matrox.* G[24]00/ and $card->{flags}{needVideoRam} = 'fakeVideoRam'; - $card->{type} =~ /Intel 810/ and ($card->{flags}{needVideoRam}, $card->{memory}) = ('fakeVideoRam', 10000); + $card->{type} =~ /Intel 810/ and ($card->{flags}{needVideoRam}, $card->{memory}) = ('fakeVideoRam', 16384); } if (!$::isStandalone && $card->{driver} eq "i810") { |