Skip to content

Commit 9fa377c

Browse files
committed
verify-kernel-boot-log: add DISPLAY=:0 xrandr --listmonitors
The lack of monitor causes a org.gnome.Shell failure to start when using AutomaticLoginEnable=True, see #964 for details. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent d303cda commit 9fa377c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test-case/verify-kernel-boot-log.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ wait_is_system_running()
6262
systemctl "$manager" --no-pager --failed
6363
systemctl "$manager" | grep -v active
6464
systemctl "$manager" is-system-running
65+
# See https://github.com/thesofproject/sof-test/discussions/964
66+
DISPLAY=:0 xrandr --listmonitors
6567
)
6668
die "Some services are not running correctly"
6769
}

0 commit comments

Comments
 (0)