diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-09 15:56:31 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-09 15:56:31 +0000 |
commit | 4a00d6c3928868ab39b19c1d16dce4276b985da5 (patch) | |
tree | b78c1d029832cfbc1b74e089b517f02a86c9b47f /perl-install/Xconfig | |
parent | d51a49af52d8f025d1fce62ab8e3676258f6edce (diff) | |
download | drakx-4a00d6c3928868ab39b19c1d16dce4276b985da5.tar drakx-4a00d6c3928868ab39b19c1d16dce4276b985da5.tar.gz drakx-4a00d6c3928868ab39b19c1d16dce4276b985da5.tar.bz2 drakx-4a00d6c3928868ab39b19c1d16dce4276b985da5.tar.xz drakx-4a00d6c3928868ab39b19c1d16dce4276b985da5.zip |
RIVA128 fails miserably when using 16bpp
Diffstat (limited to 'perl-install/Xconfig')
-rw-r--r-- | perl-install/Xconfig/resolution_and_depth.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |