http://bugzilla.opensuse.org/show_bug.cgi?id=1102563 http://bugzilla.opensuse.org/show_bug.cgi?id=1102563#c4 --- Comment #4 from Guillaume GARDET <guillaume.gardet@arm.com> --- (In reply to Oliver Kurz from comment #3)
(In reply to Guillaume GARDET from comment #1)
/etc/sysconfig/displaymanager and /etc/gdm/custom.conf files are identical on x86_64 and aarch64.
To make autologin work on aarch64, we must edit /etc/gdm/custom.conf and uncomment the following line which force the login screen to use Xorg: WaylandEnable=false
I guess you could do that in the spec file of the package that owns this file, e.g. gdm, based on an arch-specific branch. Or require an additional fix-package which does this change? Have you checked for any upstream bugs describing this problem?
It is more a workaround than a fix. I did not find any upstream bug for this. Just an old openSUSE bug: https://bugzilla.suse.com/show_bug.cgi?id=1011356
Regarding the openQA test, as we have support for logging in users, e.g. see the use of the variable NOAUTOLOGIN, you might be able to detect the problem and workaround it in first_boot (or the helper function wait_boot)
Yes, I am testing an update of the first_boot test to record a soft failure for this bug, to be able to continue the tests. -- You are receiving this mail because: You are on the CC list for the bug.