iPXE discussion forum
Background image stretched in console - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Background image stretched in console (/showthread.php?tid=10781)



Background image stretched in console - a_bains - 2018-01-24 06:56

I am using an image in the console with my menu, and I have set the console resolution x and y to 1024 x 768. But I find that on some computers the image is stretched. Is there a way that iPXE can dynamically set the resolution to prevent the image from being stretched on displays with different aspect ratios and resolutions?


RE: Background image stretched in console - NiKiZe - 2018-01-24 08:35

if you are using a 16:9 monitor with the resolution of 1024x768 and the monitor stretches the image, then there is no way for iPXE to detect this...

The windows boot logo for example is made to be compressed if looked at in the native resolution (on a 4:3 monitor) they simply expect everyone to view this in stretched mode.


RE: Background image stretched in console - a_bains - 2018-01-26 23:19

I have a logo on the iPXE screen. iPXE is running on all sorts of different monitors and notebooks everyday in my environment. Maybe I'll change the console resolution to 16:9 as its probably more common.