Replies: 4 comments 2 replies
-
I tested
For autologin create this file
WARNING: lightdm suspends the system by default https://askubuntu.com/questions/1337649/how-to-disable-suspend-in-20-minutes-from-the-lightdm-login-screen |
Beta Was this translation helpful? Give feedback.
-
To reproduce:
|
Beta Was this translation helpful? Give feedback.
-
I think for DUTs where we don't have i915 yet, it's perfectly ok to run withour graphics up (no need to boot up desktop). This will not affect the test coverage for sof-test. |
Beta Was this translation helpful? Give feedback.
-
New variation on the same thing: HOWEVER, that crash DOES get reported in
The "fix" for devices without a connected display is now:
|
Beta Was this translation helpful? Give feedback.
-
Yet more GDM fun after
Recent systems don't have any functional GPU when using a kernel too old:
On those GPU-less systems, GDM crashes and then pretends everything is fine ("SUCCESS")
Then the only "messenger" is... pipewire-media-session!! Go figure.
It gets even worse: when using
AutomaticLoginEnable=true
in/etc/gdm3/custom.conf
then GDM goes into an infinite crashing loop spamming the logs massively - all while still lying to systemd and pretending everything is fine.Error handling code and other unusual code paths: never tested!
Beta Was this translation helpful? Give feedback.
All reactions