diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-11 17:24:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-11 17:24:41 +0000 |
commit | de50754f92d88143170011af60a96ab8ad592216 (patch) | |
tree | 3ad0483bd326b11bc4f4d1e5131e658497f43859 /perl-install | |
parent | 3722cf7cf8805fca1e8828d794b7ba6ef3dac267 (diff) | |
download | drakx-backup-do-not-use-de50754f92d88143170011af60a96ab8ad592216.tar drakx-backup-do-not-use-de50754f92d88143170011af60a96ab8ad592216.tar.gz drakx-backup-do-not-use-de50754f92d88143170011af60a96ab8ad592216.tar.bz2 drakx-backup-do-not-use-de50754f92d88143170011af60a96ab8ad592216.tar.xz drakx-backup-do-not-use-de50754f92d88143170011af60a96ab8ad592216.zip |
don't set AGPMode (see bug #707)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfig/card.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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'); |