You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xyene
changed the title
Transactions involving hidden X11 or eglSwapBuffers-using Wayland windows time out
Transactions involving hidden X11 or eglSwapInterval(..., 1)-using Wayland windows time out
Feb 14, 2021
Transactions currently wait for all configures to be acked, regardless
fo what they were sent to. This includes views that are hidden in tabbed
or stacked containers. If these views do not ack the configure in
response to a single frame callback, they can cause transaction
timeouts.
Check if a container is hidden before registering the configure serial
and saving any view buffers.
Closes: swaywm#6023
Transactions currently wait for all configures to be acked, regardless
fo what they were sent to. This includes views that are hidden in tabbed
or stacked containers. If these views do not ack the configure in
response to a single frame callback, they can cause transaction
timeouts.
Check if a container is hidden before registering the configure serial
and saving any view buffers.
Closes: swaywm#6023
Transactions currently wait for all configures to be acked, regardless
fo what they were sent to. This includes views that are hidden in tabbed
or stacked containers. If these views do not ack the configure in
response to a single frame callback, they can cause transaction
timeouts.
Check if a container is hidden before registering the configure serial
and saving any view buffers.
Closes: #6023
Pulling this from IRC so that it doesn't get lost...
Consider either layout:
V[kitty T[xeyes* xeyes]]
V[kitty T[weston-simple-egl* weston-simple-egl]]
Attempting to resize the focused window causes transactions to time out due to the hidden window.
The text was updated successfully, but these errors were encountered: