diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-29 08:17:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-29 08:17:25 +0000 |
commit | 31e28e63a926f96d72b7e14edaa39ed0dfce325e (patch) | |
tree | 15603f2bfcba09710de3a582d8438fdca4500cbf /perl-install/Xconfigurator.pm | |
parent | c78b32554bd68eaf2a80f2624de218c847569118 (diff) | |
download | drakx-backup-do-not-use-31e28e63a926f96d72b7e14edaa39ed0dfce325e.tar drakx-backup-do-not-use-31e28e63a926f96d72b7e14edaa39ed0dfce325e.tar.gz drakx-backup-do-not-use-31e28e63a926f96d72b7e14edaa39ed0dfce325e.tar.bz2 drakx-backup-do-not-use-31e28e63a926f96d72b7e14edaa39ed0dfce325e.tar.xz drakx-backup-do-not-use-31e28e63a926f96d72b7e14edaa39ed0dfce325e.zip |
(cardConfiguration): move "Rage Mobility P/M AGP..." and "Rage Mobility L
AGP..." in Utah experimental
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-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 6c16e4bfb..e879ff2ec 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -260,7 +260,6 @@ What do you want to do?"), sub { translate($_[0]{text}) }, \@choices) or return; $card->{Utah_glx} = ($card->{identifier} =~ /Matrox.* G[24][05]0/ || #- 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). @@ -269,6 +268,7 @@ What do you want to do?"), sub { translate($_[0]{text}) }, \@choices) or return; $card->{type} =~ /GeForce 256/ || $card->{type} =~ /S3 Savage3D/ || #- only this one is evoluting (expect a stable release ?) #- $card->{type} =~ /S3 ViRGE/ || #- 15bits only + $card->{identifier} =~ /Rage Mobility (?:P\/M|L) / || $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 |