diff options
author | Francois Pons <fpons@mandriva.com> | 2001-09-13 15:06:12 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-09-13 15:06:12 +0000 |
commit | 87388f86fb9f49498bd6218b60c7ff63197ad67f (patch) | |
tree | f2ae58fc3776123c6475e81cba312eb98cb94456 /perl-install/install_any.pm | |
parent | c510b0bf65be7cac8d065994f1c8d90bc9db4f38 (diff) | |
download | drakx-87388f86fb9f49498bd6218b60c7ff63197ad67f.tar drakx-87388f86fb9f49498bd6218b60c7ff63197ad67f.tar.gz drakx-87388f86fb9f49498bd6218b60c7ff63197ad67f.tar.bz2 drakx-87388f86fb9f49498bd6218b60c7ff63197ad67f.tar.xz drakx-87388f86fb9f49498bd6218b60c7ff63197ad67f.zip |
updates 3D category according Matrox G550 and Radeon card.
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index d8cae4273..473d1b31d 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -376,15 +376,16 @@ sub setPackages { $o->{compssUsersChoice}{DVD} = 1 if detect_devices::dvdroms(); $o->{compssUsersChoice}{PCMCIA} = 1 if detect_devices::hasPCMCIA(); $o->{compssUsersChoice}{'3D'} = 1 if - detect_devices::matching_desc('Matrox.* G[24][05]0') || + detect_devices::matching_desc('Matrox.* G[245][05]0') || detect_devices::matching_desc('Riva.*128') || detect_devices::matching_desc('Rage X[CL]') || - detect_devices::matching_desc('Rage Mobility (?:P\/M|L) ') || + detect_devices::matching_desc('Rage Mobility [PL]') || detect_devices::matching_desc('3D Rage (?:LT|Pro)') || detect_devices::matching_desc('Voodoo [35]') || detect_devices::matching_desc('Voodoo Banshee') || detect_devices::matching_desc('8281[05].* CGC') || detect_devices::matching_desc('Rage 128') || + detect_devices::matching_desc('Radeon ') || detect_devices::matching_desc('[nN]Vidia.*T[nN]T2') || #- TNT2 cards detect_devices::matching_desc('[nN]Vidia.*NV[56]') || detect_devices::matching_desc('[nN]Vidia.*Vanta') || |