From 91bf889ddccef1c54f599fa53aafbefb78f413e9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Mar 2008 14:25:10 +0000 Subject: - XFdrake: o use 24bpp on savage (#38750) --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index c50f2ea..d35deca 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -82,7 +82,7 @@ sub allowed { @resolution_and_depth = grep { $_->{Depth} == 16 } @bios_vga_modes; } else { my @depths; - if ($card->{Driver} eq 'fglrx') { + if ($card->{Driver} eq 'fglrx' || $card->{Driver} eq 'savage') { @depths = 24; } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { @depths = qw(8 15 24); -- cgit v1.2.1