Mageia Bugzilla – Attachment 2167 Details for
Bug 5695
Wrong DefaultColorDepth in xorg.conf for Intel Poulsbo US15W
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
real fix
5695.diff (text/plain), 502 bytes, created by
Thierry Vignaud
on 2012-05-03 08:39:14 CEST
(
hide
)
Description:
real fix
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-05-03 08:39:14 CEST
Size:
502 bytes
patch
obsolete
>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;
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;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5695
:
2158
|
2160
| 2167 |
2186