From 3899fa510e8a3a639edcd0e151a34032c115be50 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 May 2004 10:12:52 +0000 Subject: $prefered_depth defaults to the greatest depths, no need to set it to 24 --- perl-install/Xconfig/resolution_and_depth.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/Xconfig/resolution_and_depth.pm') diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index 6e11536a6..3179aab19 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -88,7 +88,6 @@ sub allowed { } elsif ($card->{Driver} eq 'vmware') { push @depths, 16, 8; } elsif ($card->{Driver} eq 'fglrx') { - $prefered_depth = 24; push @depths, 24; } else { if ($card->{use_DRI_GLX}) { -- cgit v1.2.1