Ever since I completed the install, I observe the following three scenarios on bootups:
- Scenario 1 (50% of cases): Successful bootup and automatic login into Cinnamon, everything is working as expected.
- Scenario 2 (10% of cases): I boot into the lock screen (even though I have enabled auto-login) and have to enter my pw. After that everything works as expected.
- Scenario 3 (40% of cases): I get a
[FAILED] Failed to start Light Display Manager
message. Then I have to switch to another tty, login and type startx.
In case of scenario 3, these following two follow-up scenarios happen:
- Scenario 3a (80% of cases): Everything works as expected.
- Scenario 3b (20% of cases): The desktop freezes 1-2 seconds after the login and I have to switch to another tty and reboot.
In scenario 2 (boot into lock screen) journalctl
yields:
Jan 26 19:59:14 test-s6 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg>
Jan 26 19:59:14 test-s6 systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 26 19:59:14 test-s6 systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 26 19:59:14 test-s6 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=>
In scenario 3 (lightdm error) journalctl
yields:
Jan 26 07:04:20 test-s6 systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Jan 26 07:04:20 test-s6 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='uni>
Jan 26 07:04:20 test-s6 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit>
Jan 26 07:04:20 test-s6 systemd[1]: Stopped Light Display Manager.
Jan 26 07:04:20 test-s6 systemd[1]: lightdm.service: Start request repeated too quickly.
Jan 26 07:04:20 test-s6 systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 26 07:04:20 test-s6 systemd[1]: Failed to start Light Display Manager.
System is freshly installed and fully updated. This happens with 5.15 and 5.16 Kernel. I also tried reinstalling the system two times. I’m using the newest Cinnnamon ISO.
I’ve researched this error, which is obviously quite common. However, most topics circle around Nvidia issues. I found one other thread of an iGPU user like me who obviously couldn’t have his problem solved either: Failed to start light display manager on every startup - #2 by Fabby
My inxi --admin --verbosity=7 --filter --no-host --width
[...]
Graphics:
Device-1: AMD Cezanne vendor: ASUSTeK driver: amdgpu v: kernel
bus-ID: 08:00.0 chip-ID: 1002:1226 class-ID: 0300
[...]