Description: Wait a few second longer for a ping reply. A ping reply may take a little longer on a slow machine (e.g. Intel Core 2 Duo U9400 @ 1.4 GHz) and a complex xkb configuration. Closing plymouth on timeout without release of DRM interface prevents X server from correct initialization. Better than this quick fix would be a complete cleanup of plymouth on timeout. Origin: vendor Author: Thomas Schustek Bug-Ubuntu: https://bugs.launchpad.net/bugs/1767760 Forwarded: no Last-Update: 2018-04-29 Index: plymouth-0.9.2/src/client/plymouth.c =================================================================== --- plymouth-0.9.2.orig/src/client/plymouth.c +++ plymouth-0.9.2/src/client/plymouth.c @@ -1168,7 +1168,7 @@ main (int argc, on_success, (ply_boot_client_response_handler_t) on_failure, &state); - ply_event_loop_watch_for_timeout (state.loop, 2.0, + ply_event_loop_watch_for_timeout (state.loop, 6.0, timeout_handler, state.loop); } else if (should_check_for_active_vt) { ply_boot_client_ask_daemon_has_active_vt (state.client,