To use only a logo, you could do something like
extern struct usplash_pixmap pixmap_usplash_logo_small;
[...]
struct usplash_theme usplash_theme = {
.version = THEME_VERSION, /* ALWAYS set this to THEME_VERSION,
it's a compatibility check */
.next = &usplash_theme_640_480,
.ratio = USPLASH_16_9,
/* Background and font */
.pixmap = &pixmap_usplash_logo_small,
/* theme resolution; if 0, use width/height of pixmap */
.theme_width = 640,
.theme_height = 400,
/* position of pixmap */
.pixmap_x = 200,
.pixmap_y = 80,
[...]
--
Logo is blurred on resolutions without an explicit theme
https://bugs.launchpad.net/bugs/64147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs