Skip to content
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

"glmark2-es2-wayland --fullscreen" fails to display #311

Closed
AlanGriffiths opened this issue Apr 4, 2018 · 1 comment
Closed

"glmark2-es2-wayland --fullscreen" fails to display #311

AlanGriffiths opened this issue Apr 4, 2018 · 1 comment
Assignees
Labels

Comments

@AlanGriffiths
Copy link
Collaborator

If WAYLAND_DEBUG=client is set, then it is clear that buffers are being submitted, but there's no window (fullscreen or otherwise) shown.

@AlanGriffiths AlanGriffiths self-assigned this Apr 4, 2018
@AlanGriffiths AlanGriffiths changed the title "glmark-es2-wayland --fullscreen" fails to display "glmark2-es2-wayland --fullscreen" fails to display Apr 4, 2018
@AlanGriffiths
Copy link
Collaborator Author

Looks as though the problem is:

"The compositor must reply to this request with a configure event with the dimensions for the output on which the surface will be made fullscreen."

Which we don't honour as the window management "window" has not yet been created in Mir. Only when a buffer is submitted do we create the window (and size the surface).

bors bot added a commit that referenced this issue Apr 4, 2018
312: Consolidate the fullscreen (and other Window state) handling r=wmww a=AlanGriffiths

Implement the common state changing logic in WlAbstractMirWindow. (Fixes: #311)
@bors bors bot closed this as completed in #312 Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant