From f9004149a4469fabab4bcf16e16428b28a4b1652 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 18 Aug 2008 11:11:55 +0000 Subject: - XFdrake: o use 24dpp by default, even on DRI (needed for kde4) as requested by qa (damien) --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/resolution_and_depth.pm') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 0c87503..7159873 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -87,7 +87,7 @@ sub allowed { } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { @depths = qw(8 15 24); } elsif ($card->{use_DRI_GLX}) { - $prefered_depth = 16; + $prefered_depth = 24; @depths = (16, 24); } else { @depths = our @depths_available; -- cgit v1.2.1