View previous topic :: View next topic |
Author |
Message |
Morality124 Tux's lil' helper
Joined: 20 Feb 2018 Posts: 102
|
Posted: Mon May 20, 2019 5:21 pm Post subject: Linux 5.1.2+ breaking boot logos? |
|
|
Hello all. Since I upgraded from 5.0.12 to 5.1.2 I've noticed that the boot logos (the penguins that match the amount of threads you have) are no longer displaying even if that option is still enabled in make.conf. I talked to someone else with a different setup who confirmed they had the same issue. Is anyone else experiencing this?
Thanks in advance. |
|
Back to top |
|
|
fturco Veteran
Joined: 08 Dec 2010 Posts: 1181
|
|
Back to top |
|
|
Morality124 Tux's lil' helper
Joined: 20 Feb 2018 Posts: 102
|
Posted: Mon May 20, 2019 5:42 pm Post subject: |
|
|
fturco wrote: | https://bugzilla.kernel.org/show_bug.cgi?id=203629 |
Thanks! Will keep an eye on it. |
|
Back to top |
|
|
389292 Guru
Joined: 26 Mar 2019 Posts: 504
|
Posted: Tue May 21, 2019 12:00 pm Post subject: |
|
|
Works for me in 5.1.3 |
|
Back to top |
|
|
Morality124 Tux's lil' helper
Joined: 20 Feb 2018 Posts: 102
|
Posted: Wed May 22, 2019 4:49 am Post subject: |
|
|
etnull wrote: | Works for me in 5.1.3 |
Out of curiosity and slight troubleshooting what graphics card do you have? |
|
Back to top |
|
|
389292 Guru
Joined: 26 Mar 2019 Posts: 504
|
Posted: Wed May 22, 2019 7:24 am Post subject: |
|
|
Morality124 wrote: | etnull wrote: | Works for me in 5.1.3 |
Out of curiosity and slight troubleshooting what graphics card do you have? |
GTX770, The only things I changed which may somehow be related are:
Code: |
Processor type and features --->
[*] CPU microcode loading support
[*] Intel microcode loading support
[*] MTRR (Memory Type Range Register) support
Graphics support --->
[*] VGA Arbitration
<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
< > Nouveau (NVIDIA) cards
< > Intel 8xx/9xx/G3x/G4x/HD Graphics
Frame buffer Devices --->
<*> Support for frame buffer devices --->
< > nVidia Framebuffer Support
< > nVidia Riva support
< > Userspace VESA VGA graphics support
[*] VESA VGA graphics support
[*] Simple framebuffer support |
|
|
Back to top |
|
|
Morality124 Tux's lil' helper
Joined: 20 Feb 2018 Posts: 102
|
Posted: Sun Aug 11, 2019 8:21 pm Post subject: |
|
|
So update on this.
The reason is a commit to no longer show the boot logo if your loglevel is equivalent the the level set by the quiet boot option:
https://www.fclose.com/linux-kernels/809614/fbcon-silence-fbcon-logo-on-quiet-boots-linux-5-1/
Thus, the workaround is to:
1) Not use the QUIET kernel option.
2) Check your CONFIG_CONSOLE_LOGLEVEL_QUIET .config option to see what value it uses (by default 4).
3)
a. Manually set your LOGLEVEL to one value above that CONFIG_CONSOLE_LOGLEVEL_QUIET value.
b. Set CONFIG_CONSOLE_LOGLEVEL_QUIET to at least one below the desired LOGLEVEL value and manually set LOGLEVEL to the desired value. |
|
Back to top |
|
|
|