summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-09 21:48:16 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-09 21:48:16 +0000
commit4dfe9079e574182305971382f2599d91579e4eb5 (patch)
treecd9933ecac950e748808f118344ac45c5584bd8a /lib/Xconfig
parent8c469178e34cca365ee2ff6e377b47ea4d0365b7 (diff)
downloaddrakx-kbd-mouse-x11-4dfe9079e574182305971382f2599d91579e4eb5.tar
drakx-kbd-mouse-x11-4dfe9079e574182305971382f2599d91579e4eb5.tar.gz
drakx-kbd-mouse-x11-4dfe9079e574182305971382f2599d91579e4eb5.tar.bz2
drakx-kbd-mouse-x11-4dfe9079e574182305971382f2599d91579e4eb5.tar.xz
drakx-kbd-mouse-x11-4dfe9079e574182305971382f2599d91579e4eb5.zip
(allowed) allow to select depth other than 16bit on Poulsbo (mga#5695)
Diffstat (limited to 'lib/Xconfig')
-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 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;