Mageia Bugzilla – Attachment 6377 Details for
Bug 15493
Graphics goes crazy when changing color depth on Broadwell-U
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
default to 24bpp (mga#15493)
0002-default-to-24bpp-mga-15493.patch (text/plain), 1.04 KB, created by
Thierry Vignaud
on 2015-04-27 14:12:17 CEST
(
hide
)
Description:
default to 24bpp (mga#15493)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-27 14:12:17 CEST
Size:
1.04 KB
patch
obsolete
>From 383962e91231f24cf8a29b01c58f297082ab9d59 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Thu, 16 Apr 2015 07:00:26 -0400 >Subject: [PATCH 2/2] default to 24bpp (mga#15493) > >16bpp is broken on eg quite a lot of Intel gfx chips >--- > NEWS | 2 ++ > lib/Xconfig/resolution_and_depth.pm | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/NEWS b/NEWS >index b3838c0..49612d9 100644 >--- a/NEWS >+++ b/NEWS >@@ -1,3 +1,5 @@ >+- default to 24bpp (mga#15493) >+ > Version 1.7 - 13 April 2015 > > - do not propose to test modesetting in stage2 (mga#15687) >diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm >index 06662ce..0d75234 100644 >--- a/lib/Xconfig/resolution_and_depth.pm >+++ b/lib/Xconfig/resolution_and_depth.pm >@@ -67,7 +67,7 @@ sub allowed { > @depths = qw(8 15 24); > } elsif ($card->{use_DRI_GLX}) { > $prefered_depth = 24; >- @depths = (16, 24); >+ @depths = (24, 16); > } else { > @depths = our @depths_available; > } >-- >2.3.2 >
From 383962e91231f24cf8a29b01c58f297082ab9d59 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Thu, 16 Apr 2015 07:00:26 -0400 Subject: [PATCH 2/2] default to 24bpp (mga#15493) 16bpp is broken on eg quite a lot of Intel gfx chips --- NEWS | 2 ++ lib/Xconfig/resolution_and_depth.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b3838c0..49612d9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- default to 24bpp (mga#15493) + Version 1.7 - 13 April 2015 - do not propose to test modesetting in stage2 (mga#15687) diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 06662ce..0d75234 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -67,7 +67,7 @@ sub allowed { @depths = qw(8 15 24); } elsif ($card->{use_DRI_GLX}) { $prefered_depth = 24; - @depths = (16, 24); + @depths = (24, 16); } else { @depths = our @depths_available; } -- 2.3.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15493
:
6067
|
6068
|
6292
|
6376
| 6377 |
6378