From 782d8368e52afccfed04ff1ae6a73742bf942fa4 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 14 Sep 2001 16:12:05 +0000 Subject: 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. --- perl-install/Xconfigurator.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Xconfigurator.pm') 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}) { -- cgit v1.2.1