Mageia Bugzilla – Attachment 2158 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]
this should do it
24-for-psb.diff (text/plain), 507 bytes, created by
Thierry Vignaud
on 2012-05-02 18:22:48 CEST
(
hide
)
Description:
this should do it
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-05-02 18:22:48 CEST
Size:
507 bytes
patch
obsolete
>diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm >index 3d54996..fdb5dea 100644 >--- a/lib/Xconfig/resolution_and_depth.pm >+++ b/lib/Xconfig/resolution_and_depth.pm >@@ -89,7 +89,7 @@ sub allowed { > @depths = 24; > } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { > @depths = qw(8 15 24); >- } elsif ($card->{use_DRI_GLX}) { >+ } elsif ($card->{use_DRI_GLX} || $card->{BoardName} =~ /Poulsbo/) { > $prefered_depth = 24; > @depths = (16, 24); > } else {
diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 3d54996..fdb5dea 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -89,7 +89,7 @@ sub allowed { @depths = 24; } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { @depths = qw(8 15 24); - } elsif ($card->{use_DRI_GLX}) { + } elsif ($card->{use_DRI_GLX} || $card->{BoardName} =~ /Poulsbo/) { $prefered_depth = 24; @depths = (16, 24); } else {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5695
:
2158
|
2160
|
2167
|
2186