You are not logged in.
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=falseAs 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=falseHow should I fix this, so the whole boot splash is consistent and vendor logo doesn't jump on dialog's appearence?
Offline
From Plymouth wiki:
Add fbcon=nodefer to kernel parameters.Offline
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
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
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 bgrtYeah, I regenerated the mkinitcpio, but this didn't solve the issue
Offline
Look in the BIOS. There could be a switch there to disable vendor logo.
Offline