diff options
author | Francois Pons <fpons@mandriva.com> | 2000-10-06 14:33:47 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-10-06 14:33:47 +0000 |
commit | ad2a91fd8d19c15813d47c064e8da37f7b614d9c (patch) | |
tree | f0f9b43dc6db73930e37f68b5a5194293338c5bc /perl-install/Xconfigurator.pm | |
parent | 8d0497bd2dc5854b021c08c9f9cacdba54618357 (diff) | |
download | drakx-ad2a91fd8d19c15813d47c064e8da37f7b614d9c.tar drakx-ad2a91fd8d19c15813d47c064e8da37f7b614d9c.tar.gz drakx-ad2a91fd8d19c15813d47c064e8da37f7b614d9c.tar.bz2 drakx-ad2a91fd8d19c15813d47c064e8da37f7b614d9c.tar.xz drakx-ad2a91fd8d19c15813d47c064e8da37f7b614d9c.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 2a9d0ce10..e804c160a 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -187,13 +187,14 @@ sub cardConfiguration(;$$$) { #- 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} =~ /Rage Mobility (?:P\/M|L) / || $card->{identifier} =~ /3D Rage (?:LT|Pro)/); #- NOT WORKING $card->{type} =~ /Intel 810/); #- 3D acceleration configuration for XFree 3.3 using Utah-GLX but EXPERIMENTAL that may freeze the machine (FOR INFO NOT USED). $card->{Utah_glx_EXPERIMENTAL} = ($card->{type} =~ /RIVA TNT/ || #- all RIVA/GeForce comes from NVIDIA and may freeze (gltron). - $card->{type} =~ /RIVA128/ || + #$card->{type} =~ /RIVA128/ || $card->{type} =~ /GeForce 256/ || $card->{type} =~ /S3 Savage3D/ || #- only this one is evoluting (expect a stable release ?) #- $card->{type} =~ /S3 ViRGE/ || #- 15bits only |