Hello,
Running a fresh installed Kubuntu 24.04 on a desktop PC and facing two issues:
1. NetworkManager takes +30s to boot which seems too much.
2. After going back from sleep, I have several different issues with graphics: a) sometimes it boots properly b) sometimes it does not boot, I see the mouse but no graphics are loaded c) graphics are "flickering", I see like big pixels in the screen.
P.S. Is there a way of adding hibernate / other sleep options where I do not lose all my opened work?
Thanks,
David
Running a fresh installed Kubuntu 24.04 on a desktop PC and facing two issues:
1. NetworkManager takes +30s to boot which seems too much.
Code:
$ systemd-analyze critical-chain The time when unit became active or started is printed after the "@" character. The time the unit took to start is printed after the "+" character. graphical.target @36.541s └─multi-user.target @36.541s └─docker.service @35.432s +1.108s └─network-online.target @35.415s └─NetworkManager-wait-online.service @31.726s +3.688s └─NetworkManager.service @1.369s +30.355s └─dbus.service @1.337s +30ms └─basic.target @1.332s └─sockets.target @1.332s └─snapd.socket @1.331s +1ms └─sysinit.target @1.314s └─snapd.apparmor.service @1.238s +75ms └─apparmor.service @1.205s +32ms └─local-fs.target @1.204s └─boot-efi.mount @1.199s +4ms └─systemd-fsck@dev-disk-by\x2duuid-B135\x2d93A0.service @389ms +9ms └─dev-disk-by\x2duuid-B135\x2d93A0.device @353ms
2. After going back from sleep, I have several different issues with graphics: a) sometimes it boots properly b) sometimes it does not boot, I see the mouse but no graphics are loaded c) graphics are "flickering", I see like big pixels in the screen.
P.S. Is there a way of adding hibernate / other sleep options where I do not lose all my opened work?
Thanks,
David
Comment