Mageia Bugzilla – Attachment 5890 Details for
Bug 13684
F2 screenshots are empty after EFI-install (was using vesa instead of fb, now fb2png doesn't manage 32bit color depth)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
adapt stage2 to new fbdev
0001-adapt-to-new-fb2png.patch (text/plain), 799 bytes, created by
Thierry Vignaud
on 2015-02-11 06:55:24 CET
(
hide
)
Description:
adapt stage2 to new fbdev
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-02-11 06:55:24 CET
Size:
799 bytes
patch
obsolete
>From 2769fe5ad4da9135e4f9c5bd41147c2f713aae5e Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Wed, 11 Feb 2015 06:52:02 +0100 >Subject: [PATCH] adapt to new fb2png > >--- > perl-install/install/any.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm >index f016dad..7e12f87 100644 >--- a/perl-install/install/any.pm >+++ b/perl-install/install/any.pm >@@ -1520,7 +1520,7 @@ sub take_screenshot { > } > my $nb = 1; > $nb++ while -e "$dir/$nb.png"; >- run_program::run('fb2png', '/dev/fb0', "$dir/$nb.png", '0'); >+ run_program::run('fb2png', "$dir/$nb.png", '0'); > > # help doesn't remember warning has been shown (one shot processes): > $warned ||= -e "$dir/2.png"; >-- >2.3.0 >
From 2769fe5ad4da9135e4f9c5bd41147c2f713aae5e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Wed, 11 Feb 2015 06:52:02 +0100 Subject: [PATCH] adapt to new fb2png --- perl-install/install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index f016dad..7e12f87 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -1520,7 +1520,7 @@ sub take_screenshot { } my $nb = 1; $nb++ while -e "$dir/$nb.png"; - run_program::run('fb2png', '/dev/fb0', "$dir/$nb.png", '0'); + run_program::run('fb2png', "$dir/$nb.png", '0'); # help doesn't remember warning has been shown (one shot processes): $warned ||= -e "$dir/2.png"; -- 2.3.0
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13684
:
5258
|
5380
|
5660
|
5879
|
5881
|
5889
|
5890
|
5891
|
5894
|
5895
|
5898