You are not logged in.

#1 2021-08-14 01:07:32

shrvtv
Member
Registered: 2021-07-25
Posts: 18

Plymouth theme raises the vendor logo (it shouldn't)

I have installed and configured plymouth as per ArchWiki instruction. The theme is BGRT (without watermark.png), and here's the bgrt.plymouth:

[Plymouth Theme]
Name[da]=BGRT
Name[de]=BGRT
Name[eo]=BGRTpng)
Name[eu]=BGRT
Name[fr]=BGRT
Name[hu]=BGRT
Name[id]=BGRT
Name[it]=BGRT
Name[nl]=BGRT
Name[pa]=BGRT
Name[pl]=BGRT
Name[pt_BR]=BGRT
Name[ru]=BGRT
Name[sr]=BGRT
Name[sv]=BGRT
Name[uk]=BGRT
Name[zh_CN]=BGRT
Name[ms]=BGRT
Name[he]=BGRT
Name=BGRT
Description=Jimmac's spinner theme using the ACPI BGRT graphics as background
ModuleName=two-step

[two-step]
Font=Cantarell 12
TitleFont=Cantarell Light 30
ImageDir=/usr/share/plymouth/themes/spinner
DialogHorizontalAlignment=.5
DialogVerticalAlignment=.85
TitleHorizontalAlignment=.5
TitleVerticalAlignment=.5
HorizontalAlignment=.5
VerticalAlignment=.5
WatermarkHorizontalAlignment=.5
WatermarkVerticalAlignment=.96
Transition=none
TransitionDuration=0.0
BackgroundStartColor=0x000000
BackgroundEndColor=0x000000
ProgressBarBackgroundColor=0x606060
ProgressBarForegroundColor=0xffffff
DialogClearsFirmwareBackground=false
MessageBelowAnimation=false

As you may have noticed, everything but dialog is centered, yet still, the logo raises up when the decryption screen appears. Then I thought maybe it's because of some .5 vertical alignments and changed it to this (the NAME wasn't affected):

[two-step]
Font=Cantarell 12
TitleFont=Cantarell Light 30
ImageDir=/usr/share/plymouth/themes/spinner
DialogHorizontalAlignment=.5
DialogVerticalAlignment=.85
TitleHorizontalAlignment=5
TitleVerticalAlignment=0
HorizontalAlignment=.5
VerticalAlignment=.75
WatermarkHorizontalAlignment=.5
WatermarkVerticalAlignment=1
Transition=none
TransitionDuration=0.0
BackgroundStartColor=0x000000
BackgroundEndColor=0x000000
ProgressBarBackgroundColor=0x606060
ProgressBarForegroundColor=0xffffff
DialogClearsFirmwareBackground=false
MessageBelowAnimation=false

How should I fix this, so the whole boot splash is consistent and vendor logo doesn't jump on dialog's appearence?

Offline

#2 2021-08-14 09:33:31

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,687

Re: Plymouth theme raises the vendor logo (it shouldn't)

From Plymouth wiki:

Add fbcon=nodefer to kernel parameters.

Offline

#3 2021-08-14 13:00:03

shrvtv
Member
Registered: 2021-07-25
Posts: 18

Re: Plymouth theme raises the vendor logo (it shouldn't)

d_fajardo wrote:

From Plymouth wiki:

Add fbcon=nodefer to kernel parameters.

Now the logo blinks for a part of a second and then there's black screen until the decryption screen. That didn't help, because it doesn't address the issue

Offline

#4 2021-08-14 13:17:43

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,687

Re: Plymouth theme raises the vendor logo (it shouldn't)

How did you install the theme?
Also just checking the obvious, did you regenerate mkinitcpio?
I'm not much help as I don't use BGRT.

Offline

#5 2021-08-14 13:19:20

shrvtv
Member
Registered: 2021-07-25
Posts: 18

Re: Plymouth theme raises the vendor logo (it shouldn't)

d_fajardo wrote:

How did you install the theme?
Also just checking the obvious, did you regenerate mkinitcpio?
I'm not much help as I don't use BGRT.

I used

plymouth-set-default-theme -R bgrt

Yeah, I regenerated the mkinitcpio, but this didn't solve the issue

Offline

#6 2021-08-14 13:23:24

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,687

Re: Plymouth theme raises the vendor logo (it shouldn't)

Look in the BIOS. There could be a switch there to disable vendor logo.

Offline

Board footer

Powered by FluxBB