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) --- NEWS | 2 ++ lib/Xconfig/resolution_and_depth.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bf92ef5..b30be2d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- XFdrake: + o use 24bpp on savage (#38750) - keyboarddrake: o default romanian keyboard is qwerty (cf #38450) o "ro" really is "ro(std_cedilla)" 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