Closed
Bug 1069497
Opened 11 years ago
Closed 11 years ago
Switch vt to KD_GRAPHICS mode before running boot animation
Categories
(Core Graveyard :: Widget: Gonk, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: cjones, Unassigned)
References
Details
Attachments
(1 file)
2.20 KB,
patch
|
cjones
:
review-
|
Details | Diff | Splinter Review |
Use case: usually the android init process switches to KD_GRAPHICS mode when it loads the initlogo.rle image. But if an initlogo isn't provided, then the switch is never made and graphics don't work properly with some display drivers.
The upcoming patch has BootAnimation ensure that the mode switch has been done, which should be harmless at worst and is required on systems without initlogo.rle (like Raspberry Pi, which because it outputs only to external displays that have variable resolution, can't provide a single static initlogo.rle).
Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8491686 -
Flags: review?(mwu)
Comment 2•11 years ago
|
||
This is the wrong place to put such a thing. Is there a fb or hwc hal module you can stick this in?
Reporter | ||
Comment 3•11 years ago
|
||
D'oh, missed this. Please just r- in the future --- I don't read bugspam these days.
Yes, we can sweep this under a hal rug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•11 years ago
|
Attachment #8491686 -
Flags: review?(mwu) → review-
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•