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

All windows are closed after extended periods of screen off time or suspend #1755

Open
guzz46 opened this issue Apr 24, 2024 · 13 comments
Open

Comments

@guzz46
Copy link

guzz46 commented Apr 24, 2024

I don't know if this is a bug or some config option that I've missed, but the other day I needed to download a few large steam games so I left the steam client open so it could download them, then I turned my monitor off while I went out for a few hours, I also had the browser open too, then when I got home I turned my monitor back on and steam and the browser weren't open, so I opened steam and it had barely downloaded anything, I also noticed that if I have my browser open and I suspend my system overnight, when I awaken it from suspend in the morning the browser is no longer open, is there any way to change this behaviour? thanks.

@johanmalm
Copy link
Collaborator

That's not the intended behaviour, so feels like a bug.

I regularly turn screens off and leave my box for long periods with no clients shutting down.

Not sure how to best fault find, but think that capturing a debug log (labwc -d) is worth trying in first instance.

@guzz46
Copy link
Author

guzz46 commented Apr 25, 2024

So I started labwc with labwc -d >> ~/output, I then opened a file manager, text editor, and a calculator, I then suspended my PC for 5 minutes, when I awakened it they were all closed, the file in ~/output was empty, so I exited labwc and took a picture of the screen, which I'll upload, I didn't see any errors, only something about /run/seatd.sock

labwc

@tokyo4j
Copy link
Contributor

tokyo4j commented Apr 25, 2024

So I started labwc with labwc -d >> ~/output

You need to redirect stderr to get debug log.

@guzz46
Copy link
Author

guzz46 commented Apr 25, 2024

It seems to close all apps when it looses connection with the display, like if I unplug the HDMI cable for about 5 seconds.

log output
00:00:00.000 [INFO] [../src/config/session.c:54] read environment file /home/gareth/.config/labwc/environment
00:00:00.000 [INFO] [../src/config/tablet.c:93] Adding button map for 0x140 with 0x110
00:00:00.000 [INFO] [../src/config/tablet.c:93] Adding button map for 0x14b with 0x111
00:00:00.000 [INFO] [../src/config/tablet.c:93] Adding button map for 0x14c with 0x112
00:00:00.000 [INFO] [../src/config/rcxml.c:1600] read config file /home/gareth/.config/labwc/rc.xml
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Top
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Left
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Right
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Bottom
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for TRCorner
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for BRCorner
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for TLCorner
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for BLCorner
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Title
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Title
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Title
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Maximize
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Maximize
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Maximize
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for WindowMenu
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for WindowMenu
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Iconify
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Close
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Client
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Client
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Client
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.003 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.003 [INFO] [../src/config/tablet.c:83] Overwriting button map for 0x140 with 0x110
00:00:00.003 [INFO] [../src/config/tablet.c:83] Overwriting button map for 0x14b with 0x111
00:00:00.003 [INFO] [../src/config/tablet.c:83] Overwriting button map for 0x14c with 0x112
00:00:00.004 [DEBUG] [../src/main.c:153] LABWC_PID=1268
00:00:00.004 [INFO] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.004 [INFO] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.064 [INFO] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.064 [INFO] [backend/session/session.c:109] Successfully loaded libseat session
00:00:00.068 [INFO] [backend/backend.c:213] Found 1 GPUs
00:00:00.068 [INFO] [backend/drm/backend.c:202] Initializing DRM backend for /dev/dri/card1 (amdgpu)
00:00:00.068 [DEBUG] [backend/drm/drm.c:110] Using atomic DRM interface
00:00:00.068 [DEBUG] [backend/drm/drm.c:123] ADDFB2 modifiers supported
00:00:00.068 [INFO] [backend/drm/drm.c:255] Found 4 DRM CRTCs
00:00:00.068 [INFO] [backend/drm/drm.c:213] Found 10 DRM planes
00:00:00.068 [INFO] [backend/headless/backend.c:67] Creating headless backend
00:00:00.073 [INFO] [render/egl.c:206] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
00:00:00.074 [DEBUG] [render/egl.c:487] Using EGL device /dev/dri/card1
00:00:00.208 [INFO] [render/egl.c:355] Using EGL 1.5
00:00:00.208 [INFO] [render/egl.c:356] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_protected_surface EGL_EXT_query_reset_notification_strategy EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display 
00:00:00.208 [INFO] [render/egl.c:358] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.208 [INFO] [render/egl.c:360] EGL vendor: Mesa Project
00:00:00.208 [DEBUG] [render/egl.c:121] Supported DMA-BUF formats:
00:00:00.208 [DEBUG] [render/egl.c:170]   AB4H (0x48344241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   XB4H (0x48344258)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AB48 (0x38344241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   XB48 (0x38344258)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AR30 (0x30335241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   XR30 (0x30335258)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AB30 (0x30334241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   XB30 (0x30334258)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AR24 (0x34325241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AB24 (0x34324241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   XR24 (0x34325258)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   XB24 (0x34324258)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AR15 (0x35315241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AB15 (0x35314241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AR12 (0x32315241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AB12 (0x32314241)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   RG16 (0x36314752)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   R8 (0x20203852)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   R16 (0x20363152)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   GR88 (0x38385247)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   GR32 (0x32335247)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YUV9 (0x39565559)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YU11 (0x31315559)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YU12 (0x32315559)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YU16 (0x36315559)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YU24 (0x34325559)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YVU9 (0x39555659)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YV11 (0x31315659)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YV12 (0x32315659)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YV16 (0x36315659)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   YV24 (0x34325659)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   NV12 (0x3231564E)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   NV21 (0x3132564E)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   P010 (0x30313050)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   P012 (0x32313050)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   P016 (0x36313050)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   P030 (0x30333050)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   NV16 (0x3631564E)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:170]   AYUV (0x56555941)
00:00:00.208 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.208 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   XYUV (0x56555958)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   Y410 (0x30313459)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   Y412 (0x32313459)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   Y416 (0x36313459)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   YUYV (0x56595559)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   YVYU (0x55595659)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   UYVY (0x59565955)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   VYUY (0x59555956)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   Y210 (0x30313259)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   Y212 (0x32313259)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:170]   Y216 (0x36313259)
00:00:00.209 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.209 [DEBUG] [render/egl.c:190] EGL DMA-BUF format modifiers supported
amdgpu: amdgpu_cs_ctx_create2 failed. (-13)
00:00:00.214 [DEBUG] [render/egl.c:435] Obtained high priority context
00:00:00.214 [DEBUG] [render/egl.c:536] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.214 [INFO] [render/gles2/renderer.c:842] Creating GLES2 renderer
00:00:00.214 [INFO] [render/gles2/renderer.c:843] Using OpenGL ES 3.2 Mesa 24.0.5
00:00:00.214 [INFO] [render/gles2/renderer.c:844] GL vendor: AMD
00:00:00.214 [INFO] [render/gles2/renderer.c:845] GL renderer: AMD Radeon Graphics (radeonsi, gfx1103_r1, LLVM 17.0.6, DRM 3.57, 6.8.7)
00:00:00.214 [INFO] [render/gles2/renderer.c:846] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_MESA_bgra GL_MESA_texture_const_bandwidth 
00:00:00.214 [DEBUG] [render/gles2/renderer.c:901] GPU reset notifications are enabled
00:00:00.227 [DEBUG] [render/allocator/allocator.c:107] Trying to create gbm allocator
00:00:00.231 [DEBUG] [render/allocator/gbm.c:213] Created GBM allocator with backend drm
00:00:00.231 [DEBUG] [render/allocator/gbm.c:216] Using DRM node /dev/dri/card1
00:00:00.251 [DEBUG] [xcursor/wlr_xcursor.c:225] Loaded cursor theme 'Adwaita' at size 24 (123 available cursors)
00:00:00.260 [DEBUG] [../src/config/keybind.c:113] Found layout English (US)
00:00:00.260 [DEBUG] [types/wlr_drm_lease_v1.c:635] Creating wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:00.260 [DEBUG] [../src/xwayland.c:1006] xwayland is running on display :0
00:00:00.260 [DEBUG] [backend/libinput/backend.c:88] Starting libinput backend
00:00:00.280 [DEBUG] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.281 [DEBUG] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:00.282 [DEBUG] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.283 [DEBUG] [backend/libinput/events.c:70] Adding Logitech K400 Plus [1133:16461]
00:00:00.284 [INFO] [../src/seat.c:136] tap unavailable
00:00:00.284 [INFO] [../src/seat.c:146] tap-and-drag not configured
00:00:00.284 [INFO] [../src/seat.c:155] drag lock not configured
00:00:00.284 [INFO] [../src/seat.c:164] natural scroll not configured
00:00:00.284 [INFO] [../src/seat.c:173] left-handed mode not configured
00:00:00.284 [INFO] [../src/seat.c:183] pointer acceleration configured
00:00:00.284 [INFO] [../src/seat.c:196] middle emulation not configured
00:00:00.284 [INFO] [../src/seat.c:205] dwt not configured
00:00:00.284 [INFO] [../src/seat.c:215] click method not configured
00:00:00.284 [INFO] [../src/seat.c:235] send events mode not configured
00:00:00.284 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.284 [DEBUG] [backend/libinput/events.c:70] Adding Valve Software Steam Controller [10462:4418]
00:00:00.285 [INFO] [../src/seat.c:136] tap unavailable
00:00:00.285 [INFO] [../src/seat.c:146] tap-and-drag not configured
00:00:00.285 [INFO] [../src/seat.c:155] drag lock not configured
00:00:00.285 [INFO] [../src/seat.c:164] natural scroll not configured
00:00:00.285 [INFO] [../src/seat.c:173] left-handed mode not configured
00:00:00.285 [INFO] [../src/seat.c:183] pointer acceleration configured
00:00:00.285 [INFO] [../src/seat.c:196] middle emulation not configured
00:00:00.285 [INFO] [../src/seat.c:205] dwt not configured
00:00:00.285 [INFO] [../src/seat.c:215] click method not configured
00:00:00.285 [INFO] [../src/seat.c:235] send events mode not configured
00:00:00.285 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.285 [DEBUG] [backend/libinput/events.c:70] Adding Asus WMI hotkeys [0:0]
00:00:00.285 [DEBUG] [backend/libinput/events.c:70] Adding Eee PC WMI hotkeys [0:0]
00:00:00.286 [DEBUG] [backend/libinput/backend.c:129] libinput successfully initialized
00:00:00.286 [INFO] [backend/drm/drm.c:1552] Scanning DRM connectors on /dev/dri/card1
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'HDMI-A-1'
00:00:00.288 [INFO] [backend/drm/drm.c:1628] 'HDMI-A-1' connected
00:00:00.288 [DEBUG] [backend/drm/drm.c:1422] Current CRTC: 79
00:00:00.288 [INFO] [backend/drm/drm.c:1436] Detected modes:
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 239.964 Hz (preferred)
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 144.013 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.035 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 100.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 96.019 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 74.986 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 72.014 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.004 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 59.940 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.004 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 48.001 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1680x1050 @ 59.883 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 75.025 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 60.020 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1440x900 @ 59.901 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x960 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x800 @ 59.910 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1152x864 @ 75.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 59.940 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 50.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 75.029 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 70.069 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 60.004 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   832x624 @ 74.551 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   800x600 @ 75.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   800x600 @ 72.188 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   800x600 @ 60.317 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   800x600 @ 56.250 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   720x480 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   720x480 @ 59.940 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   640x480 @ 75.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   640x480 @ 72.809 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   640x480 @ 66.667 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   640x480 @ 60.000 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   640x480 @ 59.940 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1464]   720x400 @ 70.082 Hz 
00:00:00.288 [INFO] [backend/drm/drm.c:1484] Physical size: 380x220
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-1'
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-2'
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-3'
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-4'
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-5'
00:00:00.288 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-6'
00:00:00.288 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:00.288 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=0 status=connected want_crtc=1
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=0
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:00.288 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:00.288 [INFO] [backend/drm/drm.c:1664] connector HDMI-A-1: Requesting modeset
00:00:00.288 [DEBUG] [types/wlr_drm_lease_v1.c:529] Offering output HDMI-A-1
00:00:00.288 [DEBUG] [../src/output.c:240] enable output
00:00:00.288 [DEBUG] [../src/output.c:249] set preferred mode
00:00:00.288 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:00.288 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'HDMI-A-1'
00:00:00.288 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'HDMI-A-1'
00:00:00.288 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.291 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:00.292 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:00.301 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:00.301 [INFO] [backend/drm/drm.c:786] connector HDMI-A-1: Modesetting with 1920x1080 @ 239.964 Hz
00:00:00.309 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.309 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.309 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:00.309 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.309 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.309 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:00.309 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.309 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.309 [INFO] [backend/headless/backend.c:17] Starting headless backend
00:00:00.309 [DEBUG] [../src/server.c:486] WAYLAND_DISPLAY=wayland-0
00:00:00.310 [INFO] [../src/theme.c:735] read theme /home/gareth/.local/share/themes/GTK/openbox-3/themerc
00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.337 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.338 [INFO] [../src/menu/menu.c:565] read menu file /home/gareth/.config/labwc/menu.xml
00:00:00.344 [INFO] [../src/config/session.c:76] Updating dbus execution environment
00:00:00.347 [INFO] [../src/config/session.c:141] run autostart file /home/gareth/.config/labwc/autostart
00:00:00.348 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.349 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:00.349 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
info: main.c:356: 1.1.0
 err: jpg.c:45: /home/gareth/.icons/wallpaper.png: Not a JPEG file: starts with 0x89 0x50
00:00:00.371 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2fb7cc0 (res 0x3075470)
00:00:00.371 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x2fb79c0 (res 0x2f940d0)
info: main.c:200: output: ASUSTek COMPUTER INC ASUS XG17A (1920x1080, scale=1)
info: main.c:108: render: 1920x1080 (scaled from 1920x1080)
00:00:00.377 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:00:00.377 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:00:00.478 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x28ce210 (res 0x28ce5c0)
00:00:00.478 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2fe9300 (res 0x2fe96b0)
00:00:00.597 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x293b140 (res 0x293b4f0)
00:00:00.597 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x29795c0 (res 0x2fb74b0)
00:00:04.955 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x28d2550 (res 0x28d2900)
00:00:04.955 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x302a080 (res 0x302a430)
00:00:05.241 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2f91b70 (res 0x2f91f20)
00:00:05.241 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2f91fb0 (res 0x2f92360)
00:00:05.241 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x302b1f0 (res 0x302b310)
00:00:05.241 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x2f93de0 (res 0x2fb5710)
00:00:05.265 [DEBUG] [../src/view-impl-common.c:49] [map] identifier=thunar, title=gareth - Thunar

00:00:05.267 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x302ac70 (res 0x2fc48c0)
00:00:05.594 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:05.594 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:05.594 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:07.421 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3079360 (res 0x3079710)
00:00:07.421 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3079830 (res 0x3079be0)
00:00:07.484 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x30aaae0 (res 0x30aae90)
00:00:07.484 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x30aaf20 (res 0x30ab040)
00:00:07.485 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x30788b0 (res 0x30abbf0)
00:00:07.503 [DEBUG] [../src/view-impl-common.c:49] [map] identifier=xfce4-terminal, title=Terminal - 

00:00:07.749 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x30e8220 (res 0x30e85d0)
00:00:16.526 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:00:16.526 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:00:16.526 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:00:16.526 [INFO] [backend/drm/drm.c:1549] Scanning DRM connector 93 on /dev/dri/card1
00:00:16.526 [INFO] [backend/drm/drm.c:1636] 'HDMI-A-1' disconnected
00:00:16.526 [DEBUG] [types/wlr_drm_lease_v1.c:520] Handle destruction of output HDMI-A-1
00:00:16.526 [DEBUG] [types/wlr_drm_lease_v1.c:582] Withdrawing output HDMI-A-1
00:00:16.526 [DEBUG] [types/wlr_drm_lease_v1.c:70] Destroying connector HDMI-A-1
00:00:16.526 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:16.526 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:16.526 [ERROR] [../src/view.c:652] view has no output, not positioning
00:00:16.526 [ERROR] [../src/view.c:652] view has no output, not positioning
00:00:16.526 [DEBUG] [backend/drm/drm.c:1192] connector HDMI-A-1: De-allocating CRTC 79
00:00:16.526 [INFO] [backend/drm/drm.c:790] connector HDMI-A-1: Turning off
00:00:17.207 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:17.207 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:17.207 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:17.207 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:24.822 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:00:24.823 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:00:24.823 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:00:24.823 [INFO] [backend/drm/drm.c:1549] Scanning DRM connector 93 on /dev/dri/card1
00:00:24.825 [INFO] [backend/drm/drm.c:1628] 'HDMI-A-1' connected
00:00:24.825 [DEBUG] [backend/drm/drm.c:1422] Current CRTC: -1
00:00:24.825 [INFO] [backend/drm/drm.c:1436] Detected modes:
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 239.964 Hz (preferred)
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 144.013 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.035 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 100.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 96.019 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 74.986 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 72.014 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.004 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 59.940 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.004 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 48.001 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1680x1050 @ 59.883 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 75.025 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 60.020 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1440x900 @ 59.901 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x960 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x800 @ 59.910 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1152x864 @ 75.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 59.940 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 50.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 75.029 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 70.069 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 60.004 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   832x624 @ 74.551 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   800x600 @ 75.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   800x600 @ 72.188 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   800x600 @ 60.317 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   800x600 @ 56.250 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   720x480 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   720x480 @ 59.940 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   640x480 @ 75.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   640x480 @ 72.809 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   640x480 @ 66.667 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   640x480 @ 60.000 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   640x480 @ 59.940 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1464]   720x400 @ 70.082 Hz 
00:00:24.825 [INFO] [backend/drm/drm.c:1484] Physical size: 380x220
00:00:24.825 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:24.825 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=connected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:24.825 [INFO] [backend/drm/drm.c:1664] connector HDMI-A-1: Requesting modeset
00:00:24.825 [DEBUG] [types/wlr_drm_lease_v1.c:529] Offering output HDMI-A-1
00:00:24.825 [DEBUG] [../src/output.c:240] enable output
00:00:24.825 [DEBUG] [../src/output.c:249] set preferred mode
00:00:24.825 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:24.825 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:24.825 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=connected want_crtc=1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:24.825 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=3
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:24.825 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:24.825 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'HDMI-A-1'
00:00:24.825 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'HDMI-A-1'
00:00:24.825 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:24.826 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:24.826 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:24.826 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:24.826 [INFO] [backend/drm/drm.c:786] connector HDMI-A-1: Modesetting with 1920x1080 @ 239.964 Hz
00:00:24.839 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:24.839 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:24.839 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:24.839 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:24.839 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:24.839 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:24.839 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:24.839 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:24.839 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:24.839 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:24.839 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:24.839 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x30c68f0 (res 0x2ba9720)
00:00:24.839 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x3078820 (res 0x29a3680)
info: main.c:200: output: ASUSTek COMPUTER INC ASUS XG17A (1920x1080, scale=1)
info: main.c:108: render: 1920x1080 (scaled from 1920x1080)
00:00:24.846 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:00:24.846 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:00:24.853 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x302a620 (res 0x2bab850)
00:00:24.853 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x293a5b0 (res 0x2bab610)
00:00:35.776 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:35.776 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:35.776 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:36.310 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x303dac0 (res 0x30797a0)
00:00:36.310 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2cc4ec0 (res 0x2cc5270)
00:00:36.368 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2cad400 (res 0x2cad7b0)
00:00:36.368 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x28c6b70 (res 0x2ca9150)
00:00:36.368 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x2982e10 (res 0x2f85160)
00:00:36.388 [DEBUG] [../src/view-impl-common.c:49] [map] identifier=xfce4-terminal, title=Terminal - 

warn: main.c:456: disconnected by compositor
00:00:40.638 [DEBUG] [types/wlr_drm_lease_v1.c:520] Handle destruction of output HDMI-A-1
00:00:40.638 [DEBUG] [types/wlr_drm_lease_v1.c:582] Withdrawing output HDMI-A-1
00:00:40.638 [DEBUG] [types/wlr_drm_lease_v1.c:70] Destroying connector HDMI-A-1
00:00:40.638 [DEBUG] [types/wlr_drm_lease_v1.c:103] Destroying wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:41.356 [DEBUG] [types/wlr_drm_lease_v1.c:681] Destroying wlr_drm_lease_v1_manager

@ahesford
Copy link
Member

What version of labwc are you running? Do the clients that die report anything to the console whence they started? I'm a bit surprised that your photograph shows no output from the clients that died. Perhaps you can run one of the clients with "WAYLAND_DEBUG=1" and capture the resulting output for some hints.

@Consolatis
Copy link
Member

Consolatis commented Apr 25, 2024

Hm.. I dont' see anything obvious in the log. The monitor is disconnected 16 seconds in and then reconnected 8 seconds later. Then, 40 seconds after startup it seems labwc was terminated. Can you confirm this? Or was labwc still running when you extracted the log?

@guzz46
Copy link
Author

guzz46 commented Apr 25, 2024

Its version 0.7.1, my process was I started labwc -d, opened a few apps, disconnected the HDMI cable for about 5 seconds or so, reconnected it, saw no apps were open, so I ran labwc -e to exit, I'll try the opening an app with wayland debug.

@guzz46
Copy link
Author

guzz46 commented Apr 25, 2024

So here is the log from mousepad run in debug mode when I pulled the HDMI cable

log output
[3303125.235]  -> wl_display@1.get_registry(new id wl_registry@2)
[3303125.256]  -> wl_display@1.sync(new id wl_callback@3)
[3303125.337] wl_display@1.delete_id(3)
[3303125.341] wl_registry@2.global(1, "wl_shm", 1)
[3303125.346]  -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
[3303125.349] wl_registry@2.global(2, "wl_drm", 2)
[3303125.352] wl_registry@2.global(3, "zwp_linux_dmabuf_v1", 4)
[3303125.354] wl_registry@2.global(4, "zwlr_gamma_control_manager_v1", 1)
[3303125.357] wl_registry@2.global(5, "zxdg_output_manager_v1", 3)
[3303125.359]  -> wl_registry@2.bind(5, "zxdg_output_manager_v1", 3, new id [unknown]@5)
[3303125.362]  -> wl_display@1.sync(new id wl_callback@6)
[3303125.365] wl_registry@2.global(6, "zwlr_output_manager_v1", 4)
[3303125.367] wl_registry@2.global(7, "wl_compositor", 5)
[3303125.370]  -> wl_registry@2.bind(7, "wl_compositor", 3, new id [unknown]@7)
[3303125.372] wl_registry@2.global(8, "wl_subcompositor", 1)
[3303125.375]  -> wl_registry@2.bind(8, "wl_subcompositor", 1, new id [unknown]@8)
[3303125.378] wl_registry@2.global(9, "wl_data_device_manager", 3)
[3303125.381]  -> wl_registry@2.bind(9, "wl_data_device_manager", 3, new id [unknown]@9)
[3303125.383] wl_registry@2.global(10, "zwp_primary_selection_device_manager_v1", 1)
[3303125.385]  -> wl_registry@2.bind(10, "zwp_primary_selection_device_manager_v1", 1, new id [unknown]@10)
[3303125.388] wl_registry@2.global(11, "wl_seat", 8)
[3303125.391] wl_registry@2.global(12, "zwlr_virtual_pointer_manager_v1", 2)
[3303125.393] wl_registry@2.global(13, "zwp_virtual_keyboard_manager_v1", 1)
[3303125.395] wl_registry@2.global(14, "zwp_pointer_gestures_v1", 3)
[3303125.397]  -> wl_registry@2.bind(14, "zwp_pointer_gestures_v1", 1, new id [unknown]@11)
[3303125.400] wl_registry@2.global(15, "wp_cursor_shape_manager_v1", 1)
[3303125.402] wl_registry@2.global(16, "xdg_wm_base", 2)
[3303125.406] wl_registry@2.global(17, "xdg_activation_v1", 1)
[3303125.408]  -> wl_registry@2.bind(17, "xdg_activation_v1", 1, new id [unknown]@12)
[3303125.411] wl_registry@2.global(18, "org_kde_kwin_server_decoration_manager", 1)
[3303125.413]  -> wl_registry@2.bind(18, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]@13)
[3303125.416] wl_registry@2.global(19, "zxdg_decoration_manager_v1", 1)
[3303125.419] wl_registry@2.global(20, "wp_presentation", 1)
[3303125.421] wl_registry@2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[3303125.423] wl_registry@2.global(22, "zwlr_screencopy_manager_v1", 3)
[3303125.425] wl_registry@2.global(23, "zwlr_data_control_manager_v1", 2)
[3303125.428] wl_registry@2.global(24, "wp_viewporter", 1)
[3303125.430] wl_registry@2.global(25, "wp_single_pixel_buffer_manager_v1", 1)
[3303125.432] wl_registry@2.global(26, "wp_fractional_scale_manager_v1", 1)
[3303125.434] wl_registry@2.global(27, "ext_idle_notifier_v1", 1)
[3303125.437] wl_registry@2.global(28, "zwp_idle_inhibit_manager_v1", 1)
[3303125.439] wl_registry@2.global(29, "zwp_relative_pointer_manager_v1", 1)
[3303125.441] wl_registry@2.global(30, "zwp_pointer_constraints_v1", 1)
[3303125.443] wl_registry@2.global(31, "zwlr_input_inhibit_manager_v1", 1)
[3303125.447] wl_registry@2.global(32, "zwlr_foreign_toplevel_manager_v1", 3)
[3303125.449] wl_registry@2.global(33, "ext_session_lock_manager_v1", 1)
[3303125.451] wl_registry@2.global(34, "wp_drm_lease_device_v1", 1)
[3303125.453] wl_registry@2.global(35, "zwlr_output_power_manager_v1", 1)
[3303125.456] wl_registry@2.global(36, "wp_tearing_control_manager_v1", 1)
[3303125.458] wl_registry@2.global(37, "zwlr_layer_shell_v1", 4)
[3303125.460] wl_registry@2.global(38, "xwayland_shell_v1", 1)
[3303125.462] wl_registry@2.global(39, "wl_output", 4)
[3303125.465]  -> wl_registry@2.bind(39, "wl_output", 2, new id [unknown]@14)
[3303125.494]  -> zxdg_output_manager_v1@5.get_xdg_output(new id zxdg_output_v1@15, wl_output@14)
[3303125.497]  -> wl_display@1.sync(new id wl_callback@16)
[3303125.499] wl_callback@3.done(27)
[3303125.529]  -> wl_shm@4.create_pool(new id wl_shm_pool@3, fd 11, 2304)
[3303125.633]  -> wl_shm_pool@3.resize(6912)
[3303126.222]  -> wl_shm_pool@3.resize(16128)
[3303126.238]  -> wl_shm_pool@3.resize(34560)
[3303126.248]  -> wl_shm_pool@3.resize(71424)
[3303126.266]  -> wl_shm_pool@3.resize(145152)
[3303126.300]  -> wl_shm_pool@3.resize(292608)
[3303126.668]  -> wl_shm_pool@3.resize(587520)
[3303127.626]  -> wl_shm_pool@3.resize(1177344)
[3303129.098]  -> wl_registry@2.bind(11, "wl_seat", 5, new id [unknown]@17)
[3303130.358]  -> wl_compositor@7.create_surface(new id wl_surface@18)
[3303130.367]  -> zwp_primary_selection_device_manager_v1@10.get_device(new id zwp_primary_selection_device_v1@19, wl_seat@17)
[3303130.369]  -> wl_data_device_manager@9.get_data_device(new id wl_data_device@20, wl_seat@17)
[3303130.404]  -> wl_compositor@7.create_surface(new id wl_surface@21)
[3303130.407]  -> wl_display@1.sync(new id wl_callback@22)
[3303130.564] wl_display@1.delete_id(6)
[3303130.570] wl_display@1.delete_id(16)
[3303130.572] wl_display@1.delete_id(22)
[3303130.573] wl_shm@4.format(0)
[3303130.574] wl_shm@4.format(1)
[3303130.575] wl_shm@4.format(875709016)
[3303130.576] wl_shm@4.format(875708993)
[3303130.577] wl_shm@4.format(875710274)
[3303130.578] wl_shm@4.format(842094674)
[3303130.579] wl_shm@4.format(842088786)
[3303130.580] wl_shm@4.format(892426322)
[3303130.581] wl_shm@4.format(892420434)
[3303130.582] wl_shm@4.format(909199186)
[3303130.583] wl_shm@4.format(808665688)
[3303130.585] wl_shm@4.format(808665665)
[3303130.586] wl_shm@4.format(1211384408)
[3303130.587] wl_shm@4.format(1211384385)
[3303130.588] wl_shm@4.format(942948952)
[3303130.589] wl_shm@4.format(942948929)
[3303130.590] wl_callback@6.done(27)
[3303130.591] org_kde_kwin_server_decoration_manager@13.default_mode(2)
[3303130.593] wl_output@14.geometry(0, 0, 380, 220, 0, "ASUSTek COMPUTER INC", "ASUS XG17A", 0)
[3303130.596] wl_output@14.mode(1, 1920, 1080, 239964)
[3303130.598] wl_output@14.scale(1)
[3303130.599] wl_output@14.done()
[3303130.603] zxdg_output_v1@15.name("HDMI-A-1")
[3303130.604] zxdg_output_v1@15.description("ASUSTek COMPUTER INC ASUS XG17A 0x0001220B (HDMI-A-1)")
[3303130.605] zxdg_output_v1@15.logical_position(0, 0)
[3303130.606] zxdg_output_v1@15.logical_size(1920, 1080)
[3303130.608] wl_output@14.done()
[3303130.609] wl_callback@16.done(27)
[3303130.610] wl_seat@17.name("seat0")
[3303130.612] wl_seat@17.capabilities(3)
[3303130.613]  -> wl_seat@17.get_pointer(new id wl_pointer@16)
[3303130.616]  -> zwp_pointer_gestures_v1@11.get_swipe_gesture(new id zwp_pointer_gesture_swipe_v1@6, wl_pointer@16)
[3303130.618]  -> zwp_pointer_gestures_v1@11.get_pinch_gesture(new id zwp_pointer_gesture_pinch_v1@23, wl_pointer@16)
[3303130.620]  -> wl_seat@17.get_keyboard(new id wl_keyboard@24)
[3303130.623] wl_callback@22.done(27)
[3303130.625]  -> wl_registry@2.bind(16, "xdg_wm_base", 2, new id [unknown]@22)
[3303200.195]  -> wl_compositor@7.create_surface(new id wl_surface@25)
[3303210.177]  -> xdg_wm_base@22.get_xdg_surface(new id xdg_surface@26, wl_surface@25)
[3303210.186]  -> xdg_surface@26.get_toplevel(new id xdg_toplevel@27)
[3303210.189]  -> xdg_toplevel@27.set_parent(nil)
[3303210.190]  -> xdg_toplevel@27.set_title("Untitled 1 - Mousepad")
[3303210.192]  -> xdg_toplevel@27.set_app_id("mousepad")
[3303210.193]  -> wl_surface@25.commit()
[3303210.195]  -> org_kde_kwin_server_decoration_manager@13.create(new id org_kde_kwin_server_decoration@28, wl_surface@25)
[3303210.198]  -> org_kde_kwin_server_decoration@28.request_mode(2)
[3303210.677] wl_keyboard@24.keymap(1, fd 11, 64703)
[3303211.599] wl_keyboard@24.repeat_info(25, 600)
[3303211.605] xdg_wm_base@22.ping(29)
[3303211.607]  -> xdg_wm_base@22.pong(29)
[3303211.608] org_kde_kwin_server_decoration@28.mode(2)
[3303211.610] xdg_toplevel@27.configure(0, 0, array[0])
[3303211.612] xdg_surface@26.configure(28)
[3303211.616]  -> xdg_surface@26.ack_configure(28)
[3303228.364]  -> wl_shm@4.create_pool(new id wl_shm_pool@29, fd 12, 1391824)
[3303228.390]  -> wl_shm_pool@29.create_buffer(new id wl_buffer@30, 0, 731, 476, 2924, 0)
[3303229.378]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3303229.389]  -> wl_surface@25.set_buffer_scale(1)
[3303229.396]  -> wl_surface@25.damage(0, 0, 731, 476)
[3303229.399]  -> xdg_toplevel@27.set_min_size(317, 68)
[3303229.401]  -> xdg_toplevel@27.set_max_size(0, 0)
[3303229.403]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3303229.405]  -> wl_compositor@7.create_region(new id wl_region@31)
[3303229.407]  -> wl_region@31.add(0, 0, 731, 476)
[3303229.409]  -> wl_surface@25.set_opaque_region(wl_region@31)
[3303229.411]  -> wl_region@31.destroy()
[3303229.413]  -> wl_surface@25.set_input_region(nil)
[3303229.420]  -> wl_surface@25.frame(new id wl_callback@32)
[3303229.422]  -> wl_surface@25.commit()
[3303231.161] wl_display@1.delete_id(31)
[3303231.173] wl_display@1.delete_id(32)
[3303231.175] wl_keyboard@24.enter(31, wl_surface@25, array[4])
[3303231.181] wl_keyboard@24.modifiers(32, 0, 0, 0, 0)
[3303231.189] wl_data_device@20.selection(nil)
[3303231.194] zwp_primary_selection_device_v1@19.selection(nil)
[3303231.197] wl_surface@25.enter(wl_output@14)
[3303231.199] wl_buffer@30.release()
[3303231.201] wl_callback@32.done(569005)
[3303231.203] xdg_toplevel@27.configure(731, 476, array[4])
[3303231.206] xdg_surface@26.configure(34)
[3303231.209]  -> xdg_surface@26.ack_configure(34)
[3303232.757]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3303232.771]  -> wl_surface@25.set_buffer_scale(1)
[3303232.775]  -> wl_surface@25.damage(0, 0, 317, 28)
[3303232.778]  -> wl_surface@25.damage(1, 31, 729, 442)
[3303232.781]  -> xdg_toplevel@27.set_min_size(317, 68)
[3303232.784]  -> xdg_toplevel@27.set_max_size(0, 0)
[3303232.786]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3303232.796]  -> wl_surface@25.frame(new id wl_callback@32)
[3303232.799]  -> wl_surface@25.commit()
[3303232.889] wl_buffer@30.release()
[3303235.194] wl_display@1.delete_id(32)
[3303235.208] wl_callback@32.done(569009)
[3303278.408] wl_keyboard@24.key(35, 569052, 28, 0)
[3303632.402]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3303632.449]  -> wl_surface@25.set_buffer_scale(1)
[3303632.453]  -> wl_surface@25.damage(28, 31, 3, 18)
[3303632.458]  -> xdg_toplevel@27.set_min_size(317, 68)
[3303632.460]  -> xdg_toplevel@27.set_max_size(0, 0)
[3303632.463]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3303632.474]  -> wl_surface@25.frame(new id wl_callback@32)
[3303632.478]  -> wl_surface@25.commit()
[3303633.294] wl_display@1.delete_id(32)
[3303633.309] wl_buffer@30.release()
[3303633.313] wl_callback@32.done(569407)
[3304033.066]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3304033.095]  -> wl_surface@25.set_buffer_scale(1)
[3304033.099]  -> wl_surface@25.damage(28, 31, 3, 18)
[3304033.102]  -> xdg_toplevel@27.set_min_size(317, 68)
[3304033.105]  -> xdg_toplevel@27.set_max_size(0, 0)
[3304033.107]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3304033.118]  -> wl_surface@25.frame(new id wl_callback@32)
[3304033.121]  -> wl_surface@25.commit()
[3304033.553] wl_display@1.delete_id(32)
[3304033.567] wl_buffer@30.release()
[3304033.570] wl_callback@32.done(569807)
[3304834.012]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3304834.035]  -> wl_surface@25.set_buffer_scale(1)
[3304834.040]  -> wl_surface@25.damage(28, 31, 3, 18)
[3304834.044]  -> xdg_toplevel@27.set_min_size(317, 68)
[3304834.047]  -> xdg_toplevel@27.set_max_size(0, 0)
[3304834.049]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3304834.059]  -> wl_surface@25.frame(new id wl_callback@32)
[3304834.063]  -> wl_surface@25.commit()
[3304834.688] wl_display@1.delete_id(32)
[3304834.705] wl_buffer@30.release()
[3304834.709] wl_callback@32.done(570608)
[3305235.756]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3305235.834]  -> wl_surface@25.set_buffer_scale(1)
[3305235.839]  -> wl_surface@25.damage(28, 31, 3, 18)
[3305235.843]  -> xdg_toplevel@27.set_min_size(317, 68)
[3305235.845]  -> xdg_toplevel@27.set_max_size(0, 0)
[3305235.848]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3305235.861]  -> wl_surface@25.frame(new id wl_callback@32)
[3305235.866]  -> wl_surface@25.commit()
[3305236.549] wl_display@1.delete_id(32)
[3305236.561] wl_buffer@30.release()
[3305236.573] wl_callback@32.done(571010)
[3306037.128]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3306037.182]  -> wl_surface@25.set_buffer_scale(1)
[3306037.187]  -> wl_surface@25.damage(28, 31, 3, 18)
[3306037.191]  -> xdg_toplevel@27.set_min_size(317, 68)
[3306037.194]  -> xdg_toplevel@27.set_max_size(0, 0)
[3306037.196]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3306037.209]  -> wl_surface@25.frame(new id wl_callback@32)
[3306037.214]  -> wl_surface@25.commit()
[3306037.856] wl_display@1.delete_id(32)
[3306037.865] wl_buffer@30.release()
[3306037.869] wl_callback@32.done(571811)
[3306437.626]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3306437.652]  -> wl_surface@25.set_buffer_scale(1)
[3306437.656]  -> wl_surface@25.damage(28, 31, 3, 18)
[3306437.660]  -> xdg_toplevel@27.set_min_size(317, 68)
[3306437.662]  -> xdg_toplevel@27.set_max_size(0, 0)
[3306437.664]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3306437.673]  -> wl_surface@25.frame(new id wl_callback@32)
[3306437.676]  -> wl_surface@25.commit()
[3306438.418] wl_display@1.delete_id(32)
[3306438.435] wl_buffer@30.release()
[3306438.439] wl_callback@32.done(572212)
[3307238.506]  -> wl_surface@25.attach(wl_buffer@30, 0, 0)
[3307238.537]  -> wl_surface@25.set_buffer_scale(1)
[3307238.542]  -> wl_surface@25.damage(28, 31, 3, 18)
[3307238.545]  -> xdg_toplevel@27.set_min_size(317, 68)
[3307238.548]  -> xdg_toplevel@27.set_max_size(0, 0)
[3307238.550]  -> xdg_surface@26.set_window_geometry(0, 0, 731, 476)
[3307238.559]  -> wl_surface@25.frame(new id wl_callback@32)
[3307238.562]  -> wl_surface@25.commit()
[3307882.775] wl_registry@2.global_remove(39)
[3307882.896] wl_buffer@30.release()

(mousepad:17567): Gdk-CRITICAL **: 23:05:51.347: gdk_monitor_get_scale_factor: assertion 'GDK_IS_MONITOR (monitor)' failed

@guzz46
Copy link
Author

guzz46 commented Apr 25, 2024

And the log from labwc when I had mousepad in debug mode, I did the same process as before

log output

00:00:00.000 [INFO] [../src/config/session.c:54] read environment file /home/gareth/.config/labwc/environment
00:00:00.000 [INFO] [../src/config/tablet.c:93] Adding button map for 0x140 with 0x110
00:00:00.000 [INFO] [../src/config/tablet.c:93] Adding button map for 0x14b with 0x111
00:00:00.000 [INFO] [../src/config/tablet.c:93] Adding button map for 0x14c with 0x112
00:00:00.000 [INFO] [../src/config/rcxml.c:1600] read config file /home/gareth/.config/labwc/rc.xml
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Top
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Left
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Right
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Bottom
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for TRCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for BRCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for TLCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for BLCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Title
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Title
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Title
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Maximize
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Maximize
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Maximize
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for WindowMenu
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for WindowMenu
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Iconify
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Close
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Client
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Client
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Client
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:395] create mousebind for Root
00:00:00.000 [INFO] [../src/config/tablet.c:83] Overwriting button map for 0x140 with 0x110
00:00:00.000 [INFO] [../src/config/tablet.c:83] Overwriting button map for 0x14b with 0x111
00:00:00.000 [INFO] [../src/config/tablet.c:83] Overwriting button map for 0x14c with 0x112
00:00:00.000 [DEBUG] [../src/main.c:153] LABWC_PID=17262
00:00:00.000 [INFO] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.000 [INFO] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.004 [INFO] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.004 [INFO] [backend/session/session.c:109] Successfully loaded libseat session
00:00:00.008 [INFO] [backend/backend.c:213] Found 1 GPUs
00:00:00.008 [INFO] [backend/drm/backend.c:202] Initializing DRM backend for /dev/dri/card1 (amdgpu)
00:00:00.008 [DEBUG] [backend/drm/drm.c:110] Using atomic DRM interface
00:00:00.008 [DEBUG] [backend/drm/drm.c:123] ADDFB2 modifiers supported
00:00:00.008 [INFO] [backend/drm/drm.c:255] Found 4 DRM CRTCs
00:00:00.008 [INFO] [backend/drm/drm.c:213] Found 10 DRM planes
00:00:00.008 [INFO] [backend/headless/backend.c:67] Creating headless backend
00:00:00.009 [INFO] [render/egl.c:206] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
00:00:00.009 [DEBUG] [render/egl.c:487] Using EGL device /dev/dri/card1
00:00:00.028 [INFO] [render/egl.c:355] Using EGL 1.5
00:00:00.028 [INFO] [render/egl.c:356] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_protected_surface EGL_EXT_query_reset_notification_strategy EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display 
00:00:00.028 [INFO] [render/egl.c:358] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.028 [INFO] [render/egl.c:360] EGL vendor: Mesa Project
00:00:00.028 [DEBUG] [render/egl.c:121] Supported DMA-BUF formats:
00:00:00.028 [DEBUG] [render/egl.c:170]   AB4H (0x48344241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XB4H (0x48344258)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AB48 (0x38344241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XB48 (0x38344258)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AR30 (0x30335241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XR30 (0x30335258)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AB30 (0x30334241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XB30 (0x30334258)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AR24 (0x34325241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AB24 (0x34324241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XR24 (0x34325258)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XB24 (0x34324258)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AR15 (0x35315241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AB15 (0x35314241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AR12 (0x32315241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AB12 (0x32314241)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   RG16 (0x36314752)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   R8 (0x20203852)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   R16 (0x20363152)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   GR88 (0x38385247)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   GR32 (0x32335247)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YUV9 (0x39565559)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YU11 (0x31315559)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YU12 (0x32315559)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YU16 (0x36315559)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YU24 (0x34325559)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YVU9 (0x39555659)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YV11 (0x31315659)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YV12 (0x32315659)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YV16 (0x36315659)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YV24 (0x34325659)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   NV12 (0x3231564E)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   NV21 (0x3132564E)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   P010 (0x30313050)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   P012 (0x32313050)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   P016 (0x36313050)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   P030 (0x30333050)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   NV16 (0x3631564E)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   AYUV (0x56555941)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   XYUV (0x56555958)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   Y410 (0x30313459)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   Y412 (0x32313459)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   Y416 (0x36313459)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.028 [DEBUG] [render/egl.c:170]   YUYV (0x56595559)
00:00:00.028 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YVYU (0x55595659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   UYVY (0x59565955)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   VYUY (0x59555956)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   Y210 (0x30313259)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   Y212 (0x32313259)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   Y216 (0x36313259)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:190] EGL DMA-BUF format modifiers supported
amdgpu: amdgpu_cs_ctx_create2 failed. (-13)
00:00:00.029 [DEBUG] [render/egl.c:435] Obtained high priority context
00:00:00.029 [DEBUG] [render/egl.c:536] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.030 [INFO] [render/gles2/renderer.c:842] Creating GLES2 renderer
00:00:00.030 [INFO] [render/gles2/renderer.c:843] Using OpenGL ES 3.2 Mesa 24.0.5
00:00:00.030 [INFO] [render/gles2/renderer.c:844] GL vendor: AMD
00:00:00.030 [INFO] [render/gles2/renderer.c:845] GL renderer: AMD Radeon Graphics (radeonsi, gfx1103_r1, LLVM 17.0.6, DRM 3.57, 6.8.7)
00:00:00.030 [INFO] [render/gles2/renderer.c:846] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_MESA_bgra GL_MESA_texture_const_bandwidth 
00:00:00.030 [DEBUG] [render/gles2/renderer.c:901] GPU reset notifications are enabled
00:00:00.034 [DEBUG] [render/allocator/allocator.c:107] Trying to create gbm allocator
00:00:00.037 [DEBUG] [render/allocator/gbm.c:213] Created GBM allocator with backend drm
00:00:00.037 [DEBUG] [render/allocator/gbm.c:216] Using DRM node /dev/dri/card1
00:00:00.041 [DEBUG] [xcursor/wlr_xcursor.c:225] Loaded cursor theme 'Adwaita' at size 24 (123 available cursors)
00:00:00.043 [DEBUG] [../src/config/keybind.c:113] Found layout English (US)
00:00:00.043 [DEBUG] [types/wlr_drm_lease_v1.c:635] Creating wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:00.043 [DEBUG] [../src/xwayland.c:1006] xwayland is running on display :0
00:00:00.043 [DEBUG] [backend/libinput/backend.c:88] Starting libinput backend
00:00:00.058 [DEBUG] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.059 [DEBUG] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:00.060 [DEBUG] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.061 [DEBUG] [backend/libinput/events.c:70] Adding Logitech K400 Plus [1133:16461]
00:00:00.062 [INFO] [../src/seat.c:136] tap unavailable
00:00:00.062 [INFO] [../src/seat.c:146] tap-and-drag not configured
00:00:00.062 [INFO] [../src/seat.c:155] drag lock not configured
00:00:00.062 [INFO] [../src/seat.c:164] natural scroll not configured
00:00:00.062 [INFO] [../src/seat.c:173] left-handed mode not configured
00:00:00.062 [INFO] [../src/seat.c:183] pointer acceleration configured
00:00:00.062 [INFO] [../src/seat.c:196] middle emulation not configured
00:00:00.062 [INFO] [../src/seat.c:205] dwt not configured
00:00:00.062 [INFO] [../src/seat.c:215] click method not configured
00:00:00.062 [INFO] [../src/seat.c:235] send events mode not configured
00:00:00.062 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.062 [DEBUG] [backend/libinput/events.c:70] Adding Valve Software Steam Controller [10462:4418]
00:00:00.063 [INFO] [../src/seat.c:136] tap unavailable
00:00:00.063 [INFO] [../src/seat.c:146] tap-and-drag not configured
00:00:00.063 [INFO] [../src/seat.c:155] drag lock not configured
00:00:00.063 [INFO] [../src/seat.c:164] natural scroll not configured
00:00:00.063 [INFO] [../src/seat.c:173] left-handed mode not configured
00:00:00.063 [INFO] [../src/seat.c:183] pointer acceleration configured
00:00:00.063 [INFO] [../src/seat.c:196] middle emulation not configured
00:00:00.063 [INFO] [../src/seat.c:205] dwt not configured
00:00:00.063 [INFO] [../src/seat.c:215] click method not configured
00:00:00.063 [INFO] [../src/seat.c:235] send events mode not configured
00:00:00.063 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.063 [DEBUG] [backend/libinput/events.c:70] Adding Asus WMI hotkeys [0:0]
00:00:00.064 [DEBUG] [backend/libinput/backend.c:129] libinput successfully initialized
00:00:00.064 [INFO] [backend/drm/drm.c:1552] Scanning DRM connectors on /dev/dri/card1
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'HDMI-A-1'
00:00:00.066 [INFO] [backend/drm/drm.c:1628] 'HDMI-A-1' connected
00:00:00.066 [DEBUG] [backend/drm/drm.c:1422] Current CRTC: 79
00:00:00.066 [INFO] [backend/drm/drm.c:1436] Detected modes:
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 239.964 Hz (preferred)
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 144.013 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.035 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 100.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 96.019 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 74.986 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 72.014 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.004 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 59.940 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.004 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 48.001 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1680x1050 @ 59.883 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 75.025 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 60.020 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1440x900 @ 59.901 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x960 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x800 @ 59.910 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1152x864 @ 75.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 59.940 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 50.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 75.029 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 70.069 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 60.004 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   832x624 @ 74.551 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   800x600 @ 75.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   800x600 @ 72.188 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   800x600 @ 60.317 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   800x600 @ 56.250 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   720x480 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   720x480 @ 59.940 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   640x480 @ 75.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   640x480 @ 72.809 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   640x480 @ 66.667 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   640x480 @ 60.000 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   640x480 @ 59.940 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1464]   720x400 @ 70.082 Hz 
00:00:00.066 [INFO] [backend/drm/drm.c:1484] Physical size: 380x220
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-1'
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-2'
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-3'
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-4'
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-5'
00:00:00.066 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-6'
00:00:00.066 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:00.066 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=0 status=connected want_crtc=1
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=0
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:00.066 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:00.066 [INFO] [backend/drm/drm.c:1664] connector HDMI-A-1: Requesting modeset
00:00:00.066 [DEBUG] [types/wlr_drm_lease_v1.c:529] Offering output HDMI-A-1
00:00:00.066 [DEBUG] [../src/output.c:240] enable output
00:00:00.066 [DEBUG] [../src/output.c:249] set preferred mode
00:00:00.066 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:00.066 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'HDMI-A-1'
00:00:00.066 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'HDMI-A-1'
00:00:00.066 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.067 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:00.067 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:00.072 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:00.072 [INFO] [backend/drm/drm.c:786] connector HDMI-A-1: Modesetting with 1920x1080 @ 239.964 Hz
00:00:00.073 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.073 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.073 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:00.074 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.074 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.074 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:00.074 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.074 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:00.074 [INFO] [backend/headless/backend.c:17] Starting headless backend
00:00:00.074 [DEBUG] [../src/server.c:486] WAYLAND_DISPLAY=wayland-0
00:00:00.074 [INFO] [../src/theme.c:735] read theme /home/gareth/.local/share/themes/GTK/openbox-3/themerc
00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [INFO] [../src/menu/menu.c:565] read menu file /home/gareth/.config/labwc/menu.xml
00:00:00.087 [INFO] [../src/config/session.c:76] Updating dbus execution environment
00:00:00.090 [INFO] [../src/config/session.c:141] run autostart file /home/gareth/.config/labwc/autostart
00:00:00.091 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.091 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:00.091 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
info: main.c:356: 1.1.0
00:00:00.098 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x246c510 (res 0x246c8c0)
00:00:00.098 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x20f1070 (res 0x20f1170)
info: main.c:200: output: ASUSTek COMPUTER INC ASUS XG17A (1920x1080, scale=1)
info: main.c:108: render: 1920x1080 (scaled from 1920x1080)
00:00:00.103 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:00:00.103 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:00:00.120 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2432a50 (res 0x20ed8d0)
00:00:00.120 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x20f7930 (res 0x20f7ce0)
00:00:00.153 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x23ae0b0 (res 0x23ae460)
00:00:00.153 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x20fa3f0 (res 0x20fa4f0)
00:00:03.031 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2421160 (res 0x2421510)
00:00:03.031 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24215a0 (res 0x2421950)
00:00:03.091 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2421c00 (res 0x2421fb0)
00:00:03.091 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x2422040 (res 0x2421a70)
00:00:03.092 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x20ed960 (res 0x2217860)
00:00:03.111 [DEBUG] [../src/view-impl-common.c:49] [map] identifier=xfce4-terminal, title=Terminal - 

00:00:03.315 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:03.315 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:03.315 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:06.470 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24b0eb0 (res 0x2475b50)
00:00:06.470 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24b1260 (res 0x2475d00)
00:00:06.550 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24b1820 (res 0x24b1bd0)
00:00:06.550 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x24b1c60 (res 0x24b1d80)
00:00:06.550 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x246e920 (res 0x24b28c0)
00:00:06.569 [DEBUG] [../src/view-impl-common.c:49] [map] identifier=mousepad, title=Untitled 1 - Mousepad

00:00:10.540 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:00:10.540 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:00:10.540 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:00:10.540 [INFO] [backend/drm/drm.c:1549] Scanning DRM connector 93 on /dev/dri/card1
00:00:10.540 [INFO] [backend/drm/drm.c:1636] 'HDMI-A-1' disconnected
00:00:10.540 [DEBUG] [types/wlr_drm_lease_v1.c:520] Handle destruction of output HDMI-A-1
00:00:10.540 [DEBUG] [types/wlr_drm_lease_v1.c:582] Withdrawing output HDMI-A-1
00:00:10.540 [DEBUG] [types/wlr_drm_lease_v1.c:70] Destroying connector HDMI-A-1
00:00:10.540 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:10.540 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:10.540 [ERROR] [../src/view.c:652] view has no output, not positioning
00:00:10.540 [ERROR] [../src/view.c:652] view has no output, not positioning
00:00:10.541 [DEBUG] [backend/drm/drm.c:1192] connector HDMI-A-1: De-allocating CRTC 79
00:00:10.541 [INFO] [backend/drm/drm.c:790] connector HDMI-A-1: Turning off
00:00:11.222 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:11.222 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:11.222 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:11.222 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:18.798 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:00:18.798 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:00:18.798 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:00:18.798 [INFO] [backend/drm/drm.c:1549] Scanning DRM connector 93 on /dev/dri/card1
00:00:18.801 [INFO] [backend/drm/drm.c:1628] 'HDMI-A-1' connected
00:00:18.801 [DEBUG] [backend/drm/drm.c:1422] Current CRTC: -1
00:00:18.801 [INFO] [backend/drm/drm.c:1436] Detected modes:
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 239.964 Hz (preferred)
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 144.013 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.035 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 100.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 96.019 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 74.986 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 72.014 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.004 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 59.940 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.004 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 48.001 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1680x1050 @ 59.883 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 75.025 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 60.020 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1440x900 @ 59.901 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x960 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x800 @ 59.910 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1152x864 @ 75.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 59.940 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 50.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 75.029 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 70.069 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 60.004 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   832x624 @ 74.551 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   800x600 @ 75.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   800x600 @ 72.188 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   800x600 @ 60.317 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   800x600 @ 56.250 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   720x480 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   720x480 @ 59.940 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   640x480 @ 75.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   640x480 @ 72.809 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   640x480 @ 66.667 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   640x480 @ 60.000 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   640x480 @ 59.940 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1464]   720x400 @ 70.082 Hz 
00:00:18.801 [INFO] [backend/drm/drm.c:1484] Physical size: 380x220
00:00:18.801 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:18.801 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=connected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:18.801 [INFO] [backend/drm/drm.c:1664] connector HDMI-A-1: Requesting modeset
00:00:18.801 [DEBUG] [types/wlr_drm_lease_v1.c:529] Offering output HDMI-A-1
00:00:18.801 [DEBUG] [../src/output.c:240] enable output
00:00:18.801 [DEBUG] [../src/output.c:249] set preferred mode
00:00:18.801 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:18.801 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:18.801 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=connected want_crtc=1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:18.801 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=3
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:18.801 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:18.801 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'HDMI-A-1'
00:00:18.801 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'HDMI-A-1'
00:00:18.801 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:18.802 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:18.802 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:18.802 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:18.802 [INFO] [backend/drm/drm.c:786] connector HDMI-A-1: Modesetting with 1920x1080 @ 239.964 Hz
00:00:18.815 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:18.815 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:18.815 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:18.815 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:18.815 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:18.815 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:18.815 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:18.815 [INFO] [../src/seat.c:270] map pointer to output (null)

00:00:18.815 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:18.815 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:18.815 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:18.815 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2397de0 (res 0x22f76d0)
00:00:18.815 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x21ba4c0 (res 0x20db8f0)
info: main.c:200: output: ASUSTek COMPUTER INC ASUS XG17A (1920x1080, scale=1)
info: main.c:108: render: 1920x1080 (scaled from 1920x1080)
00:00:18.823 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:00:18.823 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:00:18.828 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x22172b0 (res 0x246c8c0)
00:00:18.828 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x2432f30 (res 0x23901d0)
00:00:30.780 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:30.780 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:30.780 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:33.303 [DEBUG] [../src/input/keyboard.c:174] keycode matched
00:00:33.303 [DEBUG] [../src/action.c:674] Handling action 5: Execute
00:00:33.328 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2420ca0 (res 0x2421050)
00:00:33.328 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x22c9940 (res 0x22c9cf0)

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:70:34: The style property GtkCheckButton:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:71:36: The style property GtkCheckMenuItem:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:76:30: The style property GtkExpander:expander-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwgdmenu:18186): Gtk-WARNING **: 23:06:13.445: Theme parsing error: gtk.css:83:29: The style property GtkStatusbar:shadow-type is deprecated and shouldn't be used anymore. It will be removed in a future version
INFO: wm: other
INFO: Using css file '"/home/gareth/.config/nwg-launchers/nwgdmenu/style.css"'
INFO: 1375 commands found
00:00:33.368 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x238f4e0 (res 0x238f890)
00:00:33.368 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x24b8aa0 (res 0x24b8ba0)
00:00:33.368 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x238f4e0 (res 0x238f890)
00:00:33.368 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x24b8aa0 (res 0x24b8ba0)
00:00:34.589 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x23ace50 (res 0x23ad200)
00:00:34.589 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:34.589 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:34.811 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:34.811 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:35.117 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:35.117 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:35.511 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:35.512 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:35.879 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:35.879 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:36.089 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:36.089 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:37.099 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:37.099 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:41.407 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x238fcd0 (res 0x2383de0)
00:00:41.407 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x20f53a0 (res 0x20f5750)
00:00:41.468 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x23bc320 (res 0x23bc6d0)
00:00:41.468 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x23bc760 (res 0x21ba820)
00:00:41.468 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x24b8c30 (res 0x21b8af0)
00:00:41.489 [DEBUG] [../src/view-impl-common.c:49] [map] identifier=xfce4-terminal, title=Terminal - 

00:00:43.011 [DEBUG] [../src/action.c:674] Handling action 22: Focus
00:00:43.333 [DEBUG] [../src/action.c:674] Handling action 22: Focus
00:00:43.479 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24750b0 (res 0x23acdc0)
00:00:43.479 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain;charset=utf-8
00:00:43.479 [DEBUG] [types/wlr_primary_selection_v1.c:148] Ignoring duplicate MIME type offer text/plain
00:00:45.154 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24bf010 (res 0x24bf3c0)
00:00:45.154 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24bf570 (res 0x24bf920)
00:00:45.227 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24bffd0 (res 0x24c0380)
00:00:45.227 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x2475900 (res 0x24c0410)
00:00:45.228 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24bffd0 (res 0x24c0380)
00:00:45.228 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x24bfda0 (res 0x24c0410)
00:00:49.731 [DEBUG] [../src/input/keyboard.c:174] keycode matched
00:00:49.731 [DEBUG] [../src/action.c:674] Handling action 5: Execute
4 items loaded from template /home/gareth/.config/nwg-bar/bar.json
00:00:49.765 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24bdd40 (res 0x24be0f0)
00:00:49.765 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24bc5e0 (res 0x24bc990)

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:70:34: The style property GtkCheckButton:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:71:36: The style property GtkCheckMenuItem:indicator-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:76:30: The style property GtkExpander:expander-size is deprecated and shouldn't be used anymore. It will be removed in a future version

(nwg-bar:18680): Gtk-WARNING **: 23:06:29.883: Theme parsing error: gtk.css:83:29: The style property GtkStatusbar:shadow-type is deprecated and shouldn't be used anymore. It will be removed in a future version
00:00:49.791 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x24beaa0 (res 0x24bee50)
00:00:49.791 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x24bcda0 (res 0x24beee0)
env vars: []; command: 'labwc'; args: [-e]

warn: main.c:456: disconnected by compositor
Gdk-Message: 23:06:31.695: Lost connection to Wayland compositor.
Gdk-Message: 23:06:31.695: Error flushing display: Broken pipe
00:00:51.581 [DEBUG] [types/wlr_drm_lease_v1.c:520] Handle destruction of output HDMI-A-1
00:00:51.581 [DEBUG] [types/wlr_drm_lease_v1.c:582] Withdrawing output HDMI-A-1
00:00:51.581 [DEBUG] [types/wlr_drm_lease_v1.c:70] Destroying connector HDMI-A-1
00:00:51.581 [DEBUG] [types/wlr_drm_lease_v1.c:103] Destroying wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:52.297 [DEBUG] [types/wlr_drm_lease_v1.c:681] Destroying wlr_drm_lease_v1_manager

@Consolatis
Copy link
Member

With the master branch you can add LABWC_FALLBACK_OUTPUT=fallback to ~/.config/labwc/environment. That will create a temporary output in case the last physical output disconnects. I am still not sure why this is happening though, it seems mousepad isn't happy about there being no monitor connected but that is somewhat outside of the responsibility of labwc. (To be clear I don't know if that is the actual reason that mouspad is terminated or not but there is nothing obvious in the logs otherwise.)

(mousepad:17567): Gdk-CRITICAL **: 23:05:51.347: gdk_monitor_get_scale_factor: assertion 'GDK_IS_MONITOR (monitor)' failed

@droc12345
Copy link
Contributor

I've long had a problem with some apps dying when turning off monitor and then back on.
Waybar would do it, though not every time. I assume some module really needs a real monitor vs headless, but never investigated properly.
Conky doesnt like the monitor being turned off and then on. It dies consistently, probably because it's tied to a particular output and doesn't understand being moved to headless.
Haven't had any big apps crash though, big to me are things like firefox, thunderbird, etc.

Don't use steam so can't address anything about that package.

I would imagine the root of much of these problems is in wlroots though.

@ahesford
Copy link
Member

I just tested mousepad 0.6.2 on Void Linux through a cycle

wlopm --toggle '*' && sleep 10 && wlopm --toggle '*'

which, on my AMD hardware, is sufficient to trigger attached displays to disconnect and reconnect. The application survived.

Either it's a race and the disconnect/reconnect cycle is happening quickly enough for me that the application doesn't see anything, or there is something unique about your setup.

@guzz46
Copy link
Author

guzz46 commented May 9, 2024

For what its worth now that I'm running the master branch I tried adding LABWC_FALLBACK_OUTPUT=fallback to ~/.config/labwc/environment but it didn't make any difference, its apps getting closed on suspend that I have to work around, its not a big deal, I just have to make sure not to suspend if I have something unfinished opened, this is the error log for the master branch when suspended for a few hours, the apps don't seem to get closed if suspended only for half an hour or so.

log output
00:00:00.000 [INFO] [../src/config/session.c:70] read environment file /home/gareth/.config/labwc/environment
00:00:00.000 [INFO] [../src/config/tablet.c:95] Adding button map for 0x140 with 0x110
00:00:00.000 [INFO] [../src/config/tablet.c:95] Adding button map for 0x14b with 0x111
00:00:00.000 [INFO] [../src/config/tablet.c:95] Adding button map for 0x14c with 0x112
00:00:00.000 [INFO] [../src/config/rcxml.c:1605] read config file /home/gareth/.config/labwc/rc.xml
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Frame
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Top
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Left
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Right
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Bottom
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for TRCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for BRCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for TLCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for BLCorner
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for TitleBar
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Title
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Title
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Title
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Maximize
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Maximize
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Maximize
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for WindowMenu
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for WindowMenu
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Iconify
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Close
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Client
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Client
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Client
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Root
00:00:00.000 [INFO] [../src/config/rcxml.c:422] create mousebind for Root
00:00:00.000 [INFO] [../src/config/tablet.c:85] Overwriting button map for 0x140 with 0x110
00:00:00.000 [INFO] [../src/config/tablet.c:85] Overwriting button map for 0x14b with 0x111
00:00:00.000 [INFO] [../src/config/tablet.c:85] Overwriting button map for 0x14c with 0x112
00:00:00.000 [DEBUG] [../src/main.c:159] LABWC_PID=255753
00:00:00.000 [INFO] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.000 [INFO] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.006 [INFO] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.006 [INFO] [backend/session/session.c:109] Successfully loaded libseat session
00:00:00.009 [INFO] [backend/backend.c:213] Found 1 GPUs
00:00:00.009 [INFO] [backend/drm/backend.c:202] Initializing DRM backend for /dev/dri/card1 (amdgpu)
00:00:00.009 [DEBUG] [backend/drm/drm.c:110] Using atomic DRM interface
00:00:00.009 [DEBUG] [backend/drm/drm.c:123] ADDFB2 modifiers supported
00:00:00.009 [INFO] [backend/drm/drm.c:255] Found 4 DRM CRTCs
00:00:00.010 [INFO] [backend/drm/drm.c:213] Found 10 DRM planes
00:00:00.010 [DEBUG] [../src/server.c:350] manually creating headless backend
00:00:00.010 [INFO] [backend/headless/backend.c:67] Creating headless backend
00:00:00.010 [INFO] [render/egl.c:206] Supported EGL client extensions: EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
00:00:00.010 [DEBUG] [render/egl.c:487] Using EGL device /dev/dri/card1
00:00:00.029 [INFO] [render/egl.c:355] Using EGL 1.5
00:00:00.029 [INFO] [render/egl.c:356] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_protected_surface EGL_EXT_query_reset_notification_strategy EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display 
00:00:00.029 [INFO] [render/egl.c:358] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.029 [INFO] [render/egl.c:360] EGL vendor: Mesa Project
00:00:00.029 [DEBUG] [render/egl.c:121] Supported DMA-BUF formats:
00:00:00.029 [DEBUG] [render/egl.c:170]   AB4H (0x48344241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XB4H (0x48344258)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AB48 (0x38344241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XB48 (0x38344258)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AR30 (0x30335241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XR30 (0x30335258)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AB30 (0x30334241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XB30 (0x30334258)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AR24 (0x34325241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AB24 (0x34324241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XR24 (0x34325258)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XB24 (0x34324258)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AR15 (0x35315241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AB15 (0x35314241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AR12 (0x32315241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AB12 (0x32314241)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   RG16 (0x36314752)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   R8 (0x20203852)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   R16 (0x20363152)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   GR88 (0x38385247)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   GR32 (0x32335247)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YUV9 (0x39565559)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YU11 (0x31315559)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YU12 (0x32315559)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YU16 (0x36315559)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YU24 (0x34325559)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YVU9 (0x39555659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YV11 (0x31315659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YV12 (0x32315659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YV16 (0x36315659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YV24 (0x34325659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   NV12 (0x3231564E)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   NV21 (0x3132564E)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   P010 (0x30313050)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   P012 (0x32313050)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   P016 (0x36313050)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   P030 (0x30333050)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   NV16 (0x3631564E)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   AYUV (0x56555941)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   XYUV (0x56555958)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   Y410 (0x30313459)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   Y412 (0x32313459)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   Y416 (0x36313459)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YUYV (0x56595559)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   YVYU (0x55595659)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   UYVY (0x59565955)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:170]   VYUY (0x59555956)
00:00:00.029 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.029 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:170]   Y210 (0x30313259)
00:00:00.030 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:170]   Y212 (0x32313259)
00:00:00.030 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:170]   Y216 (0x36313259)
00:00:00.030 [DEBUG] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_64B,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=64B,PIPE_XOR_BITS=2 (0x0200000010437B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_R_X,PIPE_XOR_BITS=2 (0x0200000010401B04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     GFX11,GFX9_64K_D (0x0200000000000A04): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.030 [DEBUG] [render/egl.c:190] EGL DMA-BUF format modifiers supported
amdgpu: amdgpu_cs_ctx_create2 failed. (-13)
00:00:00.030 [DEBUG] [render/egl.c:435] Obtained high priority context
00:00:00.030 [DEBUG] [render/egl.c:536] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.030 [INFO] [render/gles2/renderer.c:842] Creating GLES2 renderer
00:00:00.030 [INFO] [render/gles2/renderer.c:843] Using OpenGL ES 3.2 Mesa 24.0.5
00:00:00.030 [INFO] [render/gles2/renderer.c:844] GL vendor: AMD
00:00:00.030 [INFO] [render/gles2/renderer.c:845] GL renderer: AMD Radeon Graphics (radeonsi, gfx1103_r1, LLVM 17.0.6, DRM 3.57, 6.8.9)
00:00:00.030 [INFO] [render/gles2/renderer.c:846] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_robustness GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_APPLE_sync GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_MESA_bgra GL_MESA_texture_const_bandwidth 
00:00:00.031 [DEBUG] [render/gles2/renderer.c:901] GPU reset notifications are enabled
00:00:00.034 [DEBUG] [render/allocator/allocator.c:107] Trying to create gbm allocator
00:00:00.037 [DEBUG] [render/allocator/gbm.c:213] Created GBM allocator with backend drm
00:00:00.037 [DEBUG] [render/allocator/gbm.c:216] Using DRM node /dev/dri/card1
00:00:00.039 [DEBUG] [xcursor/wlr_xcursor.c:225] Loaded cursor theme 'Adwaita' at size 24 (59 available cursors)
00:00:00.041 [DEBUG] [../src/config/keybind.c:113] Found layout English (US)
00:00:00.041 [DEBUG] [types/wlr_drm_lease_v1.c:635] Creating wlr_drm_lease_device_v1 for /dev/dri/card1
00:00:00.041 [DEBUG] [../src/xwayland.c:1063] xwayland is running on display :0
00:00:00.041 [DEBUG] [backend/libinput/backend.c:88] Starting libinput backend
00:00:00.057 [DEBUG] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.058 [DEBUG] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:00.059 [DEBUG] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.060 [DEBUG] [backend/libinput/events.c:70] Adding Logitech K400 Plus [1133:16461]
00:00:00.061 [INFO] [../src/seat.c:150] tap unavailable
00:00:00.061 [INFO] [../src/seat.c:160] tap-and-drag not configured
00:00:00.061 [INFO] [../src/seat.c:169] drag lock not configured
00:00:00.061 [INFO] [../src/seat.c:178] natural scroll not configured
00:00:00.061 [INFO] [../src/seat.c:187] left-handed mode not configured
00:00:00.061 [INFO] [../src/seat.c:197] pointer acceleration configured
00:00:00.061 [INFO] [../src/seat.c:210] middle emulation not configured
00:00:00.061 [INFO] [../src/seat.c:219] dwt not configured
00:00:00.061 [INFO] [../src/seat.c:229] click method not configured
00:00:00.061 [INFO] [../src/seat.c:249] send events mode not configured
00:00:00.061 [INFO] [../src/seat.c:258] calibration matrix not configured
00:00:00.061 [INFO] [../src/seat.c:293] map pointer to output (null)

00:00:00.061 [DEBUG] [backend/libinput/events.c:70] Adding Valve Software Steam Controller [10462:4418]
00:00:00.061 [INFO] [../src/seat.c:150] tap unavailable
00:00:00.061 [INFO] [../src/seat.c:160] tap-and-drag not configured
00:00:00.061 [INFO] [../src/seat.c:169] drag lock not configured
00:00:00.061 [INFO] [../src/seat.c:178] natural scroll not configured
00:00:00.061 [INFO] [../src/seat.c:187] left-handed mode not configured
00:00:00.061 [INFO] [../src/seat.c:197] pointer acceleration configured
00:00:00.061 [INFO] [../src/seat.c:210] middle emulation not configured
00:00:00.061 [INFO] [../src/seat.c:219] dwt not configured
00:00:00.061 [INFO] [../src/seat.c:229] click method not configured
00:00:00.061 [INFO] [../src/seat.c:249] send events mode not configured
00:00:00.061 [INFO] [../src/seat.c:258] calibration matrix not configured
00:00:00.061 [INFO] [../src/seat.c:293] map pointer to output (null)

00:00:00.061 [DEBUG] [backend/libinput/events.c:70] Adding Eee PC WMI hotkeys [0:0]
00:00:00.062 [DEBUG] [backend/libinput/backend.c:129] libinput successfully initialized
00:00:00.062 [INFO] [backend/drm/drm.c:1552] Scanning DRM connectors on /dev/dri/card1
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'HDMI-A-1'
00:00:00.064 [INFO] [backend/drm/drm.c:1628] 'HDMI-A-1' connected
00:00:00.064 [DEBUG] [backend/drm/drm.c:1422] Current CRTC: 79
00:00:00.064 [INFO] [backend/drm/drm.c:1436] Detected modes:
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 239.964 Hz (preferred)
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 144.013 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.035 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 100.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 96.019 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 74.986 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 72.014 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.004 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 59.940 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.004 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 48.001 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1680x1050 @ 59.883 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 75.025 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 60.020 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1440x900 @ 59.901 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x960 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x800 @ 59.910 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1152x864 @ 75.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 59.940 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 50.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 75.029 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 70.069 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 60.004 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   832x624 @ 74.551 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   800x600 @ 75.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   800x600 @ 72.188 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   800x600 @ 60.317 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   800x600 @ 56.250 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   720x480 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   720x480 @ 59.940 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   640x480 @ 75.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   640x480 @ 72.809 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   640x480 @ 66.667 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   640x480 @ 60.000 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   640x480 @ 59.940 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1464]   720x400 @ 70.082 Hz 
00:00:00.064 [INFO] [backend/drm/drm.c:1484] Physical size: 380x220
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-1'
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-2'
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-3'
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-4'
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-5'
00:00:00.064 [INFO] [backend/drm/drm.c:1603] Found connector 'DP-6'
00:00:00.064 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:00:00.064 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=0 status=connected want_crtc=1
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=0
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:00:00.064 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:00:00.064 [INFO] [backend/drm/drm.c:1664] connector HDMI-A-1: Requesting modeset
00:00:00.064 [DEBUG] [types/wlr_drm_lease_v1.c:529] Offering output HDMI-A-1
00:00:00.064 [DEBUG] [../src/output.c:288] enable output
00:00:00.064 [DEBUG] [../src/output.c:297] set preferred mode
00:00:00.064 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:00.064 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'HDMI-A-1'
00:00:00.064 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'HDMI-A-1'
00:00:00.064 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.065 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:00.065 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:00:00.070 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:00:00.070 [INFO] [backend/drm/drm.c:786] connector HDMI-A-1: Modesetting with 1920x1080 @ 239.964 Hz
00:00:00.073 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.073 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.073 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:00.074 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.074 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:00.074 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:00.074 [INFO] [../src/seat.c:293] map pointer to output (null)

00:00:00.074 [INFO] [../src/seat.c:293] map pointer to output (null)

00:00:00.074 [INFO] [backend/headless/backend.c:17] Starting headless backend
00:00:00.074 [DEBUG] [../src/server.c:585] WAYLAND_DISPLAY=wayland-0
00:00:00.074 [INFO] [../src/theme.c:868] read theme /home/gareth/.local/share/themes/GTK/openbox-3/themerc
00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.082 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [DEBUG] [../src/button/button-svg.c:37] error reading svg -invalid empty filename

00:00:00.083 [INFO] [../src/menu/menu.c:671] read menu file /home/gareth/.config/labwc/menu.xml
00:00:00.086 [INFO] [../src/config/session.c:202] Updating dbus execution environment
00:00:00.089 [INFO] [../src/config/session.c:279] run session script /home/gareth/.config/labwc/autostart
00:00:00.090 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.090 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:00:00.090 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
info: main.c:395: 1.2.0
00:00:00.097 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2f8ad60 (res 0x2f8b110)
00:00:00.097 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x2f8b290 (res 0x2f8b390)
info: main.c:234: output: ASUSTek COMPUTER INC ASUS XG17A (1920x1080, scale=1)
info: main.c:119: render: 1920x1080 (scaled from 1920x1080)
00:00:00.102 [DEBUG] [../src/layers.c:223] interactive-none '0x2f8b290'
00:00:00.102 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:00:00.102 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:00:00.116 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2f779e0 (res 0x2f77d90)
00:00:00.116 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x32814b0 (res 0x2f6d740)
00:00:00.148 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x327fcf0 (res 0x32800a0)
00:00:00.148 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x2f6d5a0 (res 0x3281f70)
00:00:00.148 [DEBUG] [../src/layers.c:223] interactive-none '0x2f6d5a0'
00:00:00.153 [DEBUG] [../src/layers.c:223] interactive-none '0x2f6d5a0'
00:00:01.518 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:01.518 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:01.518 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:02.099 [DEBUG] [../src/input/cursor.c:978] press on layer-surface
00:00:02.118 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3251180 (res 0x3251530)
00:00:02.118 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x32516e0 (res 0x3251a90)
00:00:02.178 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3251df0 (res 0x32521a0)
00:00:02.178 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x32b9210 (res 0x32b9330)
00:00:02.178 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x2f8c950 (res 0x32b9e70)
00:00:02.197 [DEBUG] [../src/view-impl-common.c:55] [map] identifier=xfce4-terminal, title=Terminal - gareth@nixos: ~

00:00:20.606 [INFO] [xwayland/server.c:108] Starting Xwayland on :0
00:00:20.654 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3332df0 (res 0x33331a0)
00:00:20.654 [DEBUG] [xwayland/server.c:273] Xserver is ready
00:00:20.654 [DEBUG] [xwayland/xwm.c:1956] xfixes version: 6.0
00:00:20.654 [DEBUG] [xwayland/xwm.c:1977] xres version: 1.2
00:00:20.656 [DEBUG] [../src/xwayland.c:1024] Connected to xwayland
00:00:20.656 [DEBUG] [../src/xwayland.c:983] Syncing X11 atoms
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_DESKTOP: 307
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_DOCK: 308
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_TOOLBAR: 309
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_MENU: 287
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_UTILITY: 281
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_SPLASH: 289
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_DIALOG: 310
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_DROPDOWN_MENU: 284
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_POPUP_MENU: 285
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_TOOLTIP: 282
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_NOTIFICATION: 288
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_COMBO: 286
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_DND: 283
00:00:20.656 [DEBUG] [../src/xwayland.c:998] Got X11 atom for _NET_WM_WINDOW_TYPE_NORMAL: 280
00:00:20.656 [DEBUG] [../src/xwayland.c:1026] Disconnecting from xwayland
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:00:20.661 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:00:20.661 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:00:20.710 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 34 (WM_COMMAND) for window 6291457
00:00:20.710 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 6291457
00:00:20.710 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 410 (WM_LOCALE_NAME) for window 6291457
00:00:20.750 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 291 (XdndAware) for window 6291459
00:00:20.776 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 36 (WM_CLIENT_MACHINE) for window 4194308
00:00:20.776 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 364 (_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED) for window 4194308
00:00:20.776 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 373 (_NET_WM_BYPASS_COMPOSITOR) for window 4194308
00:00:20.776 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 375 (_NET_WM_ICON) for window 4194308
00:00:20.787 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 291 (XdndAware) for window 4194308
00:00:20.805 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:00:20.823 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:00:20.839 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 337 (CHROMIUM_TIMESTAMP) for window 4194309
00:00:20.839 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 268 (WM_STATE) for window 4194308
00:00:20.839 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3346990 (res 0x3346d40)
00:00:20.839 [DEBUG] [xwayland/xwm.c:1738] New xwayland surface: 0x3346990
00:00:20.839 [DEBUG] [../src/tearing.c:38] New presentation hint 0 received for surface 0x3346990
00:00:20.839 [DEBUG] [../src/view-impl-common.c:55] [map] identifier=Chromium-browser, title=YouTube - Chromium

00:00:20.840 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: FocusOut (10)
00:00:20.841 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 337 (CHROMIUM_TIMESTAMP) for window 4194309
00:00:20.843 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:00:20.843 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:00:20.843 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:00:20.843 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:00:20.852 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:00:23.185 [DEBUG] [../src/input/cursor.c:978] press on layer-surface
00:00:23.206 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33795c0 (res 0x3379970)
00:00:23.206 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3379b20 (res 0x3379ed0)
00:00:23.275 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x337a1a0 (res 0x337a550)
00:00:23.275 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x337a5e0 (res 0x337a990)
00:00:23.275 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x337aa20 (res 0x337ab40)
00:00:23.276 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x33787c0 (res 0x337b680)
00:00:23.303 [DEBUG] [../src/view-impl-common.c:55] [map] identifier=thunar, title=gareth - Thunar

00:00:23.303 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: FocusOut (10)
00:00:23.303 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3389480 (res 0x3389830)
00:00:23.779 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: FocusOut (10)
00:00:23.780 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3355d60 (res 0x3356110)
00:00:24.197 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:24.197 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:24.197 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:00:29.675 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:29.698 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x335eb70 (res 0x335ef20)
00:00:29.698 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3347e20 (res 0x33607e0)
00:00:29.786 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3360bd0 (res 0x3360f80)
00:00:29.786 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x3361010 (res 0x3361130)
00:00:29.787 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x31be720 (res 0x3361c70)
00:00:29.787 [DEBUG] [../src/xdg.c:733] Activating surface
00:00:29.808 [DEBUG] [../src/view-impl-common.c:55] [map] identifier=mousepad, title=~/error-chromium - Mousepad

00:00:30.084 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33aaa80 (res 0x33a2f50)
00:00:33.599 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:33.599 [DEBUG] [../src/action.c:677] Handling action 26: Raise
00:00:33.607 [DEBUG] [../src/action.c:677] Handling action 2: Close
00:00:33.638 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3363840 (res 0x3394410)
00:00:35.819 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:35.819 [DEBUG] [../src/action.c:677] Handling action 26: Raise
00:00:35.827 [DEBUG] [../src/action.c:677] Handling action 2: Close
00:00:40.179 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:40.183 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:00:45.489 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:45.492 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:00:47.603 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:47.606 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:00:52.681 [DEBUG] [../src/input/cursor.c:978] press on layer-surface
00:00:52.687 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: FocusOut (10)
00:00:54.881 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:54.884 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33607e0 (res 0x3190620)
00:00:54.884 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x3383c50 (res 0x2f62fd0)
00:00:55.971 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3382810 (res 0x3372cc0)
00:00:55.971 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x337be80 (res 0x31822b0)
00:00:56.041 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:00:56.130 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33728c0 (res 0x33732d0)
00:00:56.130 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x337c8d0 (res 0x30d6c90)
00:01:21.461 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33607e0 (res 0x3337d40)
00:01:21.461 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3356110 (res 0x3393770)
00:01:21.509 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33616c0 (res 0x3361a70)
00:01:21.509 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x337be80 (res 0x337c250)
00:01:21.509 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x3176c00 (res 0x3355c80)
00:01:21.513 [DEBUG] [../src/view-impl-common.c:55] [map] identifier=galculator, title=galculator

00:01:24.837 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:01:24.837 [DEBUG] [../src/action.c:677] Handling action 26: Raise
00:01:24.843 [DEBUG] [../src/action.c:677] Handling action 24: Iconify
00:01:25.899 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: FocusOut (10)
00:01:36.535 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:01:36.535 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:02:39.091 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:02:39.091 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:02:43.485 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:43.485 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:43.487 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 382 (_NET_WM_USER_TIME) for window 4194308
00:02:44.759 [DEBUG] [../src/input/keyboard.c:182] keycode matched
00:02:44.759 [DEBUG] [../src/action.c:677] Handling action 5: Execute
Error creating textual authentication agent: Error opening current controlling terminal for the process (`/dev/tty'): No such device or address (polkit-error-quark, 0)
00:02:44.775 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x338c5c0 (res 0x338c970)
00:02:44.775 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x338ca00 (res 0x338cdb0)
00:02:44.803 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x338d000 (res 0x338d3b0)
00:02:44.821 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.821 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.824 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.824 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.828 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.828 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.832 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.832 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.836 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.836 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.840 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.840 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.845 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.845 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.849 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.849 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.853 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.853 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.857 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.857 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.861 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.861 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.866 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.866 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.870 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.870 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.874 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.874 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.878 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.878 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.882 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.882 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.886 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.886 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.891 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.891 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.895 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.895 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.899 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.899 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.903 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.903 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.907 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.907 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.911 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.911 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.915 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.915 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.920 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.920 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.924 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.924 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.928 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.928 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.932 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.932 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.936 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.936 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.940 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.940 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.945 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.945 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.949 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.949 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.953 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.953 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.957 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.957 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.961 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.961 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.965 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.965 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.970 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.970 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.974 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.974 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.978 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.978 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.982 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.982 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.986 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.986 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.991 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.991 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.995 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.995 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:44.999 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:44.999 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:45.003 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:45.003 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:45.007 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:45.007 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:45.011 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:45.011 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:45.016 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:45.016 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:45.020 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:45.020 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:45.024 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:45.024 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:48.276 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:48.276 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:02:48.280 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:48.280 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:02:48.287 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:48.287 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:48.299 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:02:48.299 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:02:48.299 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:02:48.299 [INFO] [backend/drm/drm.c:1552] Scanning DRM connectors on /dev/dri/card1
00:02:48.299 [INFO] [backend/drm/drm.c:1636] 'HDMI-A-1' disconnected
00:02:48.299 [DEBUG] [types/wlr_drm_lease_v1.c:520] Handle destruction of output HDMI-A-1
00:02:48.299 [DEBUG] [types/wlr_drm_lease_v1.c:582] Withdrawing output HDMI-A-1
00:02:48.299 [DEBUG] [types/wlr_drm_lease_v1.c:70] Destroying connector HDMI-A-1
00:02:48.299 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:48.299 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:48.299 [DEBUG] [../src/output-virtual.c:117] adding fallback output NOOP-fallback
00:02:48.299 [DEBUG] [../src/output.c:288] enable output
00:02:48.299 [DEBUG] [../src/output.c:297] set preferred mode
00:02:48.299 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:02:48.299 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'NOOP-fallback'
00:02:48.299 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'NOOP-fallback'
00:02:48.299 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:48.299 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_PIPE_ALIGN,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x020000001046BB04)
00:02:48.299 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:02:48.300 [DEBUG] [types/output/cursor.c:458] Falling back to software cursor on output 'NOOP-fallback'
00:02:48.300 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:48.300 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:48.300 [DEBUG] [types/output/cursor.c:458] Falling back to software cursor on output 'NOOP-fallback'
00:02:48.300 [DEBUG] [types/output/cursor.c:458] Falling back to software cursor on output 'NOOP-fallback'
00:02:48.300 [DEBUG] [types/output/cursor.c:458] Falling back to software cursor on output 'NOOP-fallback'
00:02:48.300 [DEBUG] [backend/drm/drm.c:1192] connector HDMI-A-1: De-allocating CRTC 79
00:02:48.300 [INFO] [backend/drm/drm.c:790] connector HDMI-A-1: Turning off
00:02:48.998 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:02:48.998 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:02:48.998 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:02:48.998 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:02:48.998 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: FocusOut (10)
00:02:48.998 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:02:48.999 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:02:48.999 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:02:48.999 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:02:48.999 [INFO] [backend/drm/drm.c:1549] Scanning DRM connector 93 on /dev/dri/card1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:02:48.999 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:02:48.999 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:02:48.999 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:02:48.999 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:02:48.999 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:02:48.999 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x2f8ad60 (res 0x2f00a90)
00:02:48.999 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x335db20 (res 0x2f00f10)
info: main.c:234: output: Unknown Unknown (1920x1080, scale=1)
00:02:49.000 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:02:49.000 [DEBUG] [xwayland/xwm.c:882] unhandled X11 property 376 (_NET_WM_OPAQUE_REGION) for window 4194308
00:02:49.002 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x338d000 (res 0x2f03790)
info: main.c:119: render: 1920x1080 (scaled from 1920x1080)
00:02:49.006 [DEBUG] [../src/layers.c:223] interactive-none '0x335db20'
00:02:49.021 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33607e0 (res 0x3361330)
00:02:49.021 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x3352180 (res 0x304d7c0)
00:02:49.021 [DEBUG] [../src/layers.c:223] interactive-none '0x3352180'
00:02:49.030 [DEBUG] [types/output/output.c:1033] Direct scan-out disabled by software cursor
00:02:49.030 [DEBUG] [backend/session/session.c:181] udev event for card1 (change)
00:02:49.030 [DEBUG] [backend/session/session.c:210] DRM device card1 changed
00:02:49.030 [DEBUG] [backend/drm/backend.c:157] Received hotplug event for /dev/dri/card1
00:02:49.030 [INFO] [backend/drm/drm.c:1549] Scanning DRM connector 93 on /dev/dri/card1
00:02:49.032 [INFO] [backend/drm/drm.c:1628] 'HDMI-A-1' connected
00:02:49.032 [DEBUG] [backend/drm/drm.c:1422] Current CRTC: -1
00:02:49.032 [INFO] [backend/drm/drm.c:1436] Detected modes:
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 239.964 Hz (preferred)
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 144.013 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.035 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 120.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 119.880 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 100.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 96.019 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 74.986 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 72.014 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.004 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 60.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 59.940 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.004 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 50.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1920x1080 @ 48.001 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1680x1050 @ 59.883 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 75.025 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x1024 @ 60.020 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1440x900 @ 59.901 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x960 @ 60.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x800 @ 59.910 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1152x864 @ 75.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 60.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 59.940 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1280x720 @ 50.000 Hz 
00:02:49.032 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 75.029 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 70.069 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   1024x768 @ 60.004 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   832x624 @ 74.551 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   800x600 @ 75.000 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   800x600 @ 72.188 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   800x600 @ 60.317 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   800x600 @ 56.250 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   720x576 @ 50.000 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   720x480 @ 60.000 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   720x480 @ 59.940 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   640x480 @ 75.000 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   640x480 @ 72.809 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   640x480 @ 66.667 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   640x480 @ 60.000 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   640x480 @ 59.940 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1464]   720x400 @ 70.082 Hz 
00:02:49.033 [INFO] [backend/drm/drm.c:1484] Physical size: 380x220
00:02:49.033 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:02:49.033 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=connected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:02:49.033 [INFO] [backend/drm/drm.c:1664] connector HDMI-A-1: Requesting modeset
00:02:49.033 [DEBUG] [types/wlr_drm_lease_v1.c:529] Offering output HDMI-A-1
00:02:49.033 [DEBUG] [../src/output.c:288] enable output
00:02:49.033 [DEBUG] [../src/output.c:297] set preferred mode
00:02:49.033 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:02:49.033 [DEBUG] [backend/drm/drm.c:1215] Reallocating CRTCs
00:02:49.033 [DEBUG] [backend/drm/drm.c:1226] State before reallocation:
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'HDMI-A-1': crtc=-1 status=connected want_crtc=1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-4': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-5': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1240]   'DP-6': crtc=-1 status=disconnected want_crtc=0
00:02:49.033 [DEBUG] [backend/drm/drm.c:1289] State after reallocation:
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'HDMI-A-1': crtc=3
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-1': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-2': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-3': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-4': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-5': crtc=-1
00:02:49.033 [DEBUG] [backend/drm/drm.c:1293]   'DP-6': crtc=-1
00:02:49.033 [DEBUG] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'HDMI-A-1'
00:02:49.033 [DEBUG] [types/output/swapchain.c:96] Testing swapchain for output 'HDMI-A-1'
00:02:49.033 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:49.033 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:02:49.033 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:02:49.033 [DEBUG] [types/output/render.c:168] Attaching empty buffer to output for modeset
00:02:49.033 [INFO] [backend/drm/drm.c:786] connector HDMI-A-1: Modesetting with 1920x1080 @ 239.964 Hz
00:02:49.044 [DEBUG] [../src/output-virtual.c:122] destroying fallback output NOOP-fallback
00:02:49.044 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:49.044 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:49.044 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:49.044 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:02:49.044 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:02:49.044 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:49.044 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:02:49.044 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:02:49.044 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:49.044 [INFO] [../src/seat.c:293] map pointer to output (null)

00:02:49.044 [ERROR] [xwayland/xwm.c:1619] xcb error: op ChangeProperty (no minor), code Window (no extension), sequence 370, value 4194308
00:02:49.044 [ERROR] [xwayland/xwm.c:1619] xcb error: op DeleteProperty (no minor), code Window (no extension), sequence 371, value 4194308
00:02:49.044 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:02:49.044 [DEBUG] [render/allocator/gbm.c:145] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier GFX11,GFX9_64K_R_X,DCC,DCC_RETILE,DCC_INDEPENDENT_128B,DCC_MAX_COMPRESSED_BLOCK=128B,PIPE_XOR_BITS=2 (0x0200000010467B04)
00:02:49.044 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 1920x1080
00:02:49.045 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3346260 (res 0x2f06c70)
00:02:49.045 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x2e6bf30 (res 0x2ef9ec0)
info: main.c:234: output: ASUSTek COMPUTER INC ASUS XG17A (1920x1080, scale=1)
00:02:49.046 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3371530 (res 0x2efd8b0)
info: main.c:119: render: 1920x1080 (scaled from 1920x1080)
00:02:49.048 [DEBUG] [../src/layers.c:223] interactive-none '0x2e6bf30'
00:02:49.050 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.050 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.052 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.052 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.056 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.056 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.057 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3337a70 (res 0x2f03790)
00:02:49.057 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x33533e0 (res 0x2f026b0)
00:02:49.057 [DEBUG] [../src/layers.c:223] interactive-none '0x33533e0'
00:02:49.058 [DEBUG] [../src/layers.c:223] interactive-none '0x33533e0'
00:02:49.061 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.061 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.065 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.065 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.069 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.069 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.073 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.073 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.077 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.077 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.082 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.082 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.086 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.086 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.090 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.090 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.094 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.094 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.098 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.098 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.102 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.102 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.107 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.107 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.111 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.111 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.115 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.115 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.119 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.119 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.123 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.123 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.127 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.127 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.131 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.131 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.136 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.136 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.140 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.140 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.144 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.144 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.148 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.148 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.152 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.152 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.156 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.156 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.161 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.161 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.165 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.165 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.169 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.169 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.173 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.173 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.177 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.177 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.181 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.182 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.186 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.186 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.190 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.190 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.194 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.194 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.198 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.198 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.202 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.202 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.206 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.206 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.211 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.211 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.215 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.215 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.219 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.219 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.223 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.223 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.227 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.227 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.232 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.232 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.236 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.236 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.240 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.240 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.244 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.244 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.248 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.248 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.252 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.252 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.271 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.271 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:49.851 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:49.851 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:50.252 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:50.252 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:50.271 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:50.271 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:51.054 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:51.054 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:51.273 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:51.273 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:51.455 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:51.455 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:52.257 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:52.257 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:52.274 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:52.274 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:52.657 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:52.657 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:53.065 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:53.065 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
00:02:53.069 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:53.069 [DEBUG] [xwayland/xwm.c:1646] unhandled X11 event: MappingNotify (34)
00:02:53.274 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:53.274 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:53.352 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:53.353 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:53.481 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:53.481 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:53.699 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:53.699 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:53.883 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:53.883 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.276 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.276 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.316 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.317 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.664 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.665 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.970 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.970 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.974 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.974 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.978 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.978 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.982 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.982 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.986 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.986 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.991 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.991 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.995 [DEBUG] [backend/drm/renderer.c:327] Failed to get DMA-BUF from buffer
00:02:54.995 [DEBUG] [backend/drm/drm.c:586] connector HDMI-A-1: Failed to import buffer for scan-out
00:02:54.995 [INFO] [../src/input/ime.c:597] The surface is already focused
00:02:59.034 [INFO] [xwayland/server.c:215] Restarting Xwayland (lazy)
00:03:03.587 [DEBUG] [render/swapchain.c:106] Allocating new swapchain buffer
00:03:03.587 [DEBUG] [render/allocator/gbm.c:145] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:03:03.587 [DEBUG] [render/gles2/renderer.c:159] Created GL FBO for buffer 256x256
00:03:04.518 [DEBUG] [../src/input/cursor.c:978] press on layer-surface
00:03:04.540 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x33607e0 (res 0x2f00f10)
00:03:04.540 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x3356110 (res 0x2f01150)
00:03:04.606 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x327fcf0 (res 0x32800a0)
00:03:04.606 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x305e9b0 (res 0x305ed60)
00:03:04.606 [DEBUG] [types/xdg_shell/wlr_xdg_surface.c:388] new xdg_surface 0x337be80 (res 0x2e68f30)
00:03:04.606 [DEBUG] [types/wlr_server_decoration.c:104] new server_decoration 0x31bf050 (res 0x3350110)
00:03:04.632 [DEBUG] [../src/view-impl-common.c:55] [map] identifier=thunar, title=gareth - Thunar

00:03:04.633 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x334a860 (res 0x3346e20)
00:03:07.410 [DEBUG] [../src/action.c:677] Handling action 22: Focus
00:03:07.410 [DEBUG] [../src/action.c:677] Handling action 26: Raise
00:03:07.418 [DEBUG] [../src/action.c:677] Handling action 2: Close
00:03:08.142 [DEBUG] [../src/action.c:677] Handling action 14: ShowMenu
00:03:09.524 [DEBUG] [../src/action.c:677] Handling action 5: Execute
00:03:09.527 [DEBUG] [../src/menu/menu.c:1012] number of menus before close=12
00:03:09.527 [DEBUG] [../src/menu/menu.c:1022] number of menus after  close=12
00:03:09.547 [DEBUG] [types/wlr_compositor.c:692] New wlr_surface 0x334de60 (res 0x333f350)
00:03:09.547 [DEBUG] [types/wlr_layer_shell_v1.c:464] new layer_surface 0x3180be0 (res 0x3180ce0)
00:03:09.547 [DEBUG] [../src/layers.c:211] interactive-exclusive '0x3180be0'
00:03:09.572 [DEBUG] [../src/layers.c:211] interactive-exclusive '0x3180be0'
00:03:09.572 [INFO] [../src/input/ime.c:597] The surface is already focused
00:03:09.844 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape default
00:03:09.860 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape pointer
00:03:09.892 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape default
00:03:09.909 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape pointer
00:03:09.964 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape default
00:03:09.989 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape pointer
00:03:10.584 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape default
00:03:10.691 [DEBUG] [../src/input/cursor.c:191] set xcursor to shape pointer
00:03:11.606 [DEBUG] [../src/input/cursor.c:978] press on layer-surface
00:03:11.606 [DEBUG] [../src/layers.c:211] interactive-exclusive '0x3180be0'
00:03:11.606 [INFO] [../src/input/ime.c:597] The surface is already focused
00:03:11.616 [INFO] [../src/config/session.c:202] Updating dbus execution environment
warn: main.c:499: disconnected by compositor
00:03:11.656 [DEBUG] [types/wlr_drm_lease_v1.c:520] Handle destruction of output HDMI-A-1
00:03:11.656 [DEBUG] [types/wlr_drm_lease_v1.c:582] Withdrawing output HDMI-A-1
00:03:11.656 [DEBUG] [types/wlr_drm_lease_v1.c:70] Destroying connector HDMI-A-1
00:03:11.656 [DEBUG] [types/wlr_drm_lease_v1.c:103] Destroying wlr_drm_lease_device_v1 for /dev/dri/card1
00:03:12.371 [DEBUG] [types/wlr_drm_lease_v1.c:681] Destroying wlr_drm_lease_v1_manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants