summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-13 14:25:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-13 14:25:10 +0000
commit91bf889ddccef1c54f599fa53aafbefb78f413e9 (patch)
tree9622920e986ba033ebbdb97891be830b6d411342 /lib
parentad9822f74a77351f5d61ca4f192bedeb7f2b7598 (diff)
downloaddrakx-kbd-mouse-x11-91bf889ddccef1c54f599fa53aafbefb78f413e9.tar
drakx-kbd-mouse-x11-91bf889ddccef1c54f599fa53aafbefb78f413e9.tar.gz
drakx-kbd-mouse-x11-91bf889ddccef1c54f599fa53aafbefb78f413e9.tar.bz2
drakx-kbd-mouse-x11-91bf889ddccef1c54f599fa53aafbefb78f413e9.tar.xz
drakx-kbd-mouse-x11-91bf889ddccef1c54f599fa53aafbefb78f413e9.zip
- XFdrake:
o use 24bpp on savage (#38750)
Diffstat (limited to 'lib')
-rw-r--r--lib/Xconfig/resolution_and_depth.pm2
1 files changed, 1 insertions, 1 deletions
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);