From 2c5f4ce2c4d6881382b0726431f67efb1405f90e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 14 Sep 2000 13:24:14 +0000 Subject: no_comment --- perl-install/Xconfigurator.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 02e84c8cc..2530b4918 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -182,6 +182,9 @@ sub cardConfiguration(;$$$) { updateCardAccordingName($card, $card->{type}) if $card->{type}; add2hash($card, { vendor => "Unknown", board => "Unknown" }); + $card->{memory} = 4096 if $card->{memory} <= 1024 && $card->{driver} eq "i810"; + $card->{memory} = 16384 if $card->{memory} <= 1024 && $card->{chipset} =~ /PERMEDIA/; + #- 3D acceleration configuration for XFree 3.3 using Utah-GLX. $card->{Utah_glx} = ($card->{identifier} =~ /Matrox.* G[24]00/ || #- 8bpp does not work. $card->{identifier} =~ /3D Rage Pro AGP/); #- by default only such card are supported, with AGP ? -- cgit v1.2.1