diff options
-rw-r--r-- | perl-install/Xconfigurator.pm | 4 |
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}) { |