From 4dfe9079e574182305971382f2599d91579e4eb5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 9 May 2012 21:48:16 +0000 Subject: (allowed) allow to select depth other than 16bit on Poulsbo (mga#5695) --- lib/Xconfig/resolution_and_depth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig') diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index be7a40d..f443f3e 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -82,7 +82,7 @@ sub allowed { my ($prefered_depth, @resolution_and_depth); - if ($card->{Driver} eq 'fbdev') { + if ($card->{Driver} eq 'fbdev' && $card->{BoardName} !~ /Poulsbo/) { @resolution_and_depth = grep { $_->{Depth} == 16 } @bios_vga_modes; } else { my @depths; -- cgit v1.2.1