Set logo resolutions#

SimpleCore™ generates by default logos for various resolutions, so depending on your setup you might want to limit these choices to e.g. make your resulting installation image smaller.

Set the generated resolutions for the desktop background#

The variable

LOGO_BACKGROUND_RESOLUTIONS = "<width1>x<height1> <width2>x<height2>"

defines the resolutions generated. All measurements are in pixels.

Tip

Please make sure that 800x600 is always set as a value, as this is used if SimpleCore™ can’t find a generated file for the native resolution detected at runtime.

Set the generated resolutions for the splash screen#

The variable

LOGO_SPLASH_RESOLUTIONS = "<width1>x<height1> <width2>x<height2>"

defines the resolutions generated. All measurements are in pixels.

Tip

Please make sure that 800x600 is always set as a value, as this is used if SimpleCore™ can’t find a generated file for the native resolution detected at runtime.