diff options
author | Francois Pons <fpons@mandriva.com> | 2000-12-05 13:48:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-12-05 13:48:04 +0000 |
commit | c9c07f9e0d2ebfb7d3644394609ef9839b1530cb (patch) | |
tree | fcf242b92c4cdf12a18c166cc6a989682be04e9b /perl-install | |
parent | 1014d6c5772017742b12dbe8b34653104a87a773 (diff) | |
download | drakx-backup-do-not-use-c9c07f9e0d2ebfb7d3644394609ef9839b1530cb.tar drakx-backup-do-not-use-c9c07f9e0d2ebfb7d3644394609ef9839b1530cb.tar.gz drakx-backup-do-not-use-c9c07f9e0d2ebfb7d3644394609ef9839b1530cb.tar.bz2 drakx-backup-do-not-use-c9c07f9e0d2ebfb7d3644394609ef9839b1530cb.tar.xz drakx-backup-do-not-use-c9c07f9e0d2ebfb7d3644394609ef9839b1530cb.zip |
restored Matrox G200/G400 hw 3d accel configuration.
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 6ad938a44..a2f35dc7a 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -203,7 +203,7 @@ sub cardConfiguration(;$$$) { $card->{type} =~ /SiS /); #- 3D acceleration configuration for XFree 4.0 using DRI. $card->{DRI_glx} = ($card->{identifier} =~ /Voodoo [35]/ || $card->{identifier} =~ /Voodoo Banshee/ || #- 16bit only - #$card->{identifier} =~ /Matrox.* G[24]00/ || #- prefer 16bit (24bit not well tested according to DRI) + $card->{identifier} =~ /Matrox.* G[24]00/ || #- prefer 16bit (24bit not well tested according to DRI) $card->{identifier} =~ /8281[05].* CGC/ || #- 16bit (Intel 810 & 815). $card->{identifier} =~ /Rage 128/); #- 16 and 32 bits, prefer 16bit as no DMA. |