-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for issue "Suspend causes oxide to crash on RM2 #113" #114
Conversation
Any chance you could work on testing the timings soon? |
Waking could also be #97 |
That's with this artifact: https://github.com/Eeems/oxide/pull/114/checks?check_run_id=1623126791 which I think is 0.6s. I only noticed it on the solid grey screen, though it wasn't happening consistently (just got it to render fine) so it could also be an issue on the noisy one. I'll run it a few more times to see. I did notice a little ghosting on the noisy image along the top bar that doesn't seem to appear when I suspend with xochitl. #97 seems right, though I've actually had it happen where the SSH either does or doesn't respond after the wake. It could just be that I'm fiddling with the power button and re-suspending it without realizing. |
ahh this is frustrating, I just got it to render the grey image correctly 15 times in a row, can't seem to reproduce the broken render now. I do think if there's any way to get rm2fb to send a "finished drawing" signal, that's the right way to do this. Otherwise we'll have to cater to the 99th percentile of draw times, which isn't even going to be consistent for one device with one suspend screen. |
I've asked for the ability to wait for drawing to finish. Just waiting to see if @ddvk or @raisjn figure out how to make it work properly with the current API |
Co-authored-by: Nathaniel van Diepen <[email protected]>
Co-authored-by: Nathaniel van Diepen <[email protected]>
Co-authored-by: Nathaniel van Diepen <[email protected]>
Co-authored-by: Nathaniel van Diepen <[email protected]>
Code Climate has analyzed commit d93a0ac and detected 0 issues on this pull request. View more on Code Climate. |
@SyntaxBlitz, @Witos, or @raisjn would you be able to test this PR to see if it'll work properly on a rM2? I think we might even be able to get away with removing the |
Thanks @PeterGrace for testing! |
No description provided.