Skip to content

Commit aadd770

Browse files
committed
verify-kernel-boot-log.sh: add grep i915_display_info on failure
DISPLAY=:0 xrandr --listmonitors is not reliable anymore, see #964 Keep it anyway because it works on older Ubuntu and probably many other Linux distributions too. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 55e337d commit aadd770

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
@@ -64,6 +64,8 @@ wait_is_system_running()
6464
systemctl "$manager" is-system-running
6565
# See https://github.com/thesofproject/sof-test/discussions/964
6666
DISPLAY=:0 xrandr --listmonitors
67+
DISPLAY=:1024 xrandr --listmonitors
68+
sudo grep -i connected /sys/kernel/debug/dri/0/i915_display_info
6769
)
6870
die "Some services are not running correctly"
6971
}

0 commit comments

Comments
 (0)