Plasma 5.10.2 boot - Printable Version +- Maui Forums (https://forums.mauilinux.org) +-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74) +--- Forum: Plasma Desktop (https://forums.mauilinux.org/forumdisplay.php?fid=84) +--- Thread: Plasma 5.10.2 boot (/showthread.php?tid=24524) |
Plasma 5.10.2 boot - smoreau - 10th July 2017 Last update using backport repos run perfectly. But boot time increase of 1 min. A lag time exists between the maui screen and the plasma desktop with a black screen. My boot time raise from 20s to 1 min 20 s. Is there a way to check the problem. SM RE: Plasma 5.10.2 boot - leszek - 10th July 2017 This is an issue introduced on real hardware by having the virtualbox-guest-x11 package installed. On real hardware you don't need those packages. So remove them with Code: sudo apt-get purge virtualbox-guest-* This should fix the issue. RE: Plasma 5.10.2 boot - smoreau - 10th July 2017 (10th July 2017, 18:56)leszek Wrote: This is an issue introduced on real hardware by having the virtualbox-guest-x11 package installed. On real hardware you don't need those packages. So remove them with Thanks Leszek, it works perfectly boot time 15s. RE: Plasma 5.10.2 boot - kdemeoz - 13th July 2017 ...unfortunately this does not solve my Tower's 17.06's 1 minute of black screen after the Maui login screen until my desktop appears. I checked, but Code: virtualbox-guest-x11 My 17.06 btw was an upgrade from 17.03 via Update Manager... it was not a fresh installation. RE: Plasma 5.10.2 boot - leszek - 13th July 2017 Have you checked that all virtualbox-guest-* packages are not installed? RE: Plasma 5.10.2 boot - kdemeoz - 13th July 2017 (13th July 2017, 10:15)leszek Wrote: Have you checked that all virtualbox-guest-* packages are not installed? RE: Plasma 5.10.2 boot - kdemeoz - 21st July 2017 The ongoing ~1 minute lag [black screen] from Plasma login screen to visible desktop, is really now quite annoying. RE: Plasma 5.10.2 boot - kdemeoz - 21st July 2017 (21st July 2017, 3:57)kdemeoz Wrote: The ongoing ~1 minute lag [black screen] from Plasma login screen to visible desktop, is really now quite annoying. Hmmm, this was unexpected: Code: ~$ systemd-analyze blame RE: Plasma 5.10.2 boot - leszek - 21st July 2017 Vboxdrv is the driver for the virtualbox client. So it is necessary on the host to run virtualbox instances. |