From a74e3f169c523f0ea6e8f25c545da604a4b3ea64 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 24 Sep 2001 11:39:43 +0000 Subject: deactivated Riva128 3D hw acceleration and too many problems reported with it. --- perl-install/Xconfigurator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 6a4d7db27..4b39c7454 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -257,7 +257,6 @@ What do you want to do?"), sub { translate($_[0]{text}) }, \@choices) or return; } #- 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} =~ /Riva.*128/ || $card->{identifier} =~ /Rage X[CL]/ || $card->{identifier} =~ /3D Rage (?:LT|Pro)/); #- NOT WORKING $card->{type} =~ /Intel 810/); @@ -269,6 +268,7 @@ What do you want to do?"), sub { translate($_[0]{text}) }, \@choices) or return; $card->{identifier} =~ /[nN]Vidia.*GeForce/ || $card->{identifier} =~ /[nN]Vidia.*NV1[15]/ || $card->{identifier} =~ /[nN]Vidia.*Quadro/ || + $card->{identifier} =~ /Riva.*128/ || # moved here as not working correctly enough $card->{identifier} =~ /S3.*Savage.*3D/ || #- only this one is evoluting. $card->{identifier} =~ /Rage Mobility [PL]/ || $card->{identifier} =~ /SiS.*6C?326/ || #- prefer 16bit, other ? -- cgit v1.2.1