-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Low framerate/lag when screen is removed/broken #1285
Comments
Hardware issue due to broken screen? |
Actually I had a chance to troubleshoot this possibility. I ordered a replacement screen and when I installed the new screen, everything was smooth again. However the new screen's panel was defective so I had to return it. And now without a screen it became unusable once more. |
How does screenrecord behave?
? |
The issue was with the phone itself. |
Pulled a log and found this out:
HWC keeps turning the display 0 ON and OFF again and again as the display isn't connected. The happens in the ValidateDisplay() of the HWC hwc_session.cpp. And also, the SystemUI giving frequent davey's might be the cause of the lag ( < 1 FPS ). Disabling the Display 0 as a whole may solve the issue. Need help of someone with this tho. |
Running |
Environment
The control and frame rate was pretty smooth when the screen was working properly. However, after the screen was completely broken (equivalent to no screen connecting to the phone), the frame rate drops to 1-2 FPS at most with seconds of lags. Lowering the resolution has no improvement.
The text was updated successfully, but these errors were encountered: