Actions
Bug #287
open
AD
NH
libgfxinit bootsplash.jpg loaded as BGR instead of RGB on Thinkpad x230
Bug #287:
libgfxinit bootsplash.jpg loaded as BGR instead of RGB on Thinkpad x230
Start date:
11/08/2020
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
I have an issue with colors in bootsplashes on Lenovo Thinkpad x230 while using high linear frame buffer libgfxinit method.
The bootsplash shows but the colors are wrong.
See an image !demo.png! to see the output.
The source image is 
I've tried several more gradient images and I observe more colors to be transformed.
To correctly show bootsplash images one has to counter swap Red color with Blue to make it work correctly.
convert bootsplash-original.jpg -color-matrix '0 0 1 0 1 0 1 0 0' bootsplash-matrixed.jpg
Files
Actions