This reverts commit
3f14f2700e031e6fbb674ebb1ab86a73b4469dc8.
Forcing frame-buffer plugin makes multi-monitor look really bad.
Instead, depend on the init system to make sure we stay alive
until the end.
state->local_console_terminal = ply_terminal_new (state->default_tty);
- /* force frame-buffer plugin for shutdown so it sticks around after getting killed */
- if (state->mode == PLY_MODE_SHUTDOWN)
- renderer = ply_renderer_new (PLYMOUTH_PLUGIN_PATH "renderers/frame-buffer.so", NULL, state->local_console_terminal);
- else
- renderer = ply_renderer_new (NULL, NULL, state->local_console_terminal);
+ renderer = ply_renderer_new (NULL, NULL, state->local_console_terminal);
if (!ply_renderer_open (renderer))
{