Mageia Bugzilla – Attachment 6292 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]
Only allow 24bpp for intel (mga#15493)
0001-only-allow-24bpp-for-intel-mga-15493.patch (text/plain), 1.12 KB, created by
Thierry Vignaud
on 2015-04-16 13:08:15 CEST
(
hide
)
Description:
Only allow 24bpp for intel (mga#15493)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-16 13:08:15 CEST
Size:
1.12 KB
patch
obsolete
>From b6f59f7caf39323545fbf14c9f370ccdd9a2d63f 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] only allow 24bpp for intel (mga#15493) > >--- > 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 @@ >+- only allow 24bpp for intel (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..294fe5e 100644 >--- a/lib/Xconfig/resolution_and_depth.pm >+++ b/lib/Xconfig/resolution_and_depth.pm >@@ -61,7 +61,7 @@ sub allowed { > @resolution_and_depth = grep { $_->{Depth} == 16 } @bios_vga_modes; > } else { > my @depths; >- if (member($card->{Driver}, qw(fglrx qxl savage))) { >+ if (member($card->{Driver}, qw(fglrx qxl savage intel))) { > @depths = 24; > } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { > @depths = qw(8 15 24); >-- >2.3.2 >
From b6f59f7caf39323545fbf14c9f370ccdd9a2d63f 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] only allow 24bpp for intel (mga#15493) --- 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 @@ +- only allow 24bpp for intel (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..294fe5e 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -61,7 +61,7 @@ sub allowed { @resolution_and_depth = grep { $_->{Depth} == 16 } @bios_vga_modes; } else { my @depths; - if (member($card->{Driver}, qw(fglrx qxl savage))) { + if (member($card->{Driver}, qw(fglrx qxl savage intel))) { @depths = 24; } elsif ($card->{BoardName} eq 'NVIDIA RIVA 128') { @depths = qw(8 15 24); -- 2.3.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15493
:
6067
|
6068
| 6292 |
6376
|
6377
|
6378