From de50754f92d88143170011af60a96ab8ad592216 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Feb 2003 17:24:41 +0000 Subject: don't set AGPMode (see bug #707) --- perl-install/Xconfig/card.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/Xconfig') diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm index 160dc7c45..82bd85f19 100644 --- a/perl-install/Xconfig/card.pm +++ b/perl-install/Xconfig/card.pm @@ -485,9 +485,6 @@ sub set_glx_restrictions { #- 3D acceleration configuration for XFree 4 using DRI, this is enabled by default #- but for some there is a need to specify VideoRam (else it won't run). if ($card->{use_DRI_GLX}) { - #- always enable (as a reminder for people using a better AGP mode to change it at their own risk). - $card->{Options_xfree4}{AGPMode} = 'true'; - $card->{needVideoRam} = 1 if $card->{description} =~ /Matrox.* G[245][05]0/; ($card->{needVideoRam}, $card->{VideoRam}) = (1, 16384) if member($card->{card_name}, 'Intel 810', 'Intel 815'); -- cgit v1.2.1