Ticket #1736 (closed defect: invalid)
[x11] Device suspends while enlightenment/qpe/X are still starting
| Reported by: | regina_kim | Owned by: | jeremy |
|---|---|---|---|
| Priority: | high | Milestone: | Om2008.10 |
| Component: | kernel | Version: | GTA02v5 |
| Severity: | critical | Keywords: | |
| Cc: | testing@…, raster@…, zecke@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: |
Description
kernel : 20080723-asu.stable-uImage.bin
rootfs : 20080804-asu.stable-rootfs.jffs2
step + summary : sometimes it goes into sleep on boot progress screen after press power button then it never wake up if not press power.
reproducible: 1out of 10 tries.
Change History
comment:2 Changed 5 years ago by raster
imho qpe should definitely grab the cpu resource while it is still starting up. it takes a minute or 2 or 3 to calm down and stop doing things. may as well request resource state of cpu to on while that happens.
comment:6 Changed 5 years ago by zecke
- Summary changed from [Boot screen] it goes into sleep and never wake up if not touch during booting to [x11] Device suspends while enlightenment/qpe/X are still starting
comment:7 Changed 5 years ago by zecke
Issues with just grabbing the CPU:
-after boot the device would go to suspend. So ompowerd needs some kind of reset or wait for a booting complete message. Actually ompowerd would need to know for which apps to wait to signalize they are ready before doing any kind of suspend.
-qpe needs to reset the xscreensaver as well.

raster what do you think about the idea of grabbing the CPU resource until the basic init is done?