Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splash logo with different resolutions #100

Open
masip85 opened this issue Jul 2, 2024 · 2 comments
Open

Splash logo with different resolutions #100

masip85 opened this issue Jul 2, 2024 · 2 comments

Comments

@masip85
Copy link

masip85 commented Jul 2, 2024

Hello

When I connect jetson to portable monitor, I can't see the logo I replaced , because resolution is different than 480 or 720. (at this case 750x500) Is there anyway to overwrite assets with different resolutions?

@masip85 masip85 changed the title Different resolutions Splash logo with different resolutions Jul 2, 2024
@bobekjan
Copy link
Contributor

bobekjan commented Jul 2, 2024

Hi @masip85, thanks for your question!

I understand that you're using a portable monitor with an uncommon resolution (750x500) and you wish to display a custom logo during boot.

I am surprised that the 640x480 logo isn't shown, since a 750x500 monitor should be enough for the 640x480 logo; as far as I know, exact resolution match isn't necessary. I wonder if your monitor is properly detected and used in UEFI.

Can you confirm if you see anything displayed on your monitor during boot? Even when there is no logo, I think you should see a Jetson UEFI version notice and a prompt to press ESC in order to enter Setup.

You can also try replacing one of the logos under Silicon/NVIDIA/Assets with a bitmap cropped to 750x500 (don't rename the file, just overwrite the contents). That should give the logo with correct resolution to UEFI, but I suspect the resolution might not be the problem here.

@jbrasen
Copy link
Contributor

jbrasen commented Jul 4, 2024

Agree with the points Jan raised but wanted to give some more info if it is helpful.

The logo files that are included in the build are specified here: https://github.com/NVIDIA/edk2-nvidia/blob/main/Platform/NVIDIA/NVIDIA.fvmain.fdf.inc#L243
If you want to add/remove supported bitmaps that can be done here as well.

Note that on some platforms our UEFI image is close to the partition size so if you increase this by too much you may issues flashing the new image on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants