-
Notifications
You must be signed in to change notification settings - Fork 129
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
Support to resize on DRM backends #65
Comments
This problem will happen both GBM and EGLStream. We need to implement it correctly. |
I will start deal with this issue. |
Can you fix GBM first? I think it is easier than EGLStream. |
Yes, I will fix GBM first. |
We need to detect to change a DRM connector first. After that, if the display resolution is changed and the new resolution is smaller than the current frame buffer size, we need to resize. If the new resolution is larger than the current frame buffer size, we don't need to do that, which means the frame buffer is the same size. |
TODO: add resize support for DRM-EGLStream |
If the resolution of the display changes while displaying the screen with the EGLStream backend, the screen display is not updated.
The text was updated successfully, but these errors were encountered: