summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-14 16:12:05 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-14 16:12:05 +0000
commit782d8368e52afccfed04ff1ae6a73742bf942fa4 (patch)
tree1a2f8d0e6fb50f060445b9e6ffc9da5ea6801766 /perl-install/Xconfigurator.pm
parent5622a2cd423110bd44fd4f156822ec3b96830ef8 (diff)
downloaddrakx-782d8368e52afccfed04ff1ae6a73742bf942fa4.tar
drakx-782d8368e52afccfed04ff1ae6a73742bf942fa4.tar.gz
drakx-782d8368e52afccfed04ff1ae6a73742bf942fa4.tar.bz2
drakx-782d8368e52afccfed04ff1ae6a73742bf942fa4.tar.xz
drakx-782d8368e52afccfed04ff1ae6a73742bf942fa4.zip
depth 24 is used for DRI for Rage 128 and Radeon instead of Depth 32 (as depth
32 simply doesn't work, even if DRI guide says it works :-) 24 bit works fine for Rage 128.
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 68401ce82..18ef410da 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -695,8 +695,8 @@ sub allowedDepth($) {
$allowed_depth{16} = 1; #- this is the default.
$card->{identifier} =~ /Voodoo 5/ and $allowed_depth{24} = undef;
$card->{identifier} =~ /Matrox.* G[245][05]0/ and $allowed_depth{24} = undef;
- $card->{identifier} =~ /Rage 128/ and $allowed_depth{32} = undef;
- $card->{identifier} =~ /Radeon/ and $allowed_depth{32} = undef;
+ $card->{identifier} =~ /Rage 128/ and $allowed_depth{24} = undef;
+ $card->{identifier} =~ /Radeon/ and $allowed_depth{24} = undef;
}
for ($card->{server}) {