summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-02-28 13:14:36 +0000
committerFrancois Pons <fpons@mandriva.com>2002-02-28 13:14:36 +0000
commit3cdeff7ad3904a853c78bab4c4ea0c5424d96755 (patch)
tree871bbbb41487041d4dc08e3230f8bf97b4293e02 /perl-install/Xconfigurator.pm
parentea57aaf0b6b207bf4130b6f43ad8bc7a74d5edeb (diff)
downloaddrakx-backup-do-not-use-3cdeff7ad3904a853c78bab4c4ea0c5424d96755.tar
drakx-backup-do-not-use-3cdeff7ad3904a853c78bab4c4ea0c5424d96755.tar.gz
drakx-backup-do-not-use-3cdeff7ad3904a853c78bab4c4ea0c5424d96755.tar.bz2
drakx-backup-do-not-use-3cdeff7ad3904a853c78bab4c4ea0c5424d96755.tar.xz
drakx-backup-do-not-use-3cdeff7ad3904a853c78bab4c4ea0c5424d96755.zip
removed Radeon 8500 from DRI capable cards.
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 2cdbc02de..be876b71b 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -327,7 +327,8 @@ What do you want to do?"), sub { translate($_[0]{text}) }, \@choices) or return;
$card->{identifier} =~ /Matrox.* G[245][05]0/ || #- prefer 16bit with AGP only
$card->{identifier} =~ /8281[05].* CGC/ || #- 16bits (Intel 810 & 815).
$card->{identifier} =~ /Radeon / || #- 16bits preferable ?
- $card->{identifier} =~ /Rage 128|Rage Mobility M/); #- 16 and 32 bits, prefer 16bit as no DMA.
+ $card->{identifier} =~ /Rage 128|Rage Mobility M/) && #- 16 and 32 bits, prefer 16bit as no DMA.
+ !($card->{identifier} =~ /Radeon 8500/); #- remove Radeon 8500 wich doesn't work with DRI (4.2).
#- 3D acceleration configuration for XFree 4 using DRI but EXPERIMENTAL that may freeze the machine (FOR INFO NOT USED).
$card->{DRI_glx_EXPERIMENTAL} = ($card->{identifier} =~ /SiS.*6C?326/ || #- prefer 16bit, other ?
$card->{identifier} =~ /SiS.*6C?236/ ||