From 4a00d6c3928868ab39b19c1d16dce4276b985da5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 9 Feb 2004 15:56:31 +0000 Subject: RIVA128 fails miserably when using 16bpp --- perl-install/Xconfig/resolution_and_depth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 532b0e335..082015b93 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -96,6 +96,7 @@ sub allowed { $prefered_depth = 16; push @depths, 16, 24; } + $card->{card_name} eq 'RIVA128' and @depths = qw(8 15 24); #- X doesn't even start in 16bpp for RIVA128 } elsif ($card->{use_UTAH_GLX}) { $prefered_depth = 16; push @depths, 16; -- cgit v1.2.1