<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr"><div><div><div><div>Hi Ray, <br><br></div>Yes, changing the source code is a valid option for  me.<br><br></div>Could you please provide with the hints on the same.<br>
</div>I am willing to contribute back to the plymouth if allowed.<br>
<br></div>Best Regards,<br>Yash<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 5, 2014 at 7:31 PM, Ray Strode <span dir="ltr"><<a href="mailto:halfline@gmail.com" target="_blank">halfline@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><br>
> 1. Half of the screen should be a image and half of the screen should > be used for displaying boot messages.<br>
> Anyone have tried this before or any idea on how to achieve this?<br>
<br>
</div>I don't think it's really possible at the moment without changing the<br>
source code to plymouth. Basically, main.c has this hardcoded:<br>
<br>
static void•<br>
on_escape_pressed (state_t *state)•<br>
{•<br>
        ply_trace ("escape key pressed");•<br>
        toggle_between_splash_and_details (state);•<br>
}•<br>
<br>
and the details plugin is built into the binary. If changing plymouth<br>
is acceptable to you I can provide some tips on what changes would be<br>
necessary.<br>
<br>
what you could do without daemon code changes is pick a different<br>
keybinding to toggle split view, and then just render all the text<br>
that's sent to your plugin's on_boot_output handler<br>
<br>
<br>
> Best Regards,<br>
> Yash<br>
><br>
> _______________________________________________<br>
> plymouth mailing list<br>
> <a href="mailto:plymouth@lists.freedesktop.org" target="_blank">plymouth@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/plymouth" target="_blank">http://lists.freedesktop.org/mailman/listinfo/plymouth</a><br>
><br>
</blockquote></div><br></div>
</div></div></div><br></div>