Mageia Bugzilla – Attachment 8809 Details for
Bug 19927
Mga6 on Geode: msr kernel module needed for X11 start/depth 24 not working (was Mga6 not OK but Mga51 OK/systemd-X11 login failure)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
forbid 24bit for geode (mga#19927)
0001-forbid-24bit-for-geode-mga-19927.patch (text/plain), 812 bytes, created by
Thierry Vignaud
on 2016-12-22 16:10:22 CET
(
hide
)
Description:
forbid 24bit for geode (mga#19927)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-12-22 16:10:22 CET
Size:
812 bytes
patch
obsolete
>From 631e3a2e42c77350b11c86e2f37d0bdf9d4eaa90 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Thu, 22 Dec 2016 16:07:08 +0100 >Subject: [PATCH] forbid 24bit for geode (mga#19927) > >--- > lib/Xconfig/resolution_and_depth.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm >index 50b89a4..05a61e5 100644 >--- a/lib/Xconfig/resolution_and_depth.pm >+++ b/lib/Xconfig/resolution_and_depth.pm >@@ -64,6 +64,8 @@ sub allowed { > my @depths; > if (member($card->{Driver}, qw(fglrx qxl savage))) { > @depths = 24; >+ } elsif ($card->{Driver} eq 'geode') { >+ @depths = qw(16); > } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { > @depths = qw(8 15 24); > } elsif ($card->{use_DRI_GLX}) { >-- >2.10.2 >
From 631e3a2e42c77350b11c86e2f37d0bdf9d4eaa90 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Thu, 22 Dec 2016 16:07:08 +0100 Subject: [PATCH] forbid 24bit for geode (mga#19927) --- lib/Xconfig/resolution_and_depth.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 50b89a4..05a61e5 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -64,6 +64,8 @@ sub allowed { my @depths; if (member($card->{Driver}, qw(fglrx qxl savage))) { @depths = 24; + } elsif ($card->{Driver} eq 'geode') { + @depths = qw(16); } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { @depths = qw(8 15 24); } elsif ($card->{use_DRI_GLX}) { -- 2.10.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19927
:
8754
| 8809