Fail to pass suspend/resume test
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xf86-video-armsoc-endlessm (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Focal |
Incomplete
|
Low
|
Unassigned |
Bug Description
[Impact]
Fail to pass suspend/resume test
[Test Case]
### Run suspend/resume stress test on Xilinx ZCU boards.
#/bin/bash
for i in {1..30};
do
echo "Iteration $i"
sudo rtcwake -v -m no -s 240
sudo systemctl suspend
sleep 120
done
[Expected result]
Pass the suspend/resume stress test
[Actual result]
System stopped running the next suspend iteration during the suspend stress test. When system stopped running suspend iterations, the display from DP monitor no longer shows gnome desktop but terminal instead, and no more operation could be done from USB-HID device, while serial console is still operable.
[Additional information]
jammy: xf86-video-
focal: xf86-video-
[Regression potential]
1. Fail to login to Ubuntu desktop environment
The issue can be fixed by the config below
/etc/X11/
2. Canonical QA has ran graphic related test cases without any regression issue.
tags: | added: oem-priority originate-from-1936900 |
Changed in xf86-video-armsoc-endlessm (Ubuntu): | |
importance: | Undecided → Low |
tags: | added: suspend-resume testcase |
Changed in xf86-video-armsoc-endlessm (Ubuntu Focal): | |
importance: | Undecided → Low |
Changed in xf86-video-armsoc-endlessm (Ubuntu): | |
status: | New → Fix Committed |
description: | updated |
The issue is caused by Implement- platform- Probe-driver- call.patch in the package. platform- Probe-driver- call.patch. Xwrapper. config: needs_root_rights = yes
This issue is gone after removing Implement-
Have to force Xorg running as root after removing this patch.
/etc/X11/