river/river
40
1.1k
Fork
You've already forked river
66

Applying output configuration fails when re-enabling disabled internal monitor (asahi specific?) #1471

Open
opened 2026年05月12日 01:54:52 +02:00 by cattail · 11 comments

River Version

0.5.0-dev.66+07f1c87 -xwayland

Window Manager

orilla

Window Manager Version

0.1.0 (...but with some local patches to enable exit_session & properly destroy outputs that have not been upstreamed yet)

Description of Bug and Steps to Reproduce

@alex-courtis and I have been debugging an issue where conditionally disabling a display in way-displays does not work quite right. Many failure cases work something like the following: 1) one of two displays is disabled 2) the other of the two displays is removed 3) the first display should be re-enabled (either due to a conditional rule or, in some cases, human intervention), but way-displays crashes before it can get that far.

We've tested many, many different cases in the linked github issue, but after testing the same cases in Sway and not seeing crashes from way-displays, our current hypothesis is that River might be (a large component of) the issue. I've tested a total of 5 test cases against two versions of river, two different physical external monitors, two versions of way-displays, 3+ river window managers, and the latest version of sway as distributed by fedora, for a combinatorial total of "way too many test cases to count".

I've attached a river log from one such test case, but can provide others if necessary. While this log is from way-displays version 1.15.1-SNAPSHOT and a custom version of orilla (the main branch has a window focus and doesn't destroy outputs like it could yet I haven't managed to upstream the patches yet), I've also reproduced this bug in rijan and am willing to reproduce with another window manager/etc if it makes the logs easier to look at. :)

"cutdown" test case:

  1. begin session with external display connected over HDMI and no conditional rules in way-displays
  2. run way-displays --set disabled eDP-1 to disabled the internal display
  3. disconnect the external display
  4. run way-displays --del disabled eDP-1 from a remote machine
  5. way displays crashes. :(

even with -log-level debug in a debug build I'm not seeing much more than error(output): failed to commit new output configuration, but maybe that means more to someone else here than to me?

Relevant logs, Stacktraces, etc.

info: initializing river version 0.5.0-dev.66+07f1c87 -xwayland
info(wlroots): [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
info(wlroots): [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
info(wlroots): [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
info(wlroots): [backend/session/session.c:117] Successfully loaded libseat session
debug(wlroots): [backend/session/session.c:410] Ignoring '/dev/dri/card1': not a KMS device
info(wlroots): [backend/backend.c:248] Found 1 GPUs
info(wlroots): [backend/drm/backend.c:225] Initializing DRM backend for /dev/dri/card2 (apple)
debug(wlroots): [backend/drm/drm.c:112] Using atomic DRM interface
debug(wlroots): [backend/drm/drm.c:133] ADDFB2 modifiers supported
info(wlroots): [backend/drm/drm.c:312] Found 2 DRM CRTCs
info(wlroots): [backend/drm/drm.c:270] Found 4 DRM planes
info(wlroots): [render/egl.c:205] 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
debug(wlroots): [render/egl.c:546] DRM device '/dev/dri/card2' has no render node, falling back to primary node
info(wlroots): [render/egl.c:369] Using EGL 1.5
info(wlroots): [render/egl.c:370] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression 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 EGL_KHR_image_base EGL_KHR_image_pixmap 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_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_NV_context_priority_realtime 
info(wlroots): [render/egl.c:372] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node EGL_EXT_device_query_name EGL_EXT_device_persistent_id
info(wlroots): [render/egl.c:374] EGL vendor: Mesa Project
info(wlroots): [render/egl.c:376] EGL driver name: asahi
debug(wlroots): [render/egl.c:120] Supported DMA-BUF formats:
debug(wlroots): [render/egl.c:169] AB4H (0x48344241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] XB4H (0x48344258)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AB48 (0x38344241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AR30 (0x30335241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] XR30 (0x30335258)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AB30 (0x30334241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] XB30 (0x30334258)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AR24 (0x34325241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AB24 (0x34324241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] XR24 (0x34325258)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] XB24 (0x34324258)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AR15 (0x35315241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AB15 (0x35314241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AR12 (0x32315241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AB12 (0x32314241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] RG16 (0x36314752)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] R8 (0x20203852)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] R16 (0x20363152)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] GR88 (0x38385247)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] GR32 (0x32335247)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] R H (0x48202052)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] R F (0x46202052)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] GR H (0x48205247)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] GR F (0x46205247)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] AB8F (0x46384241)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
debug(wlroots): [render/egl.c:169] YUV9 (0x39565559)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YU11 (0x31315559)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YU12 (0x32315559)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YU16 (0x36315559)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YU24 (0x34325559)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YVU9 (0x39555659)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YV11 (0x31315659)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YV12 (0x32315659)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YV16 (0x36315659)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YV24 (0x34325659)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S010 (0x30313053)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S210 (0x30313253)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S410 (0x30313453)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S012 (0x32313053)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S212 (0x32313253)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S412 (0x32313453)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S016 (0x36313053)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S216 (0x36313253)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] S416 (0x36313453)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] NV12 (0x3231564E)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] NV21 (0x3132564E)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] P010 (0x30313050)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] P012 (0x32313050)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] P016 (0x36313050)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] P030 (0x30333050)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] NV16 (0x3631564E)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] NV61 (0x3136564E)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] NV24 (0x3432564E)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] NV42 (0x3234564E)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] AYUV (0x56555941)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] XYUV (0x56555958)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] Y410 (0x30313459)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] Y412 (0x32313459)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] Y416 (0x36313459)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YUYV (0x56595559)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] YVYU (0x55595659)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] UYVY (0x59565955)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] VYUY (0x59555956)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] Y210 (0x30313259)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] Y212 (0x32313259)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:169] Y216 (0x36313259)
debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
debug(wlroots): [render/egl.c:189] EGL DMA-BUF format modifiers supported
debug(wlroots): [render/egl.c:449] Obtained high priority context
debug(wlroots): [render/egl.c:600] Using EGL_PLATFORM_GBM_KHR
info(wlroots): [render/gles2/renderer.c:538] Creating GLES2 renderer
info(wlroots): [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 26.0.5
info(wlroots): [render/gles2/renderer.c:540] GL vendor: Mesa
info(wlroots): [render/gles2/renderer.c:541] GL renderer: Apple M1 Max (G13C C0)
info(wlroots): [render/gles2/renderer.c:542] 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_EXT_texture_storage 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_sRGB 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_EXT_shadow_samplers GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_hdr 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_framebuffer_fetch 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_multi_draw_indirect 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_blend_equation_advanced_coherent 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_conservative_depth GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_KHR_shader_subgroup GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra 
debug(wlroots): [render/gles2/renderer.c:597] GPU reset notifications are enabled
debug(wlroots): [GLES2] FS shader: 6 instrs, 2 alu, 2 fscib, 0 ic, 12 code size, 12 gprs, 24 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 11 preamble inst
debug(wlroots): [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst
debug(wlroots): [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst
debug(wlroots): [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst
debug(wlroots): [render/allocator/allocator.c:115] Trying to create gbm allocator
debug(wlroots): [render/allocator/gbm.c:188] Created GBM allocator with backend drm
debug(wlroots): [render/allocator/gbm.c:191] Using DRM node /dev/dri/card2
info: raised file descriptor limit of the river process to 4096
debug(wlroots): [backend/libinput/backend.c:88] Starting libinput backend
debug(wlroots): [backend/libinput/events.c:69] Adding Apple SMC power/lid events [0:0]
debug(input): new input device: keyboard-Apple SMC power/lid events
debug(wlroots): [backend/libinput/events.c:69] Adding Apple SPI Keyboard [1452:835]
debug(input): new input device: keyboard-Apple SPI Keyboard
debug(wlroots): [backend/libinput/events.c:69] Adding Apple SPI Trackpad [1452:835]
debug(input): new input device: pointer-Apple SPI Trackpad
debug(wlroots): [backend/libinput/events.c:69] Adding HID 27c0:0818 [10176:2072]
debug(input): new input device: touch-HID 27c0:0818
debug(wlroots): [backend/libinput/backend.c:125] libinput successfully initialized
info(wlroots): [backend/drm/drm.c:1781] Scanning DRM connectors on /dev/dri/card2
info(wlroots): [backend/drm/drm.c:1836] Found connector 'eDP-1'
info(wlroots): [backend/drm/drm.c:1861] 'eDP-1' connected
debug(wlroots): [backend/drm/drm.c:1632] Current CRTC: 43
info(wlroots): [backend/drm/drm.c:1646] Detected modes:
info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 120.000 Hz (preferred)
info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 60.000 Hz 
info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 59.940 Hz 
info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 50.000 Hz 
info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 48.000 Hz 
info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 47.952 Hz 
info(wlroots): [backend/drm/drm.c:1707] Physical size: 346x216
debug(wlroots): [backend/drm/drm.c:1744] Connector has no EDID
info(wlroots): [backend/drm/drm.c:1836] Found connector 'HDMI-A-1'
info(wlroots): [backend/drm/drm.c:1854] connector HDMI-A-1: Bad link detected
info(wlroots): [backend/drm/drm.c:1861] 'HDMI-A-1' connected
debug(wlroots): [backend/drm/drm.c:1632] Current CRTC: 56
info(wlroots): [backend/drm/drm.c:1646] Detected modes:
info(wlroots): [backend/drm/drm.c:1670] 2200x1650 @ 40.001 Hz (preferred)
info(wlroots): [backend/drm/drm.c:1670] 1600x1200 @ 60.000 Hz 
info(wlroots): [backend/drm/drm.c:1707] Physical size: 200x150
info(wlroots): [backend/drm/drm.c:1895] connector eDP-1: Requesting modeset
debug(output): new output eDP-1
info(wlroots): [backend/drm/drm.c:1895] connector HDMI-A-1: Requesting modeset
debug(output): new output HDMI-A-1
info: running init executable '/home/xxx/.config/river/init'
info: running server
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(output): committing output state requires modeset
debug(wlroots): [types/wlr_output_swapchain_manager.c:164] Preparing test commit for 2 outputs with explicit modifiers
debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer
debug(wlroots): [render/allocator/gbm.c:118] Allocated 3456x2160 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000)
debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer
debug(wlroots): [render/allocator/gbm.c:118] Allocated 2200x1650 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000)
debug(wlroots): [types/wlr_output_swapchain_manager.c:185] Test commit for 2 outputs succeeded
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x2160
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2200x1650
debug(wlroots): [xcursor/wlr_xcursor.c:233] Loaded cursor theme 'default' at size 24 (63 available cursors)
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1'
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1'
debug(wm): finished committing transaction
debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer
debug(wlroots): [render/allocator/gbm.c:118] Allocated 3456x2160 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000)
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x2160
debug(wm): manage sequence start
info(output): applying output configuration
debug(input): new river_xkb_binding_v1: keysym: 109(m) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 106(j) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 107(k) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 65293(Return) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 106(j) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 107(k) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 110(n) modifiers: 72
debug(input): new river_xkb_binding_v1: keysym: 101(e) modifiers: 72
debug(input): new river_xkb_binding_v1: keysym: 99(c) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 32(space) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 111(o) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 65293(Return) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 113(q) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 47(slash) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 112(p) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 112(p) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 102(f) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 102(f) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 100(d) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 100(d) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 269025041(XF86AudioLowerVolume) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025043(XF86AudioRaiseVolume) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025042(XF86AudioMute) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025044(XF86AudioPlay) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025046(XF86AudioPrev) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025047(XF86AudioNext) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025026(XF86MonBrightnessUp) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025027(XF86MonBrightnessDown) modifiers: 0
debug(input): new river_xkb_binding_v1: keysym: 269025027(XF86MonBrightnessDown) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 269025027(XF86MonBrightnessDown) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 269025026(XF86MonBrightnessUp) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 44(comma) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 46(period) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 104(h) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 108(l) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 49(1) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 50(2) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 51(3) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 52(4) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 53(5) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 54(6) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 55(7) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 56(8) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 57(9) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 48(0) modifiers: 64
debug(input): new river_xkb_binding_v1: keysym: 49(1) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 50(2) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 51(3) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 52(4) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 53(5) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 54(6) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 55(7) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 56(8) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 57(9) modifiers: 65
debug(input): new river_xkb_binding_v1: keysym: 48(0) modifiers: 65
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [xcursor/wlr_xcursor.c:233] Loaded cursor theme 'default' at size 36 (63 available cursors)
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1'
debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer
debug(wlroots): [render/allocator/gbm.c:118] Allocated 2200x1650 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000)
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2200x1650
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1'
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c47b480 (res 0x1c6a3560)
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c47e630 (res 0x1c6a4ac0)
debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface 0x1c686290 (res 0x1c6a5840)
debug(wm): new layer surface: namespace ironbar, layer top, anchor 0000, size 0,0, margin 0,0,0,0, exclusive_zone 0
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c75d3d0 (res 0x1c6a53c0)
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface 0x1c549b30 (res 0x1c680f70)
debug(wm): new layer surface: namespace ironbar, layer top, anchor 0000, size 0,0, margin 0,0,0,0, exclusive_zone 0
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 4608x64
debug(wm): layer surface 'ironbar' mapped
debug(wm): manage sequence start
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2932x64
debug(wm): layer surface 'ironbar' mapped
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out
debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out
debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out
debug(input): already found a matching xkb_binding, ignoring additional match
debug(input): matched xkb binding
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out
debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(input): new text input on seat default
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c5c31d0 (res 0x1c5c35a0)
debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out
debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c5c92a0 (res 0x1c5c9180)
debug(wlroots): [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x1c55ace0 (res 0x1c5c9210)
debug(xdg): new xdg_toplevel
debug(wlroots): [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x1c58a420 (res 0x1c58a510)
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 1 tracked configure(s)
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48
debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out
debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 1450x1052
debug(wm): window 'Alacritty' mapped
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
error(wlroots): [libinput] event0 - Apple SPI Trackpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.31.1/touchpad-jumping-cursors.html for details
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor
info(output): applying output configuration
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(output): committing output state requires modeset
debug(wlroots): [types/wlr_output_swapchain_manager.c:164] Preparing test commit for 2 outputs with explicit modifiers
debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer
debug(wlroots): [render/allocator/gbm.c:118] Allocated 2200x1650 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000)
debug(wlroots): [types/wlr_output_swapchain_manager.c:185] Test commit for 2 outputs succeeded
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2200x1650
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1'
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1'
debug(wm): finished committing transaction
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48
debug(wlroots): [backend/drm/drm.c:2034] connector eDP-1: Ignoring page-flip event for disabled connector
debug(wm): layer surface 'ironbar' unmapped
debug(wm): layer surface 'ironbar' destroyed
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c47e630 (res 0x1c6a6800)
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface 0x1c686290 (res 0x1c6a40a0)
debug(wm): new layer surface: namespace ironbar, layer top, anchor 0000, size 0,0, margin 0,0,0,0, exclusive_zone 0
info(wm): window manager did not set default layer surface output, choosing arbitrary output
debug(wm): manage sequence start
debug(wm): layer surface 'ironbar' destroyed
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [backend/session/session.c:189] udev event for card2 (change)
debug(wlroots): [backend/session/session.c:222] DRM device card2 changed
debug(wlroots): [backend/drm/backend.c:139] Received hotplug event for /dev/dri/card2
info(wlroots): [backend/drm/drm.c:1778] Scanning DRM connector 58 on /dev/dri/card2
info(wlroots): [backend/drm/drm.c:1869] 'HDMI-A-1' disconnected
debug(output): wlr_output 'HDMI-A-1' destroyed
debug(wm): layer surface 'ironbar' unmapped
debug(wm): layer surface 'ironbar' destroyed
debug(wlroots): [backend/drm/drm.c:1377] connector HDMI-A-1: De-allocating CRTC 56
info(wlroots): [backend/drm/drm.c:984] connector HDMI-A-1: Turning off
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 1 tracked configure(s)
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2x2
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [backend/libinput/events.c:133] Removing HID 27c0:0818 [10176:2072]
debug(input): removed input device: touch-HID 27c0:0818
info(output): applying output configuration
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 1 tracked configure(s)
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3432x2136
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wlroots): [backend/drm/drm.c:1408] Reallocating CRTCs
debug(wlroots): [backend/drm/drm.c:1471] Connector eDP-1 (connected, needs CRTC): no CRTC → CRTC 43
debug(wlroots): [backend/drm/drm.c:1471] Connector HDMI-A-1 (disconnected): no CRTC (no change)
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1'
debug(output): committing output state requires modeset
debug(wlroots): [types/wlr_output_swapchain_manager.c:164] Preparing test commit for 1 outputs with explicit modifiers
debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer
debug(wlroots): [render/allocator/gbm.c:118] Allocated 3456x2160 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000)
debug(wlroots): [types/wlr_output_swapchain_manager.c:185] Test commit for 1 outputs succeeded
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x2160
error(output): failed to commit new output configuration
debug(wm): finished committing transaction
debug(wm): manage sequence start
debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported
debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer
debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1'
debug(wm): manage sequence finish
debug(wm): sent 1 tracked configure(s)
debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2x2
debug(wm): render sequence start
debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c75d3d0 (res 0x1c4ffa20)
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wm): manage sequence start
debug(wm): manage sequence finish
debug(wm): sent 0 tracked configure(s)
debug(wm): render sequence start
debug(wm): render sequence finish
debug(wm): finished committing transaction
debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface
### River Version 0.5.0-dev.66+07f1c87 -xwayland ### Window Manager orilla ### Window Manager Version 0.1.0 (...but with some local patches to enable exit_session & properly destroy outputs that have not been upstreamed yet) ### Description of Bug and Steps to Reproduce [@alex-courtis and I have been debugging](https://github.com/alex-courtis/way-displays/issues/240) an issue where conditionally disabling a display in way-displays does not work quite right. Many failure cases work something like the following: 1) one of two displays is disabled 2) the other of the two displays is removed 3) the first display should be re-enabled (either due to a conditional rule or, in some cases, human intervention), but way-displays crashes before it can get that far. We've tested many, many different cases in the linked github issue, but after testing the same cases in Sway and not seeing crashes from way-displays, our current hypothesis is that River might be (a large component of) the issue. I've tested a total of 5 test cases against two versions of river, two different physical external monitors, two versions of way-displays, 3+ river window managers, and the latest version of sway as distributed by fedora, for a combinatorial total of "way too many test cases to count". I've attached a river log from **one** such test case, but can provide others if necessary. While this log is from `way-displays version 1.15.1-SNAPSHOT` and a custom version of orilla (the main branch has a window focus and doesn't destroy outputs like it could yet I haven't managed to upstream the patches yet), I've also reproduced this bug in rijan and am willing to reproduce with another window manager/etc if it makes the logs easier to look at. :) "cutdown" test case: 1. begin session with external display connected over HDMI and no conditional rules in way-displays 2. run `way-displays --set disabled eDP-1` to disabled the internal display 3. disconnect the external display 4. run `way-displays --del disabled eDP-1` from a remote machine 5. way displays crashes. :( even with `-log-level debug` in a debug build I'm not seeing much more than `error(output): failed to commit new output configuration`, but maybe that means more to someone else here than to me? ### Relevant logs, Stacktraces, etc. ``` info: initializing river version 0.5.0-dev.66+07f1c87 -xwayland info(wlroots): [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory info(wlroots): [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping info(wlroots): [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind' info(wlroots): [backend/session/session.c:117] Successfully loaded libseat session debug(wlroots): [backend/session/session.c:410] Ignoring '/dev/dri/card1': not a KMS device info(wlroots): [backend/backend.c:248] Found 1 GPUs info(wlroots): [backend/drm/backend.c:225] Initializing DRM backend for /dev/dri/card2 (apple) debug(wlroots): [backend/drm/drm.c:112] Using atomic DRM interface debug(wlroots): [backend/drm/drm.c:133] ADDFB2 modifiers supported info(wlroots): [backend/drm/drm.c:312] Found 2 DRM CRTCs info(wlroots): [backend/drm/drm.c:270] Found 4 DRM planes info(wlroots): [render/egl.c:205] 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 debug(wlroots): [render/egl.c:546] DRM device '/dev/dri/card2' has no render node, falling back to primary node info(wlroots): [render/egl.c:369] Using EGL 1.5 info(wlroots): [render/egl.c:370] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression 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 EGL_KHR_image_base EGL_KHR_image_pixmap 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_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_NV_context_priority_realtime info(wlroots): [render/egl.c:372] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node EGL_EXT_device_query_name EGL_EXT_device_persistent_id info(wlroots): [render/egl.c:374] EGL vendor: Mesa Project info(wlroots): [render/egl.c:376] EGL driver name: asahi debug(wlroots): [render/egl.c:120] Supported DMA-BUF formats: debug(wlroots): [render/egl.c:169] AB4H (0x48344241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] XB4H (0x48344258) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AB48 (0x38344241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AR30 (0x30335241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] XR30 (0x30335258) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AB30 (0x30334241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] XB30 (0x30334258) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AR24 (0x34325241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AB24 (0x34324241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] XR24 (0x34325258) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] XB24 (0x34324258) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AR15 (0x35315241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AB15 (0x35314241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AR12 (0x32315241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AB12 (0x32314241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] RG16 (0x36314752) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] R8 (0x20203852) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] R16 (0x20363152) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] GR88 (0x38385247) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] GR32 (0x32335247) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] R H (0x48202052) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] R F (0x46202052) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] GR H (0x48205247) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] GR F (0x46205247) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] AB8F (0x46384241) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render debug(wlroots): [render/egl.c:169] YUV9 (0x39565559) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YU11 (0x31315559) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YU12 (0x32315559) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YU16 (0x36315559) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YU24 (0x34325559) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YVU9 (0x39555659) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YV11 (0x31315659) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YV12 (0x32315659) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YV16 (0x36315659) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YV24 (0x34325659) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S010 (0x30313053) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S210 (0x30313253) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S410 (0x30313453) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S012 (0x32313053) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S212 (0x32313253) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S412 (0x32313453) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S016 (0x36313053) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S216 (0x36313253) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] S416 (0x36313453) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] NV12 (0x3231564E) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] NV21 (0x3132564E) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] P010 (0x30313050) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] P012 (0x32313050) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] P016 (0x36313050) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] P030 (0x30333050) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] NV16 (0x3631564E) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] NV61 (0x3136564E) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] NV24 (0x3432564E) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] NV42 (0x3234564E) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] AYUV (0x56555941) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] XYUV (0x56555958) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] Y410 (0x30313459) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] Y412 (0x32313459) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] Y416 (0x36313459) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YUYV (0x56595559) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] YVYU (0x55595659) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] UYVY (0x59565955) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] VYUY (0x59555956) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] Y210 (0x30313259) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] Y212 (0x32313259) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:169] Y216 (0x36313259) debug(wlroots): [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render debug(wlroots): [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render debug(wlroots): [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render debug(wlroots): [render/egl.c:189] EGL DMA-BUF format modifiers supported debug(wlroots): [render/egl.c:449] Obtained high priority context debug(wlroots): [render/egl.c:600] Using EGL_PLATFORM_GBM_KHR info(wlroots): [render/gles2/renderer.c:538] Creating GLES2 renderer info(wlroots): [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 26.0.5 info(wlroots): [render/gles2/renderer.c:540] GL vendor: Mesa info(wlroots): [render/gles2/renderer.c:541] GL renderer: Apple M1 Max (G13C C0) info(wlroots): [render/gles2/renderer.c:542] 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_EXT_texture_storage 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_sRGB 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_EXT_shadow_samplers GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_hdr 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_framebuffer_fetch 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_multi_draw_indirect 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_blend_equation_advanced_coherent 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_conservative_depth GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_KHR_shader_subgroup GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra debug(wlroots): [render/gles2/renderer.c:597] GPU reset notifications are enabled debug(wlroots): [GLES2] FS shader: 6 instrs, 2 alu, 2 fscib, 0 ic, 12 code size, 12 gprs, 24 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 11 preamble inst debug(wlroots): [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst debug(wlroots): [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst debug(wlroots): [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst debug(wlroots): [render/allocator/allocator.c:115] Trying to create gbm allocator debug(wlroots): [render/allocator/gbm.c:188] Created GBM allocator with backend drm debug(wlroots): [render/allocator/gbm.c:191] Using DRM node /dev/dri/card2 info: raised file descriptor limit of the river process to 4096 debug(wlroots): [backend/libinput/backend.c:88] Starting libinput backend debug(wlroots): [backend/libinput/events.c:69] Adding Apple SMC power/lid events [0:0] debug(input): new input device: keyboard-Apple SMC power/lid events debug(wlroots): [backend/libinput/events.c:69] Adding Apple SPI Keyboard [1452:835] debug(input): new input device: keyboard-Apple SPI Keyboard debug(wlroots): [backend/libinput/events.c:69] Adding Apple SPI Trackpad [1452:835] debug(input): new input device: pointer-Apple SPI Trackpad debug(wlroots): [backend/libinput/events.c:69] Adding HID 27c0:0818 [10176:2072] debug(input): new input device: touch-HID 27c0:0818 debug(wlroots): [backend/libinput/backend.c:125] libinput successfully initialized info(wlroots): [backend/drm/drm.c:1781] Scanning DRM connectors on /dev/dri/card2 info(wlroots): [backend/drm/drm.c:1836] Found connector 'eDP-1' info(wlroots): [backend/drm/drm.c:1861] 'eDP-1' connected debug(wlroots): [backend/drm/drm.c:1632] Current CRTC: 43 info(wlroots): [backend/drm/drm.c:1646] Detected modes: info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 120.000 Hz (preferred) info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 60.000 Hz info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 59.940 Hz info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 50.000 Hz info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 48.000 Hz info(wlroots): [backend/drm/drm.c:1670] 3456x2160 @ 47.952 Hz info(wlroots): [backend/drm/drm.c:1707] Physical size: 346x216 debug(wlroots): [backend/drm/drm.c:1744] Connector has no EDID info(wlroots): [backend/drm/drm.c:1836] Found connector 'HDMI-A-1' info(wlroots): [backend/drm/drm.c:1854] connector HDMI-A-1: Bad link detected info(wlroots): [backend/drm/drm.c:1861] 'HDMI-A-1' connected debug(wlroots): [backend/drm/drm.c:1632] Current CRTC: 56 info(wlroots): [backend/drm/drm.c:1646] Detected modes: info(wlroots): [backend/drm/drm.c:1670] 2200x1650 @ 40.001 Hz (preferred) info(wlroots): [backend/drm/drm.c:1670] 1600x1200 @ 60.000 Hz info(wlroots): [backend/drm/drm.c:1707] Physical size: 200x150 info(wlroots): [backend/drm/drm.c:1895] connector eDP-1: Requesting modeset debug(output): new output eDP-1 info(wlroots): [backend/drm/drm.c:1895] connector HDMI-A-1: Requesting modeset debug(output): new output HDMI-A-1 info: running init executable '/home/xxx/.config/river/init' info: running server debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(output): committing output state requires modeset debug(wlroots): [types/wlr_output_swapchain_manager.c:164] Preparing test commit for 2 outputs with explicit modifiers debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer debug(wlroots): [render/allocator/gbm.c:118] Allocated 3456x2160 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000) debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer debug(wlroots): [render/allocator/gbm.c:118] Allocated 2200x1650 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000) debug(wlroots): [types/wlr_output_swapchain_manager.c:185] Test commit for 2 outputs succeeded debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x2160 debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2200x1650 debug(wlroots): [xcursor/wlr_xcursor.c:233] Loaded cursor theme 'default' at size 24 (63 available cursors) debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1' debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1' debug(wm): finished committing transaction debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer debug(wlroots): [render/allocator/gbm.c:118] Allocated 3456x2160 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000) debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x2160 debug(wm): manage sequence start info(output): applying output configuration debug(input): new river_xkb_binding_v1: keysym: 109(m) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 106(j) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 107(k) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 65293(Return) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 106(j) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 107(k) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 110(n) modifiers: 72 debug(input): new river_xkb_binding_v1: keysym: 101(e) modifiers: 72 debug(input): new river_xkb_binding_v1: keysym: 99(c) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 32(space) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 111(o) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 65293(Return) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 113(q) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 47(slash) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 112(p) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 112(p) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 102(f) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 102(f) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 100(d) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 100(d) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 269025041(XF86AudioLowerVolume) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025043(XF86AudioRaiseVolume) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025042(XF86AudioMute) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025044(XF86AudioPlay) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025046(XF86AudioPrev) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025047(XF86AudioNext) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025026(XF86MonBrightnessUp) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025027(XF86MonBrightnessDown) modifiers: 0 debug(input): new river_xkb_binding_v1: keysym: 269025027(XF86MonBrightnessDown) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 269025027(XF86MonBrightnessDown) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 269025026(XF86MonBrightnessUp) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 44(comma) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 46(period) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 104(h) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 108(l) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 49(1) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 50(2) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 51(3) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 52(4) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 53(5) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 54(6) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 55(7) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 56(8) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 57(9) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 48(0) modifiers: 64 debug(input): new river_xkb_binding_v1: keysym: 49(1) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 50(2) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 51(3) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 52(4) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 53(5) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 54(6) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 55(7) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 56(8) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 57(9) modifiers: 65 debug(input): new river_xkb_binding_v1: keysym: 48(0) modifiers: 65 debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [xcursor/wlr_xcursor.c:233] Loaded cursor theme 'default' at size 36 (63 available cursors) debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1' debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer debug(wlroots): [render/allocator/gbm.c:118] Allocated 2200x1650 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000) debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2200x1650 debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1' debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c47b480 (res 0x1c6a3560) debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c47e630 (res 0x1c6a4ac0) debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface 0x1c686290 (res 0x1c6a5840) debug(wm): new layer surface: namespace ironbar, layer top, anchor 0000, size 0,0, margin 0,0,0,0, exclusive_zone 0 debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c75d3d0 (res 0x1c6a53c0) debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface 0x1c549b30 (res 0x1c680f70) debug(wm): new layer surface: namespace ironbar, layer top, anchor 0000, size 0,0, margin 0,0,0,0, exclusive_zone 0 debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 4608x64 debug(wm): layer surface 'ironbar' mapped debug(wm): manage sequence start debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2932x64 debug(wm): layer surface 'ironbar' mapped debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48 debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48 debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out debug(input): already found a matching xkb_binding, ignoring additional match debug(input): matched xkb binding debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(input): new text input on seat default debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c5c31d0 (res 0x1c5c35a0) debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c5c92a0 (res 0x1c5c9180) debug(wlroots): [types/xdg_shell/wlr_xdg_surface.c:441] new xdg_surface 0x1c55ace0 (res 0x1c5c9210) debug(xdg): new xdg_toplevel debug(wlroots): [types/wlr_xdg_decoration_v1.c:220] new xdg_toplevel_decoration 0x1c58a420 (res 0x1c58a510) debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 1 tracked configure(s) debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48 debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48 debug(wlroots): [backend/drm/fb.c:172] Buffer format 0x34325241 with modifier 0xC00000000000002 cannot be scanned out debug(wlroots): [backend/drm/drm.c:792] connector HDMI-A-1: Failed to import buffer for scan-out debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 1450x1052 debug(wm): window 'Alacritty' mapped debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578 debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578 debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48 debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48 debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor error(wlroots): [libinput] event0 - Apple SPI Trackpad: kernel bug: Touch jump detected and discarded. See https://wayland.freedesktop.org/libinput/doc/1.31.1/touchpad-jumping-cursors.html for details debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578 debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2175x1578 debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/output/output.c:1013] Direct scan-out disabled by software cursor info(output): applying output configuration debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(output): committing output state requires modeset debug(wlroots): [types/wlr_output_swapchain_manager.c:164] Preparing test commit for 2 outputs with explicit modifiers debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer debug(wlroots): [render/allocator/gbm.c:118] Allocated 2200x1650 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000) debug(wlroots): [types/wlr_output_swapchain_manager.c:185] Test commit for 2 outputs succeeded debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2200x1650 debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1' debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'HDMI-A-1' debug(wm): finished committing transaction debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x48 debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2199x48 debug(wlroots): [backend/drm/drm.c:2034] connector eDP-1: Ignoring page-flip event for disabled connector debug(wm): layer surface 'ironbar' unmapped debug(wm): layer surface 'ironbar' destroyed debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c47e630 (res 0x1c6a6800) debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface 0x1c686290 (res 0x1c6a40a0) debug(wm): new layer surface: namespace ironbar, layer top, anchor 0000, size 0,0, margin 0,0,0,0, exclusive_zone 0 info(wm): window manager did not set default layer surface output, choosing arbitrary output debug(wm): manage sequence start debug(wm): layer surface 'ironbar' destroyed debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [backend/session/session.c:189] udev event for card2 (change) debug(wlroots): [backend/session/session.c:222] DRM device card2 changed debug(wlroots): [backend/drm/backend.c:139] Received hotplug event for /dev/dri/card2 info(wlroots): [backend/drm/drm.c:1778] Scanning DRM connector 58 on /dev/dri/card2 info(wlroots): [backend/drm/drm.c:1869] 'HDMI-A-1' disconnected debug(output): wlr_output 'HDMI-A-1' destroyed debug(wm): layer surface 'ironbar' unmapped debug(wm): layer surface 'ironbar' destroyed debug(wlroots): [backend/drm/drm.c:1377] connector HDMI-A-1: De-allocating CRTC 56 info(wlroots): [backend/drm/drm.c:984] connector HDMI-A-1: Turning off debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 1 tracked configure(s) debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2x2 debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [backend/libinput/events.c:133] Removing HID 27c0:0818 [10176:2072] debug(input): removed input device: touch-HID 27c0:0818 info(output): applying output configuration debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 1 tracked configure(s) debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3432x2136 debug(wm): render sequence start debug(wm): render sequence finish debug(wlroots): [backend/drm/drm.c:1408] Reallocating CRTCs debug(wlroots): [backend/drm/drm.c:1471] Connector eDP-1 (connected, needs CRTC): no CRTC → CRTC 43 debug(wlroots): [backend/drm/drm.c:1471] Connector HDMI-A-1 (disconnected): no CRTC (no change) debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1' debug(output): committing output state requires modeset debug(wlroots): [types/wlr_output_swapchain_manager.c:164] Preparing test commit for 1 outputs with explicit modifiers debug(wlroots): [render/swapchain.c:103] Allocating new swapchain buffer debug(wlroots): [render/allocator/gbm.c:118] Allocated 3456x2160 GBM buffer with format XR24 (0x34325258), modifier LINEAR (0x0000000000000000) debug(wlroots): [types/wlr_output_swapchain_manager.c:185] Test commit for 1 outputs succeeded debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 3456x2160 error(output): failed to commit new output configuration debug(wm): finished committing transaction debug(wm): manage sequence start debug(wlroots): [types/output/cursor.c:205] Hardware cursor not supported debug(wlroots): [types/output/cursor.c:309] Failed to render cursor buffer debug(wlroots): [types/output/cursor.c:428] Falling back to software cursor on output 'eDP-1' debug(wm): manage sequence finish debug(wm): sent 1 tracked configure(s) debug(wlroots): [render/gles2/renderer.c:157] Created GL FBO for buffer 2x2 debug(wm): render sequence start debug(wlroots): [types/wlr_compositor.c:786] New wlr_surface 0x1c75d3d0 (res 0x1c4ffa20) debug(wm): render sequence finish debug(wm): finished committing transaction debug(wm): manage sequence start debug(wm): manage sequence finish debug(wm): sent 0 tracked configure(s) debug(wm): render sequence start debug(wm): render sequence finish debug(wm): finished committing transaction debug(wlroots): [types/wlr_layer_shell_v1.c:504] new layer_surface ```
Author
Copy link

as an aside, alex-courtis also said on the github issue:

Occassional null names e.g. desc: '(null) (null) (eDP-1)'

These are concerning, as they come from the compositor and might indicate a deeper issue.

I'm not sure if this is intertwined with this issue, or better tracked as a separate bug.

as an aside, [alex-courtis also said on the github issue](https://github.com/alex-courtis/way-displays/issues/240#issuecomment-4402954046): > > Occassional null names e.g. desc: '(null) (null) (eDP-1)' > > These are concerning, as they come from the compositor and might indicate a deeper issue. I'm not sure if this is intertwined with this issue, or better tracked as a separate bug.

way-displays maintainer: please do advise if you need any assistance in replicating this issue.

way-displays maintainer: please do advise if you need any assistance in replicating this issue.

This issue could really use a WAYLAND_DEBUG=1 log of the communication between river and way-displays, run way-displays with WAYLAND_DEBUG=1 set.

This issue could really use a `WAYLAND_DEBUG=1` log of the communication between river and way-displays, run way-displays with `WAYLAND_DEBUG=1` set.
Author
Copy link

That makes sense, thank you! Here's the way-displays log with WAYLAND_DEBUG set for the same "cutdown" test case as above.

  1. begin session with external display connected over HDMI and no conditional rules in way-displays
  2. run way-displays --set disabled eDP-1 to disabled the internal display
  3. disconnect the external display
  4. run way-displays --del disabled eDP-1 from a remote machine
  5. way-displays crashes. :(
I [14:33:48] way-displays version 1.15.1-SNAPSHOT
I [14:33:48] 
I [14:33:48] Found configuration file: /home/xxx/.config/way-displays/cfg.yaml
I [14:33:48] 
I [14:33:48] Active configuration:
I [14:33:48] Arrange in a ROW aligned at the TOP
I [14:33:48] Order:
I [14:33:48] HDMI-A-1
I [14:33:48] eDP-1
I [14:33:48] Scaling: ON
I [14:33:48] Auto scale: ON (min: 1.000)
I [14:33:48] Scale:
I [14:33:48] eDP-1: 1.500
I [14:33:48] HDMI-A-1: 1.500
I [14:33:48] Change success command:
I [14:33:48] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
W [14:33:48] 
W [14:33:48] WARNING: libinput open /dev/input/event2 failed: 13 Permission denied
W [14:33:48] 
W [14:33:48] WARNING: libinput open /dev/input/event1 failed: 13 Permission denied
W [14:33:48] 
W [14:33:48] WARNING: libinput open /dev/input/event0 failed: 13 Permission denied
W [14:33:48] 
W [14:33:48] WARNING: libinput open /dev/input/event4 failed: 13 Permission denied
W [14:33:48] 
W [14:33:48] WARNING: libinput open /dev/input/event3 failed: 13 Permission denied
[3157546.511] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2)
[3157546.518] {Default Queue} -> wl_display#1.sync(new id wl_callback#3)
[3157566.406] {Display Queue} wl_display#1.delete_id(3)
[3157566.415] {Default Queue} wl_registry#2.global(1, "wl_compositor", 6)
[3157566.419] {Default Queue} wl_registry#2.global(2, "wl_fixes", 1)
[3157566.421] {Default Queue} wl_registry#2.global(3, "wp_security_context_manager_v1", 1)
[3157566.423] {Default Queue} wl_registry#2.global(4, "wl_shm", 2)
[3157566.425] {Default Queue} wl_registry#2.global(5, "wp_single_pixel_buffer_manager_v1", 1)
[3157566.427] {Default Queue} wl_registry#2.global(6, "wp_alpha_modifier_v1", 1)
[3157566.429] {Default Queue} wl_registry#2.global(7, "wp_color_representation_manager_v1", 1)
[3157566.431] {Default Queue} wl_registry#2.global(8, "wp_viewporter", 1)
[3157566.432] {Default Queue} wl_registry#2.global(9, "wp_fractional_scale_manager_v1", 1)
D [14:33:48] 
D [14:33:48] Compositor supports wp_fractional_scale_manager_v1 version 1
[3157566.446] {Default Queue} wl_registry#2.global(10, "wl_subcompositor", 1)
[3157566.448] {Default Queue} wl_registry#2.global(11, "wp_cursor_shape_manager_v1", 2)
[3157566.450] {Default Queue} wl_registry#2.global(12, "xdg_wm_base", 5)
[3157566.452] {Default Queue} wl_registry#2.global(13, "zxdg_decoration_manager_v1", 1)
[3157566.454] {Default Queue} wl_registry#2.global(14, "xdg_activation_v1", 1)
[3157566.456] {Default Queue} wl_registry#2.global(15, "zxdg_exporter_v2", 1)
[3157566.457] {Default Queue} wl_registry#2.global(16, "zxdg_importer_v2", 1)
[3157566.459] {Default Queue} wl_registry#2.global(17, "wl_data_device_manager", 3)
[3157566.461] {Default Queue} wl_registry#2.global(18, "zwp_primary_selection_device_manager_v1", 1)
[3157566.463] {Default Queue} wl_registry#2.global(19, "ext_data_control_manager_v1", 1)
[3157566.465] {Default Queue} wl_registry#2.global(20, "zwlr_data_control_manager_v1", 2)
[3157566.467] {Default Queue} wl_registry#2.global(21, "zwlr_export_dmabuf_manager_v1", 1)
[3157566.468] {Default Queue} wl_registry#2.global(22, "zwlr_screencopy_manager_v1", 3)
[3157566.470] {Default Queue} wl_registry#2.global(23, "ext_image_copy_capture_manager_v1", 1)
[3157566.472] {Default Queue} wl_registry#2.global(24, "ext_output_image_capture_source_manager_v1", 1)
[3157566.474] {Default Queue} wl_registry#2.global(25, "zwlr_foreign_toplevel_manager_v1", 3)
[3157566.475] {Default Queue} wl_registry#2.global(26, "ext_foreign_toplevel_list_v1", 1)
[3157566.477] {Default Queue} wl_registry#2.global(27, "ext_foreign_toplevel_image_capture_source_manager_v1", 1)
[3157566.478] {Default Queue} wl_registry#2.global(28, "wp_tearing_control_manager_v1", 1)
[3157566.480] {Default Queue} wl_registry#2.global(29, "zwp_linux_dmabuf_v1", 5)
[3157566.481] {Default Queue} wl_registry#2.global(30, "wp_linux_drm_syncobj_manager_v1", 1)
[3157566.483] {Default Queue} wl_registry#2.global(31, "river_window_manager_v1", 4)
[3157566.484] {Default Queue} wl_registry#2.global(32, "river_xkb_bindings_v1", 3)
[3157566.489] {Default Queue} wl_registry#2.global(33, "river_layer_shell_v1", 1)
[3157566.491] {Default Queue} wl_registry#2.global(34, "zwlr_layer_shell_v1", 4)
[3157566.493] {Default Queue} wl_registry#2.global(35, "zwlr_gamma_control_manager_v1", 1)
[3157566.494] {Default Queue} wl_registry#2.global(36, "wp_presentation", 2)
[3157566.496] {Default Queue} wl_registry#2.global(37, "zxdg_output_manager_v1", 3)
[3157566.498] {Default Queue} -> wl_registry#2.bind(37, "zxdg_output_manager_v1", 3, new id [unknown]#4)
[3157566.500] {Default Queue} wl_registry#2.global(38, "zwlr_output_manager_v1", 4)
[3157566.502] {Default Queue} -> wl_registry#2.bind(38, "zwlr_output_manager_v1", 4, new id [unknown]#5)
[3157566.504] {Default Queue} wl_registry#2.global(39, "zwlr_output_power_manager_v1", 1)
[3157566.506] {Default Queue} wl_registry#2.global(40, "river_input_manager_v1", 2)
[3157566.507] {Default Queue} wl_registry#2.global(41, "ext_idle_notifier_v1", 2)
[3157566.509] {Default Queue} wl_registry#2.global(42, "zwp_relative_pointer_manager_v1", 1)
[3157566.510] {Default Queue} wl_registry#2.global(43, "zwp_pointer_gestures_v1", 3)
[3157566.512] {Default Queue} wl_registry#2.global(44, "zwlr_virtual_pointer_manager_v1", 2)
[3157566.513] {Default Queue} wl_registry#2.global(45, "zwp_virtual_keyboard_manager_v1", 1)
[3157566.515] {Default Queue} wl_registry#2.global(46, "zwp_pointer_constraints_v1", 1)
[3157566.516] {Default Queue} wl_registry#2.global(47, "zwp_input_method_manager_v2", 1)
[3157566.520] {Default Queue} wl_registry#2.global(48, "zwp_text_input_manager_v3", 1)
[3157566.522] {Default Queue} wl_registry#2.global(49, "zwp_tablet_manager_v2", 1)
[3157566.523] {Default Queue} wl_registry#2.global(50, "wl_seat", 9)
[3157566.525] {Default Queue} wl_registry#2.global(51, "river_libinput_config_v1", 2)
[3157566.526] {Default Queue} wl_registry#2.global(52, "river_xkb_config_v1", 2)
[3157566.528] {Default Queue} wl_registry#2.global(53, "zwp_idle_inhibit_manager_v1", 1)
[3157566.529] {Default Queue} wl_registry#2.global(54, "ext_session_lock_manager_v1", 1)
[3157566.531] {Default Queue} wl_registry#2.global(55, "wl_output", 4)
[3157566.532] {Default Queue} -> wl_registry#2.bind(55, "wl_output", 4, new id [unknown]#6)
[3157566.534] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#7, wl_output#6)
[3157566.537] {Default Queue} wl_registry#2.global(56, "wl_output", 4)
[3157566.538] {Default Queue} -> wl_registry#2.bind(56, "wl_output", 4, new id [unknown]#8)
[3157566.540] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#9, wl_output#8)
[3157566.542] {Default Queue} wl_callback#3.done(1)
D [14:33:48] LOOP START
D [14:33:48] LOOP pfds_init
D [14:33:48] LOOP _wl_display_prepare_read
D [14:33:48] LOOP _wl_display_flush
D [14:33:48] LOOP poll
D [14:33:48] LOOP _wl_display_read_events
D [14:33:48] LOOP _wl_display_dispatch_pending__read_events
[3157566.693] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190080)
[3157566.696] {Default Queue} zwlr_output_head_v1#4278190080.name("eDP-1")
[3157566.698] {Default Queue} zwlr_output_head_v1#4278190080.description("(null) (null) (eDP-1)")
[3157566.702] {Default Queue} zwlr_output_head_v1#4278190080.physical_size(346, 216)
[3157566.704] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190081)
[3157566.707] {Default Queue} zwlr_output_mode_v1#4278190081.size(3456, 2160)
[3157566.710] {Default Queue} zwlr_output_mode_v1#4278190081.refresh(120000)
[3157566.713] {Default Queue} zwlr_output_mode_v1#4278190081.preferred()
[3157566.716] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190082)
[3157566.719] {Default Queue} zwlr_output_mode_v1#4278190082.size(3456, 2160)
[3157566.721] {Default Queue} zwlr_output_mode_v1#4278190082.refresh(60000)
[3157566.724] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190083)
[3157566.727] {Default Queue} zwlr_output_mode_v1#4278190083.size(3456, 2160)
[3157566.732] {Default Queue} zwlr_output_mode_v1#4278190083.refresh(59940)
[3157566.734] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190084)
[3157566.736] {Default Queue} zwlr_output_mode_v1#4278190084.size(3456, 2160)
[3157566.742] {Default Queue} zwlr_output_mode_v1#4278190084.refresh(50000)
[3157566.745] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190085)
[3157566.747] {Default Queue} zwlr_output_mode_v1#4278190085.size(3456, 2160)
[3157566.749] {Default Queue} zwlr_output_mode_v1#4278190085.refresh(48000)
[3157566.752] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190086)
[3157566.755] {Default Queue} zwlr_output_mode_v1#4278190086.size(3456, 2160)
[3157566.757] {Default Queue} zwlr_output_mode_v1#4278190086.refresh(47952)
[3157566.760] {Default Queue} zwlr_output_head_v1#4278190080.enabled(1)
[3157566.763] {Default Queue} zwlr_output_head_v1#4278190080.current_mode(zwlr_output_mode_v1#4278190081)
[3157566.765] {Default Queue} zwlr_output_head_v1#4278190080.position(0, 0)
[3157566.767] {Default Queue} zwlr_output_head_v1#4278190080.transform(0)
[3157566.770] {Default Queue} zwlr_output_head_v1#4278190080.scale(1.00000000)
[3157566.773] {Default Queue} zwlr_output_head_v1#4278190080.adaptive_sync(0)
[3157566.776] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190087)
[3157566.779] {Default Queue} zwlr_output_head_v1#4278190087.name("HDMI-A-1")
[3157566.781] {Default Queue} zwlr_output_head_v1#4278190087.description("DSC Paperlike H D (HDMI-A-1)")
[3157566.783] {Default Queue} zwlr_output_head_v1#4278190087.physical_size(200, 150)
[3157566.784] {Default Queue} zwlr_output_head_v1#4278190087.make("DSC")
[3157566.786] {Default Queue} zwlr_output_head_v1#4278190087.model("Paperlike H D")
[3157566.787] {Default Queue} zwlr_output_head_v1#4278190087.mode(new id zwlr_output_mode_v1#4278190088)
[3157566.788] {Default Queue} zwlr_output_mode_v1#4278190088.size(2200, 1650)
[3157566.790] {Default Queue} zwlr_output_mode_v1#4278190088.refresh(40001)
[3157566.791] {Default Queue} zwlr_output_mode_v1#4278190088.preferred()
[3157566.792] {Default Queue} zwlr_output_head_v1#4278190087.mode(new id zwlr_output_mode_v1#4278190089)
[3157566.794] {Default Queue} zwlr_output_mode_v1#4278190089.size(1600, 1200)
[3157566.796] {Default Queue} zwlr_output_mode_v1#4278190089.refresh(60000)
[3157566.797] {Default Queue} zwlr_output_head_v1#4278190087.enabled(1)
[3157566.798] {Default Queue} zwlr_output_head_v1#4278190087.current_mode(zwlr_output_mode_v1#4278190088)
[3157566.800] {Default Queue} zwlr_output_head_v1#4278190087.position(3456, 0)
[3157566.801] {Default Queue} zwlr_output_head_v1#4278190087.transform(0)
[3157566.803] {Default Queue} zwlr_output_head_v1#4278190087.scale(1.00000000)
[3157566.804] {Default Queue} zwlr_output_head_v1#4278190087.adaptive_sync(0)
[3157566.805] {Default Queue} zwlr_output_manager_v1#5.done(1)
[3157566.807] {Default Queue} discarded wl_output#6.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0)
[3157566.809] {Default Queue} discarded wl_output#6.mode(1, 3456, 2160, 120000)
[3157566.811] {Default Queue} discarded wl_output#6.scale(1)
[3157566.812] {Default Queue} discarded wl_output#6.name("eDP-1")
[3157566.813] {Default Queue} discarded wl_output#6.description("(null) (null) (eDP-1)")
[3157566.815] {Default Queue} discarded wl_output#6.done()
[3157566.816] {Default Queue} zxdg_output_v1#7.name("eDP-1")
[3157566.817] {Default Queue} zxdg_output_v1#7.description("(null) (null) (eDP-1)")
[3157566.819] {Default Queue} zxdg_output_v1#7.logical_position(0, 0)
[3157566.820] {Default Queue} zxdg_output_v1#7.logical_size(3456, 2160)
[3157566.822] {Default Queue} discarded wl_output#6.done()
[3157566.823] {Default Queue} discarded wl_output#8.geometry(0, 0, 200, 150, 0, "Unknown", "Unknown", 0)
[3157566.825] {Default Queue} discarded wl_output#8.mode(1, 2200, 1650, 40001)
[3157566.826] {Default Queue} discarded wl_output#8.scale(1)
[3157566.828] {Default Queue} discarded wl_output#8.name("HDMI-A-1")
[3157566.830] {Default Queue} discarded wl_output#8.description("DSC Paperlike H D (HDMI-A-1)")
[3157566.831] {Default Queue} discarded wl_output#8.done()
[3157566.832] {Default Queue} zxdg_output_v1#9.name("HDMI-A-1")
[3157566.834] {Default Queue} zxdg_output_v1#9.description("DSC Paperlike H D (HDMI-A-1)")
[3157566.835] {Default Queue} zxdg_output_v1#9.logical_position(3456, 0)
[3157566.837] {Default Queue} zxdg_output_v1#9.logical_size(2200, 1650)
[3157566.838] {Default Queue} discarded wl_output#8.done()
D [14:33:48] LOOP layout
I [14:33:48] 
I [14:33:48] eDP-1 Arrived:
I [14:33:48] info:
I [14:33:48] name: 'eDP-1'
I [14:33:48] desc: '(null) (null) (eDP-1)'
I [14:33:48] width: 346mm
I [14:33:48] height: 216mm
I [14:33:48] dpi: 253.85 @ 3456x2160
I [14:33:48] mode: 3456 x 2160 @ 120 Hz 120,000 mHz (preferred)
I [14:33:48] mode: 3456 x 2160 @ 60 Hz 60,000 mHz 59,940 mHz
I [14:33:48] mode: 3456 x 2160 @ 50 Hz 50,000 mHz
I [14:33:48] mode: 3456 x 2160 @ 48 Hz 48,000 mHz 47,952 mHz
I [14:33:48] current:
I [14:33:48] scale: 1.000 (2.644)
I [14:33:48] size: 3456x2160
I [14:33:48] position: 0,0
I [14:33:48] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:33:48] VRR: off
I [14:33:48] 
I [14:33:48] HDMI-A-1 Arrived:
I [14:33:48] info:
I [14:33:48] name: 'HDMI-A-1'
I [14:33:48] make: 'DSC'
I [14:33:48] model: 'Paperlike H D'
I [14:33:48] desc: 'DSC Paperlike H D (HDMI-A-1)'
I [14:33:48] width: 200mm
I [14:33:48] height: 150mm
I [14:33:48] dpi: 279.40 @ 2200x1650
I [14:33:48] mode: 2200 x 1650 @ 40 Hz 40,001 mHz (preferred)
I [14:33:48] mode: 1600 x 1200 @ 60 Hz 60,000 mHz
I [14:33:48] current:
I [14:33:48] scale: 1.000 (2.910)
I [14:33:48] size: 2200x1650
I [14:33:48] position: 3456,0
I [14:33:48] mode: 2200x1650@40Hz (40,001mHz) (preferred)
I [14:33:48] VRR: off
D [14:33:48] LAYOUT IDLE 2
D [14:33:48] LAYOUT desired IDLE 2
[3157566.938] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#3, 1)
D [14:33:48] APPLY remainder
I [14:33:48] 
I [14:33:48] eDP-1 Changing:
I [14:33:48] from:
I [14:33:48] scale: 1.000 (2.644)
I [14:33:48] size: 3456x2160
I [14:33:48] position: 0,0
I [14:33:48] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:33:48] VRR: off
I [14:33:48] to:
I [14:33:48] scale: 1.500
I [14:33:48] position: 1466,0
I [14:33:48] 
I [14:33:48] HDMI-A-1 Changing:
I [14:33:48] from:
I [14:33:48] scale: 1.000 (2.910)
I [14:33:48] size: 2200x1650
I [14:33:48] position: 3456,0
I [14:33:48] mode: 2200x1650@40Hz (40,001mHz) (preferred)
I [14:33:48] VRR: off
I [14:33:48] to:
I [14:33:48] scale: 1.500
I [14:33:48] position: 0,0
[3157566.980] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#10, zwlr_output_head_v1#4278190080)
[3157566.983] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_scale(1.50000000)
[3157566.985] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_position(1466, 0)
[3157566.986] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_transform(0)
[3157566.988] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#11, zwlr_output_head_v1#4278190087)
[3157566.997] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_scale(1.50000000)
[3157566.998] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_position(0, 0)
[3157567.000] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_transform(0)
[3157567.003] {Default Queue} -> zwlr_output_configuration_v1#3.apply()
D [14:33:48] LAYOUT applied OUTSTANDING 2
D [14:33:48] LOOP pfds_destroy
D [14:33:48] LOOP END
D [14:33:48] LOOP START
D [14:33:48] LOOP pfds_init
D [14:33:48] LOOP _wl_display_prepare_read
D [14:33:48] LOOP _wl_display_flush
D [14:33:48] LOOP poll
D [14:33:48] LOOP _wl_display_read_events
D [14:33:48] LOOP _wl_display_dispatch_pending__read_events
[3157567.207] {Display Queue} wl_display#1.delete_id(11)
[3157567.211] {Display Queue} wl_display#1.delete_id(10)
[3157567.213] {Default Queue} zxdg_output_v1#7.logical_position(1466, 0)
[3157567.215] {Default Queue} zxdg_output_v1#7.logical_size(3456, 2160)
[3157567.216] {Default Queue} zxdg_output_v1#9.logical_position(0, 0)
[3157567.218] {Default Queue} zxdg_output_v1#9.logical_size(2200, 1650)
[3157567.219] {Default Queue} zwlr_output_configuration_v1#3.succeeded()
[3157567.223] {Default Queue} -> zwlr_output_configuration_v1#3.destroy()
[3157567.225] {Default Queue} zwlr_output_head_v1#4278190080.position(1466, 0)
[3157567.226] {Default Queue} zwlr_output_head_v1#4278190080.scale(1.50000000)
[3157567.228] {Default Queue} zwlr_output_head_v1#4278190087.position(0, 0)
[3157567.230] {Default Queue} zwlr_output_head_v1#4278190087.scale(1.50000000)
[3157567.231] {Default Queue} zwlr_output_manager_v1#5.done(2)
[3157567.233] {Default Queue} discarded wl_output#6.done()
[3157567.234] {Default Queue} discarded wl_output#8.done()
D [14:33:48] LOOP layout
D [14:33:48] LAYOUT SUCCEEDED 0
I [14:33:48] 
I [14:33:48] Changes successful
I [14:33:48] 
I [14:33:48] Executing CALLBACK_CMD:
I [14:33:48] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:33:48] LAYOUT desired IDLE 0
D [14:33:48] LAYOUT applied IDLE 0
D [14:33:48] LOOP pfds_destroy
D [14:33:48] LOOP END
D [14:33:48] LOOP START
D [14:33:48] LOOP pfds_init
D [14:33:48] LOOP _wl_display_prepare_read
D [14:33:48] LOOP _wl_display_flush
D [14:33:48] LOOP poll
Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
D [14:33:48] LOOP _wl_display_read_events
D [14:33:48] LOOP _wl_display_dispatch_pending__read_events
[3157578.943] {Display Queue} wl_display#1.delete_id(3)
[3157578.948] {Default Queue} discarded wl_output#6.scale(2)
[3157578.950] {Default Queue} zxdg_output_v1#7.logical_position(1466, 0)
[3157578.952] {Default Queue} zxdg_output_v1#7.logical_size(2304, 1440)
[3157578.954] {Default Queue} discarded wl_output#6.done()
D [14:33:48] LOOP layout
D [14:33:48] LAYOUT IDLE 0
D [14:33:48] LAYOUT desired IDLE 0
D [14:33:48] LAYOUT applied IDLE 0
D [14:33:48] LOOP pfds_destroy
D [14:33:48] LOOP END
D [14:33:48] LOOP START
D [14:33:48] LOOP pfds_init
D [14:33:48] LOOP _wl_display_prepare_read
D [14:33:48] LOOP _wl_display_flush
D [14:33:48] LOOP poll
D [14:33:48] LOOP _wl_display_read_events
D [14:33:48] LOOP _wl_display_dispatch_pending__read_events
[3157591.478] {Default Queue} discarded wl_output#8.scale(2)
[3157591.480] {Default Queue} zxdg_output_v1#9.logical_position(0, 0)
[3157591.482] {Default Queue} zxdg_output_v1#9.logical_size(1466, 1100)
[3157591.484] {Default Queue} discarded wl_output#8.done()
D [14:33:48] LOOP layout
D [14:33:48] LAYOUT IDLE 0
D [14:33:48] LAYOUT desired IDLE 0
D [14:33:48] LAYOUT applied IDLE 0
D [14:33:48] LOOP pfds_destroy
D [14:33:48] LOOP END
D [14:33:48] LOOP START
D [14:33:48] LOOP pfds_init
D [14:33:48] LOOP _wl_display_prepare_read
D [14:33:48] LOOP _wl_display_flush
D [14:33:48] LOOP poll
D [14:33:59] LOOP _wl_display_read_events
D [14:33:59] LOOP _wl_display_dispatch_pending__read_events
D [14:33:59] LOOP receive_ipc_request
D [14:33:59] 
D [14:33:59] Server received request: set
D [14:33:59] Disabled:
D [14:33:59] eDP-1
I [14:33:59] 
I [14:33:59] New configuration:
I [14:33:59] Arrange in a ROW aligned at the TOP
I [14:33:59] Order:
I [14:33:59] HDMI-A-1
I [14:33:59] eDP-1
I [14:33:59] Scaling: ON
I [14:33:59] Auto scale: ON (min: 1.000)
I [14:33:59] Scale:
I [14:33:59] eDP-1: 1.500
I [14:33:59] HDMI-A-1: 1.500
I [14:33:59] Disabled:
I [14:33:59] eDP-1
I [14:33:59] Change success command:
I [14:33:59] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:33:59] LOOP layout
D [14:33:59] LAYOUT IDLE 0
D [14:33:59] LAYOUT desired IDLE 1
[3168827.370] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#3, 2)
D [14:33:59] APPLY remainder
I [14:33:59] 
I [14:33:59] eDP-1 Changing:
I [14:33:59] from:
I [14:33:59] scale: 1.500 (2.644)
I [14:33:59] size: 2304x1440
I [14:33:59] position: 1466,0
I [14:33:59] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:33:59] VRR: off
I [14:33:59] to:
I [14:33:59] (disabled)
[3168827.415] {Default Queue} -> zwlr_output_configuration_v1#3.disable_head(zwlr_output_head_v1#4278190080)
[3168827.422] {Default Queue} -> zwlr_output_configuration_v1#3.apply()
D [14:33:59] LAYOUT applied OUTSTANDING 1
D [14:33:59] LOOP notify_ipc_operation
D [14:33:59] LOOP pfds_destroy
D [14:33:59] LOOP END
D [14:33:59] LOOP START
D [14:33:59] LOOP pfds_init
D [14:33:59] LOOP _wl_display_prepare_read
D [14:33:59] LOOP _wl_display_flush
D [14:33:59] LOOP poll
D [14:34:00] LOOP _wl_display_read_events
D [14:34:00] LOOP _wl_display_dispatch_pending__read_events
[3169098.644] {Default Queue} wl_registry#2.global_remove(55)
[3169098.648] {Default Queue} -> zxdg_output_v1#7.destroy()
[3169098.652] {Default Queue} discarded wl_output#8.geometry(0, 0, 200, 150, 0, "Unknown", "Unknown", 0)
[3169098.656] {Default Queue} discarded wl_output#8.scale(2)
[3169098.658] {Default Queue} discarded wl_output#8.geometry(0, 0, 200, 150, 0, "Unknown", "Unknown", 0)
[3169098.662] {Default Queue} discarded wl_output#8.scale(2)
[3169098.664] {Default Queue} zwlr_output_configuration_v1#3.succeeded()
[3169098.667] {Default Queue} -> zwlr_output_configuration_v1#3.destroy()
[3169098.670] {Default Queue} zwlr_output_head_v1#4278190080.enabled(0)
[3169098.672] {Default Queue} zwlr_output_manager_v1#5.done(34)
[3169098.675] {Default Queue} discarded wl_output#8.done()
D [14:34:00] LOOP layout
D [14:34:00] LAYOUT SUCCEEDED 0
I [14:34:00] 
I [14:34:00] Changes successful
I [14:34:00] 
I [14:34:00] Executing CALLBACK_CMD:
I [14:34:00] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:34:00] LAYOUT desired IDLE 0
D [14:34:00] LAYOUT applied IDLE 0
D [14:34:00] LOOP notify_ipc_operation
D [14:34:00] LOOP pfds_destroy
D [14:34:00] LOOP END
D [14:34:00] LOOP START
D [14:34:00] LOOP pfds_init
D [14:34:00] LOOP _wl_display_prepare_read
D [14:34:00] LOOP _wl_display_flush
D [14:34:00] LOOP poll
Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
D [14:34:38] LOOP _wl_display_read_events
D [14:34:38] LOOP _wl_display_dispatch_pending__read_events
[3207496.706] {Display Queue} wl_display#1.delete_id(7)
[3207496.719] {Display Queue} wl_display#1.delete_id(3)
[3207496.724] {Default Queue} zwlr_output_mode_v1#4278190089.finished()
[3207496.731] {Default Queue} zwlr_output_mode_v1#4278190088.finished()
[3207496.737] {Default Queue} zwlr_output_head_v1#4278190087.finished()
[3207496.743] {Default Queue} wl_registry#2.global_remove(56)
[3207496.750] {Default Queue} -> zxdg_output_v1#9.destroy()
D [14:34:38] LOOP layout
I [14:34:38] 
I [14:34:38] HDMI-A-1 Departed:
I [14:34:38] name: 'HDMI-A-1'
I [14:34:38] desc: 'DSC Paperlike H D (HDMI-A-1)'
D [14:34:38] LAYOUT IDLE 0
D [14:34:38] LAYOUT desired IDLE 0
D [14:34:38] LAYOUT applied IDLE 0
D [14:34:38] LOOP pfds_destroy
D [14:34:38] LOOP END
D [14:34:38] LOOP START
D [14:34:38] LOOP pfds_init
D [14:34:38] LOOP _wl_display_prepare_read
D [14:34:38] LOOP _wl_display_flush
D [14:34:38] LOOP poll
D [14:34:38] LOOP _wl_display_read_events
D [14:34:38] LOOP _wl_display_dispatch_pending__read_events
[3207504.793] {Display Queue} wl_display#1.delete_id(9)
[3207504.800] {Default Queue} zwlr_output_manager_v1#5.done(38)
D [14:34:38] LOOP layout
D [14:34:38] LAYOUT IDLE 0
D [14:34:38] LAYOUT desired IDLE 0
D [14:34:38] LAYOUT applied IDLE 0
D [14:34:38] LOOP pfds_destroy
D [14:34:38] LOOP END
D [14:34:38] LOOP START
D [14:34:38] LOOP pfds_init
D [14:34:38] LOOP _wl_display_prepare_read
D [14:34:38] LOOP _wl_display_flush
D [14:34:38] LOOP poll
D [14:35:01] LOOP _wl_display_read_events
D [14:35:01] LOOP _wl_display_dispatch_pending__read_events
D [14:35:01] LOOP receive_ipc_request
D [14:35:01] 
D [14:35:01] Server received request: delete
D [14:35:01] Disabled:
D [14:35:01] eDP-1
I [14:35:01] 
I [14:35:01] New configuration:
I [14:35:01] Arrange in a ROW aligned at the TOP
I [14:35:01] Order:
I [14:35:01] HDMI-A-1
I [14:35:01] eDP-1
I [14:35:01] Scaling: ON
I [14:35:01] Auto scale: ON (min: 1.000)
I [14:35:01] Scale:
I [14:35:01] eDP-1: 1.500
I [14:35:01] HDMI-A-1: 1.500
I [14:35:01] Change success command:
I [14:35:01] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:35:01] LOOP layout
D [14:35:01] LAYOUT IDLE 0
D [14:35:01] LAYOUT desired IDLE 1
[3230050.923] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#9, 38)
D [14:35:01] APPLY remainder
I [14:35:01] 
I [14:35:01] eDP-1 Changing:
I [14:35:01] from:
I [14:35:01] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:35:01] VRR: off
I [14:35:01] (disabled)
I [14:35:01] to:
I [14:35:01] scale: 1.500
I [14:35:01] position: 0,0
I [14:35:01] transform: none
I [14:35:01] (enabled)
[3230051.038] {Default Queue} -> zwlr_output_configuration_v1#9.enable_head(new id zwlr_output_configuration_head_v1#3, zwlr_output_head_v1#4278190080)
[3230051.051] {Default Queue} -> zwlr_output_configuration_head_v1#3.set_scale(1.50000000)
[3230051.058] {Default Queue} -> zwlr_output_configuration_head_v1#3.set_position(0, 0)
[3230051.065] {Default Queue} -> zwlr_output_configuration_head_v1#3.set_transform(0)
[3230051.077] {Default Queue} -> zwlr_output_configuration_v1#9.apply()
D [14:35:01] LAYOUT applied OUTSTANDING 1
D [14:35:01] LOOP notify_ipc_operation
D [14:35:01] LOOP pfds_destroy
D [14:35:01] LOOP END
D [14:35:01] LOOP START
D [14:35:01] LOOP pfds_init
D [14:35:01] LOOP _wl_display_prepare_read
D [14:35:01] LOOP _wl_display_flush
D [14:35:01] LOOP poll
D [14:35:01] LOOP _wl_display_read_events
D [14:35:01] LOOP _wl_display_dispatch_pending__read_events
[3230086.637] {Display Queue} wl_display#1.delete_id(3)
[3230086.651] {Default Queue} wl_registry#2.global(57, "wl_output", 4)
[3230086.666] {Default Queue} -> wl_registry#2.bind(57, "wl_output", 4, new id [unknown]#7)
[3230086.682] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#11, wl_output#7)
[3230086.693] {Default Queue} zwlr_output_configuration_v1#9.failed()
[3230086.702] {Default Queue} -> zwlr_output_configuration_v1#9.destroy()
D [14:35:01] LOOP layout
D [14:35:01] LAYOUT FAILED 1
F [14:35:01] 
F [14:35:01] FATAL: Changes failed, exiting
I [14:35:01] 
I [14:35:01] Executing CALLBACK_CMD:
I [14:35:01] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
F [14:35:01] 
F [14:35:01] FATAL: Please raise an issue: https://github.com/alex-courtis/way-displays/issues
F [14:35:01] FATAL: Attach this log and describe the events that occurred before this failure.
Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable

I also ran the same test case in Sway with WAYLAND_DEBUG set, so here are the Sway logs for the same actions, which don't result in a crash. While some of the IDs are different, the logs otherwise appear (to my untrained eye) to be remarkably similar, so maybe that will be of further help. :) (unless zwlr_output_configuration_v1#9.failed() is just very obviously the issue?)

I [14:52:31] way-displays version 1.15.1-SNAPSHOT
I [14:52:31] 
I [14:52:31] Found configuration file: /home/xxx/.config/way-displays/cfg.yaml
I [14:52:31] 
I [14:52:31] Active configuration:
I [14:52:31] Arrange in a ROW aligned at the TOP
I [14:52:31] Order:
I [14:52:31] HDMI-A-1
I [14:52:31] eDP-1
I [14:52:31] Scaling: ON
I [14:52:31] Auto scale: ON (min: 1.000)
I [14:52:31] Scale:
I [14:52:31] eDP-1: 1.500
I [14:52:31] HDMI-A-1: 1.500
I [14:52:31] Change success command:
I [14:52:31] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
W [14:52:31] 
W [14:52:31] WARNING: libinput open /dev/input/event2 failed: 13 Permission denied
W [14:52:31] 
W [14:52:31] WARNING: libinput open /dev/input/event1 failed: 13 Permission denied
W [14:52:31] 
W [14:52:31] WARNING: libinput open /dev/input/event0 failed: 13 Permission denied
W [14:52:31] 
W [14:52:31] WARNING: libinput open /dev/input/event4 failed: 13 Permission denied
W [14:52:31] 
W [14:52:31] WARNING: libinput open /dev/input/event3 failed: 13 Permission denied
[4280789.476] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2)
[4280789.488] {Default Queue} -> wl_display#1.sync(new id wl_callback#3)
[4280789.545] {Display Queue} wl_display#1.delete_id(3)
[4280789.559] {Default Queue} wl_registry#2.global(1, "wl_shm", 2)
[4280789.562] {Default Queue} wl_registry#2.global(2, "zwp_linux_dmabuf_v1", 4)
[4280789.565] {Default Queue} wl_registry#2.global(3, "wp_linux_drm_syncobj_manager_v1", 1)
[4280789.567] {Default Queue} wl_registry#2.global(4, "wl_compositor", 6)
[4280789.569] {Default Queue} wl_registry#2.global(5, "wl_subcompositor", 1)
[4280789.571] {Default Queue} wl_registry#2.global(6, "wl_data_device_manager", 3)
[4280789.574] {Default Queue} wl_registry#2.global(7, "zwlr_gamma_control_manager_v1", 1)
[4280789.576] {Default Queue} wl_registry#2.global(8, "zxdg_output_manager_v1", 3)
[4280789.579] {Default Queue} -> wl_registry#2.bind(8, "zxdg_output_manager_v1", 3, new id [unknown]#4)
[4280789.582] {Default Queue} wl_registry#2.global(9, "ext_idle_notifier_v1", 2)
[4280789.584] {Default Queue} wl_registry#2.global(10, "zwp_idle_inhibit_manager_v1", 1)
[4280789.586] {Default Queue} wl_registry#2.global(11, "zwlr_layer_shell_v1", 4)
[4280789.588] {Default Queue} wl_registry#2.global(12, "xdg_wm_base", 5)
[4280789.590] {Default Queue} wl_registry#2.global(13, "zwp_tablet_manager_v2", 1)
[4280789.592] {Default Queue} wl_registry#2.global(14, "org_kde_kwin_server_decoration_manager", 1)
[4280789.595] {Default Queue} wl_registry#2.global(15, "zxdg_decoration_manager_v1", 1)
[4280789.597] {Default Queue} wl_registry#2.global(16, "zwp_relative_pointer_manager_v1", 1)
[4280789.598] {Default Queue} wl_registry#2.global(17, "zwp_pointer_constraints_v1", 1)
[4280789.600] {Default Queue} wl_registry#2.global(18, "wp_presentation", 2)
[4280789.602] {Default Queue} wl_registry#2.global(19, "wp_alpha_modifier_v1", 1)
[4280789.605] {Default Queue} wl_registry#2.global(20, "zwlr_output_manager_v1", 4)
[4280789.607] {Default Queue} -> wl_registry#2.bind(20, "zwlr_output_manager_v1", 4, new id [unknown]#5)
[4280789.610] {Default Queue} wl_registry#2.global(21, "zwlr_output_power_manager_v1", 1)
[4280789.612] {Default Queue} wl_registry#2.global(22, "zwp_input_method_manager_v2", 1)
[4280789.614] {Default Queue} wl_registry#2.global(23, "zwp_text_input_manager_v3", 1)
[4280789.616] {Default Queue} wl_registry#2.global(24, "ext_foreign_toplevel_list_v1", 1)
[4280789.618] {Default Queue} wl_registry#2.global(25, "zwlr_foreign_toplevel_manager_v1", 3)
[4280789.620] {Default Queue} wl_registry#2.global(26, "ext_session_lock_manager_v1", 1)
[4280789.622] {Default Queue} wl_registry#2.global(27, "wp_drm_lease_device_v1", 1)
[4280789.624] {Default Queue} wl_registry#2.global(28, "zwlr_export_dmabuf_manager_v1", 1)
[4280789.626] {Default Queue} wl_registry#2.global(29, "zwlr_screencopy_manager_v1", 3)
[4280789.628] {Default Queue} wl_registry#2.global(30, "ext_image_copy_capture_manager_v1", 1)
[4280789.630] {Default Queue} wl_registry#2.global(31, "ext_output_image_capture_source_manager_v1", 1)
[4280789.639] {Default Queue} wl_registry#2.global(32, "zwlr_data_control_manager_v1", 2)
[4280789.641] {Default Queue} wl_registry#2.global(33, "ext_data_control_manager_v1", 1)
[4280789.644] {Default Queue} wl_registry#2.global(34, "wp_security_context_manager_v1", 1)
[4280789.646] {Default Queue} wl_registry#2.global(35, "wp_viewporter", 1)
[4280789.648] {Default Queue} wl_registry#2.global(36, "wp_single_pixel_buffer_manager_v1", 1)
[4280789.650] {Default Queue} wl_registry#2.global(37, "wp_content_type_manager_v1", 1)
[4280789.652] {Default Queue} wl_registry#2.global(38, "wp_fractional_scale_manager_v1", 1)
D [14:52:31] 
D [14:52:31] Compositor supports wp_fractional_scale_manager_v1 version 1
[4280789.665] {Default Queue} wl_registry#2.global(39, "wp_tearing_control_manager_v1", 1)
[4280789.667] {Default Queue} wl_registry#2.global(40, "zxdg_exporter_v1", 1)
[4280789.669] {Default Queue} wl_registry#2.global(41, "zxdg_importer_v1", 1)
[4280789.671] {Default Queue} wl_registry#2.global(42, "zxdg_exporter_v2", 1)
[4280789.673] {Default Queue} wl_registry#2.global(43, "zxdg_importer_v2", 1)
[4280789.675] {Default Queue} wl_registry#2.global(44, "xdg_activation_v1", 1)
[4280789.677] {Default Queue} wl_registry#2.global(45, "wp_cursor_shape_manager_v1", 1)
[4280789.678] {Default Queue} wl_registry#2.global(46, "zwp_virtual_keyboard_manager_v1", 1)
[4280789.681] {Default Queue} wl_registry#2.global(47, "zwlr_virtual_pointer_manager_v1", 2)
[4280789.682] {Default Queue} wl_registry#2.global(48, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[4280789.684] {Default Queue} wl_registry#2.global(49, "zwp_pointer_gestures_v1", 3)
[4280789.687] {Default Queue} wl_registry#2.global(50, "ext_transient_seat_manager_v1", 1)
[4280789.689] {Default Queue} wl_registry#2.global(51, "wl_seat", 9)
[4280789.691] {Default Queue} wl_registry#2.global(53, "zwp_primary_selection_device_manager_v1", 1)
[4280789.693] {Default Queue} wl_registry#2.global(54, "wl_output", 4)
[4280789.700] {Default Queue} -> wl_registry#2.bind(54, "wl_output", 4, new id [unknown]#6)
[4280789.703] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#7, wl_output#6)
[4280789.707] {Default Queue} wl_registry#2.global(55, "wl_output", 4)
[4280789.709] {Default Queue} -> wl_registry#2.bind(55, "wl_output", 4, new id [unknown]#8)
[4280789.712] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#9, wl_output#8)
[4280789.714] {Default Queue} wl_callback#3.done(3)
D [14:52:31] LOOP START
D [14:52:31] LOOP pfds_init
D [14:52:31] LOOP _wl_display_prepare_read
D [14:52:31] LOOP _wl_display_flush
D [14:52:31] LOOP poll
D [14:52:31] LOOP _wl_display_read_events
D [14:52:31] LOOP _wl_display_dispatch_pending__read_events
[4280789.897] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190080)
[4280789.905] {Default Queue} zwlr_output_head_v1#4278190080.name("HDMI-A-1")
[4280789.909] {Default Queue} zwlr_output_head_v1#4278190080.description("DSC Paperlike H D (HDMI-A-1)")
[4280789.913] {Default Queue} zwlr_output_head_v1#4278190080.physical_size(200, 150)
[4280789.918] {Default Queue} zwlr_output_head_v1#4278190080.make("DSC")
[4280789.922] {Default Queue} zwlr_output_head_v1#4278190080.model("Paperlike H D")
[4280789.926] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190081)
[4280789.930] {Default Queue} zwlr_output_mode_v1#4278190081.size(2200, 1650)
[4280789.935] {Default Queue} zwlr_output_mode_v1#4278190081.refresh(40001)
[4280789.938] {Default Queue} zwlr_output_mode_v1#4278190081.preferred()
[4280789.942] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190082)
[4280789.946] {Default Queue} zwlr_output_mode_v1#4278190082.size(1600, 1200)
[4280789.950] {Default Queue} zwlr_output_mode_v1#4278190082.refresh(60000)
[4280789.954] {Default Queue} zwlr_output_head_v1#4278190080.enabled(1)
[4280789.958] {Default Queue} zwlr_output_head_v1#4278190080.current_mode(zwlr_output_mode_v1#4278190081)
[4280789.970] {Default Queue} zwlr_output_head_v1#4278190080.position(0, 0)
[4280789.975] {Default Queue} zwlr_output_head_v1#4278190080.transform(0)
[4280789.978] {Default Queue} zwlr_output_head_v1#4278190080.scale(2.00000000)
[4280789.982] {Default Queue} zwlr_output_head_v1#4278190080.adaptive_sync(0)
[4280789.986] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190083)
[4280789.990] {Default Queue} zwlr_output_head_v1#4278190083.name("eDP-1")
[4280789.994] {Default Queue} zwlr_output_head_v1#4278190083.description("(null) (null) (eDP-1)")
[4280789.999] {Default Queue} zwlr_output_head_v1#4278190083.physical_size(346, 216)
[4280790.003] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190084)
[4280790.007] {Default Queue} zwlr_output_mode_v1#4278190084.size(3456, 2160)
[4280790.011] {Default Queue} zwlr_output_mode_v1#4278190084.refresh(120000)
[4280790.015] {Default Queue} zwlr_output_mode_v1#4278190084.preferred()
[4280790.019] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190085)
[4280790.023] {Default Queue} zwlr_output_mode_v1#4278190085.size(3456, 2160)
[4280790.026] {Default Queue} zwlr_output_mode_v1#4278190085.refresh(60000)
[4280790.030] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190086)
[4280790.034] {Default Queue} zwlr_output_mode_v1#4278190086.size(3456, 2160)
[4280790.038] {Default Queue} zwlr_output_mode_v1#4278190086.refresh(59940)
[4280790.042] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190087)
[4280790.046] {Default Queue} zwlr_output_mode_v1#4278190087.size(3456, 2160)
[4280790.050] {Default Queue} zwlr_output_mode_v1#4278190087.refresh(50000)
[4280790.053] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190088)
[4280790.057] {Default Queue} zwlr_output_mode_v1#4278190088.size(3456, 2160)
[4280790.061] {Default Queue} zwlr_output_mode_v1#4278190088.refresh(48000)
[4280790.065] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190089)
[4280790.069] {Default Queue} zwlr_output_mode_v1#4278190089.size(3456, 2160)
[4280790.073] {Default Queue} zwlr_output_mode_v1#4278190089.refresh(47952)
[4280790.077] {Default Queue} zwlr_output_head_v1#4278190083.enabled(1)
[4280790.080] {Default Queue} zwlr_output_head_v1#4278190083.current_mode(zwlr_output_mode_v1#4278190084)
[4280790.085] {Default Queue} zwlr_output_head_v1#4278190083.position(1100, 0)
[4280790.089] {Default Queue} zwlr_output_head_v1#4278190083.transform(0)
[4280790.092] {Default Queue} zwlr_output_head_v1#4278190083.scale(2.00000000)
[4280790.096] {Default Queue} zwlr_output_head_v1#4278190083.adaptive_sync(0)
[4280790.100] {Default Queue} zwlr_output_manager_v1#5.done(1)
[4280790.104] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0)
[4280790.110] {Default Queue} discarded wl_output#6.mode(1, 2200, 1650, 40001)
[4280790.114] {Default Queue} discarded wl_output#6.scale(2)
[4280790.118] {Default Queue} discarded wl_output#6.name("HDMI-A-1")
[4280790.121] {Default Queue} discarded wl_output#6.description("DSC Paperlike H D (HDMI-A-1)")
[4280790.125] {Default Queue} discarded wl_output#6.done()
[4280790.129] {Default Queue} zxdg_output_v1#7.name("HDMI-A-1")
[4280790.133] {Default Queue} zxdg_output_v1#7.description("DSC Paperlike H D (HDMI-A-1)")
[4280790.136] {Default Queue} zxdg_output_v1#7.logical_position(0, 0)
[4280790.141] {Default Queue} zxdg_output_v1#7.logical_size(1100, 825)
[4280790.144] {Default Queue} discarded wl_output#6.done()
[4280790.148] {Default Queue} discarded wl_output#8.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0)
[4280790.153] {Default Queue} discarded wl_output#8.mode(1, 3456, 2160, 120000)
[4280790.157] {Default Queue} discarded wl_output#8.scale(2)
[4280790.161] {Default Queue} discarded wl_output#8.name("eDP-1")
[4280790.164] {Default Queue} discarded wl_output#8.description("(null) (null) (eDP-1)")
[4280790.171] {Default Queue} discarded wl_output#8.done()
[4280790.174] {Default Queue} zxdg_output_v1#9.name("eDP-1")
[4280790.178] {Default Queue} zxdg_output_v1#9.description("(null) (null) (eDP-1)")
[4280790.182] {Default Queue} zxdg_output_v1#9.logical_position(1100, 0)
[4280790.186] {Default Queue} zxdg_output_v1#9.logical_size(1728, 1080)
[4280790.190] {Default Queue} discarded wl_output#8.done()
D [14:52:31] LOOP layout
I [14:52:31] 
I [14:52:31] HDMI-A-1 Arrived:
I [14:52:31] info:
I [14:52:31] name: 'HDMI-A-1'
I [14:52:31] make: 'DSC'
I [14:52:31] model: 'Paperlike H D'
I [14:52:31] desc: 'DSC Paperlike H D (HDMI-A-1)'
I [14:52:31] width: 200mm
I [14:52:31] height: 150mm
I [14:52:31] dpi: 279.40 @ 2200x1650
I [14:52:31] mode: 2200 x 1650 @ 40 Hz 40,001 mHz (preferred)
I [14:52:31] mode: 1600 x 1200 @ 60 Hz 60,000 mHz
I [14:52:31] current:
I [14:52:31] scale: 2.000 (2.910)
I [14:52:31] size: 1100x825
I [14:52:31] position: 0,0
I [14:52:31] mode: 2200x1650@40Hz (40,001mHz) (preferred)
I [14:52:31] VRR: off
I [14:52:31] 
I [14:52:31] eDP-1 Arrived:
I [14:52:31] info:
I [14:52:31] name: 'eDP-1'
I [14:52:31] desc: '(null) (null) (eDP-1)'
I [14:52:31] width: 346mm
I [14:52:31] height: 216mm
I [14:52:31] dpi: 253.85 @ 3456x2160
I [14:52:31] mode: 3456 x 2160 @ 120 Hz 120,000 mHz (preferred)
I [14:52:31] mode: 3456 x 2160 @ 60 Hz 60,000 mHz 59,940 mHz
I [14:52:31] mode: 3456 x 2160 @ 50 Hz 50,000 mHz
I [14:52:31] mode: 3456 x 2160 @ 48 Hz 48,000 mHz 47,952 mHz
I [14:52:31] current:
I [14:52:31] scale: 2.000 (2.644)
I [14:52:31] size: 1728x1080
I [14:52:31] position: 1100,0
I [14:52:31] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:52:31] VRR: off
D [14:52:31] LAYOUT IDLE 2
D [14:52:31] LAYOUT desired IDLE 2
[4280790.458] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#3, 1)
D [14:52:31] APPLY remainder
I [14:52:31] 
I [14:52:31] HDMI-A-1 Changing:
I [14:52:31] from:
I [14:52:31] scale: 2.000 (2.910)
I [14:52:31] size: 1100x825
I [14:52:31] position: 0,0
I [14:52:31] mode: 2200x1650@40Hz (40,001mHz) (preferred)
I [14:52:31] VRR: off
I [14:52:31] to:
I [14:52:31] scale: 1.500
I [14:52:31] 
I [14:52:31] eDP-1 Changing:
I [14:52:31] from:
I [14:52:31] scale: 2.000 (2.644)
I [14:52:31] size: 1728x1080
I [14:52:31] position: 1100,0
I [14:52:31] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:52:31] VRR: off
I [14:52:31] to:
I [14:52:31] scale: 1.500
I [14:52:31] position: 1466,0
[4280790.577] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#10, zwlr_output_head_v1#4278190080)
[4280790.585] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_scale(1.50000000)
[4280790.589] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_position(0, 0)
[4280790.594] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_transform(0)
[4280790.598] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#11, zwlr_output_head_v1#4278190083)
[4280790.604] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_scale(1.50000000)
[4280790.608] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_position(1466, 0)
[4280790.612] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_transform(0)
[4280790.619] {Default Queue} -> zwlr_output_configuration_v1#3.apply()
D [14:52:31] LAYOUT applied OUTSTANDING 2
D [14:52:31] LOOP pfds_destroy
D [14:52:31] LOOP END
D [14:52:31] LOOP START
D [14:52:31] LOOP pfds_init
D [14:52:31] LOOP _wl_display_prepare_read
D [14:52:31] LOOP _wl_display_flush
D [14:52:31] LOOP poll
D [14:52:31] LOOP _wl_display_read_events
D [14:52:31] LOOP _wl_display_dispatch_pending__read_events
[4280818.429] {Display Queue} wl_display#1.delete_id(11)
[4280818.439] {Display Queue} wl_display#1.delete_id(10)
[4280818.441] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0)
[4280818.444] {Default Queue} discarded wl_output#6.scale(2)
[4280818.445] {Default Queue} discarded wl_output#8.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0)
[4280818.447] {Default Queue} discarded wl_output#8.scale(2)
[4280818.449] {Default Queue} zxdg_output_v1#9.logical_position(1466, 0)
[4280818.451] {Default Queue} zxdg_output_v1#9.logical_size(2304, 1440)
[4280818.452] {Default Queue} zxdg_output_v1#7.logical_position(0, 0)
[4280818.454] {Default Queue} zxdg_output_v1#7.logical_size(1466, 1100)
[4280818.455] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0)
[4280818.457] {Default Queue} discarded wl_output#6.scale(2)
[4280818.458] {Default Queue} discarded wl_output#8.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0)
[4280818.460] {Default Queue} discarded wl_output#8.scale(2)
[4280818.462] {Default Queue} zwlr_output_head_v1#4278190080.scale(1.50000000)
[4280818.463] {Default Queue} zwlr_output_head_v1#4278190083.position(1466, 0)
[4280818.465] {Default Queue} zwlr_output_head_v1#4278190083.scale(1.50000000)
[4280818.467] {Default Queue} zwlr_output_manager_v1#5.done(6)
[4280818.468] {Default Queue} zwlr_output_configuration_v1#3.succeeded()
[4280818.472] {Default Queue} -> zwlr_output_configuration_v1#3.destroy()
[4280818.473] {Default Queue} discarded wl_output#6.done()
[4280818.475] {Default Queue} discarded wl_output#8.done()
D [14:52:31] LOOP layout
D [14:52:31] LAYOUT SUCCEEDED 0
I [14:52:31] 
I [14:52:31] Changes successful
I [14:52:31] 
I [14:52:31] Executing CALLBACK_CMD:
I [14:52:31] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:52:31] LAYOUT desired IDLE 0
D [14:52:31] LAYOUT applied IDLE 0
D [14:52:31] LOOP pfds_destroy
D [14:52:31] LOOP END
D [14:52:31] LOOP START
D [14:52:31] LOOP pfds_init
D [14:52:31] LOOP _wl_display_prepare_read
D [14:52:31] LOOP _wl_display_flush
D [14:52:31] LOOP poll
Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
D [14:52:42] LOOP _wl_display_read_events
D [14:52:42] LOOP _wl_display_dispatch_pending__read_events
D [14:52:42] LOOP receive_ipc_request
D [14:52:42] 
D [14:52:42] Server received request: set
D [14:52:42] Disabled:
D [14:52:42] eDP-1
I [14:52:42] 
I [14:52:42] New configuration:
I [14:52:42] Arrange in a ROW aligned at the TOP
I [14:52:42] Order:
I [14:52:42] HDMI-A-1
I [14:52:42] eDP-1
I [14:52:42] Scaling: ON
I [14:52:42] Auto scale: ON (min: 1.000)
I [14:52:42] Scale:
I [14:52:42] eDP-1: 1.500
I [14:52:42] HDMI-A-1: 1.500
I [14:52:42] Disabled:
I [14:52:42] eDP-1
I [14:52:42] Change success command:
I [14:52:42] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:52:42] LOOP layout
D [14:52:42] LAYOUT IDLE 0
D [14:52:42] LAYOUT desired IDLE 1
[4291251.827] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#11, 6)
D [14:52:42] APPLY remainder
I [14:52:42] 
I [14:52:42] eDP-1 Changing:
I [14:52:42] from:
I [14:52:42] scale: 1.500 (2.644)
I [14:52:42] size: 2304x1440
I [14:52:42] position: 1466,0
I [14:52:42] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:52:42] VRR: off
I [14:52:42] to:
I [14:52:42] (disabled)
[4291251.917] {Default Queue} -> zwlr_output_configuration_v1#11.disable_head(zwlr_output_head_v1#4278190083)
[4291251.928] {Default Queue} -> zwlr_output_configuration_v1#11.apply()
D [14:52:42] LAYOUT applied OUTSTANDING 1
D [14:52:42] LOOP notify_ipc_operation
D [14:52:42] LOOP pfds_destroy
D [14:52:42] LOOP END
D [14:52:42] LOOP START
D [14:52:42] LOOP pfds_init
D [14:52:42] LOOP _wl_display_prepare_read
D [14:52:42] LOOP _wl_display_flush
D [14:52:42] LOOP poll
D [14:52:42] LOOP _wl_display_read_events
D [14:52:42] LOOP _wl_display_dispatch_pending__read_events
[4291493.951] {Display Queue} wl_display#1.delete_id(3)
[4291493.974] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0)
[4291493.995] {Default Queue} discarded wl_output#6.scale(2)
[4291494.009] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0)
[4291494.028] {Default Queue} discarded wl_output#6.scale(2)
[4291494.041] {Default Queue} wl_registry#2.global_remove(55)
[4291494.060] {Default Queue} -> zxdg_output_v1#9.destroy()
[4291494.076] {Default Queue} zwlr_output_head_v1#4278190083.enabled(0)
[4291494.091] {Default Queue} zwlr_output_manager_v1#5.done(38)
[4291494.106] {Default Queue} zwlr_output_configuration_v1#11.succeeded()
[4291494.120] {Default Queue} -> zwlr_output_configuration_v1#11.destroy()
[4291494.134] {Default Queue} discarded wl_output#6.done()
D [14:52:42] LOOP layout
D [14:52:42] LAYOUT SUCCEEDED 0
I [14:52:42] 
I [14:52:42] Changes successful
I [14:52:42] 
I [14:52:42] Executing CALLBACK_CMD:
I [14:52:42] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:52:42] LAYOUT desired IDLE 0
D [14:52:42] LAYOUT applied IDLE 0
D [14:52:42] LOOP notify_ipc_operation
D [14:52:42] LOOP pfds_destroy
D [14:52:42] LOOP END
D [14:52:42] LOOP START
D [14:52:42] LOOP pfds_init
D [14:52:42] LOOP _wl_display_prepare_read
D [14:52:42] LOOP _wl_display_flush
D [14:52:42] LOOP poll
Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
D [14:53:45] LOOP _wl_display_read_events
D [14:53:45] LOOP _wl_display_dispatch_pending__read_events
[ 59575.374] {Display Queue} wl_display#1.delete_id(9)
[ 59575.385] {Display Queue} wl_display#1.delete_id(11)
[ 59575.392] {Default Queue} zwlr_output_mode_v1#4278190082.finished()
[ 59575.412] {Default Queue} zwlr_output_mode_v1#4278190081.finished()
[ 59575.420] {Default Queue} zwlr_output_head_v1#4278190080.finished()
[ 59575.428] {Default Queue} wl_registry#2.global_remove(54)
[ 59575.437] {Default Queue} -> zxdg_output_v1#7.destroy()
[ 59575.445] {Default Queue} zwlr_output_manager_v1#5.done(44)
D [14:53:45] LOOP layout
I [14:53:45] 
I [14:53:45] HDMI-A-1 Departed:
I [14:53:45] name: 'HDMI-A-1'
I [14:53:45] desc: 'DSC Paperlike H D (HDMI-A-1)'
D [14:53:45] LAYOUT IDLE 0
D [14:53:45] LAYOUT desired IDLE 0
D [14:53:45] LAYOUT applied IDLE 0
D [14:53:45] LOOP pfds_destroy
D [14:53:45] LOOP END
D [14:53:45] LOOP START
D [14:53:45] LOOP pfds_init
D [14:53:45] LOOP _wl_display_prepare_read
D [14:53:45] LOOP _wl_display_flush
D [14:53:45] LOOP poll
D [14:54:08] LOOP _wl_display_read_events
D [14:54:08] LOOP _wl_display_dispatch_pending__read_events
D [14:54:08] LOOP receive_ipc_request
D [14:54:08] 
D [14:54:08] Server received request: delete
D [14:54:08] Disabled:
D [14:54:08] eDP-1
I [14:54:08] 
I [14:54:08] New configuration:
I [14:54:08] Arrange in a ROW aligned at the TOP
I [14:54:08] Order:
I [14:54:08] HDMI-A-1
I [14:54:08] eDP-1
I [14:54:08] Scaling: ON
I [14:54:08] Auto scale: ON (min: 1.000)
I [14:54:08] Scale:
I [14:54:08] eDP-1: 1.500
I [14:54:08] HDMI-A-1: 1.500
I [14:54:08] Change success command:
I [14:54:08] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:54:08] LOOP layout
D [14:54:08] LAYOUT IDLE 0
D [14:54:08] LAYOUT desired IDLE 1
[ 82932.081] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#11, 44)
D [14:54:08] APPLY remainder
I [14:54:08] 
I [14:54:08] eDP-1 Changing:
I [14:54:08] from:
I [14:54:08] mode: 3456x2160@120Hz (120,000mHz) (preferred)
I [14:54:08] VRR: off
I [14:54:08] (disabled)
I [14:54:08] to:
I [14:54:08] scale: 1.500
I [14:54:08] position: 0,0
I [14:54:08] transform: none
I [14:54:08] (enabled)
[ 82932.197] {Default Queue} -> zwlr_output_configuration_v1#11.enable_head(new id zwlr_output_configuration_head_v1#9, zwlr_output_head_v1#4278190083)
[ 82932.219] {Default Queue} -> zwlr_output_configuration_head_v1#9.set_scale(1.50000000)
[ 82932.226] {Default Queue} -> zwlr_output_configuration_head_v1#9.set_position(0, 0)
[ 82932.233] {Default Queue} -> zwlr_output_configuration_head_v1#9.set_transform(0)
[ 82932.245] {Default Queue} -> zwlr_output_configuration_v1#11.apply()
D [14:54:08] LAYOUT applied OUTSTANDING 1
D [14:54:08] LOOP notify_ipc_operation
D [14:54:08] LOOP pfds_destroy
D [14:54:08] LOOP END
D [14:54:08] LOOP START
D [14:54:08] LOOP pfds_init
D [14:54:08] LOOP _wl_display_prepare_read
D [14:54:08] LOOP _wl_display_flush
D [14:54:08] LOOP poll
D [14:54:08] LOOP _wl_display_read_events
D [14:54:08] LOOP _wl_display_dispatch_pending__read_events
[ 82956.552] {Display Queue} wl_display#1.delete_id(7)
[ 82956.560] {Display Queue} wl_display#1.delete_id(9)
[ 82956.565] {Default Queue} wl_registry#2.global(56, "wl_output", 4)
[ 82956.572] {Default Queue} -> wl_registry#2.bind(56, "wl_output", 4, new id [unknown]#7)
[ 82956.579] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#3, wl_output#7)
[ 82956.586] {Default Queue} zwlr_output_head_v1#4278190083.enabled(1)
[ 82956.591] {Default Queue} zwlr_output_head_v1#4278190083.current_mode(zwlr_output_mode_v1#4278190084)
[ 82956.596] {Default Queue} zwlr_output_head_v1#4278190083.position(0, 0)
[ 82956.601] {Default Queue} zwlr_output_head_v1#4278190083.transform(0)
[ 82956.605] {Default Queue} zwlr_output_head_v1#4278190083.scale(1.50000000)
[ 82956.610] {Default Queue} zwlr_output_head_v1#4278190083.adaptive_sync(0)
[ 82956.624] {Default Queue} zwlr_output_manager_v1#5.done(46)
[ 82956.629] {Default Queue} zwlr_output_configuration_v1#11.succeeded()
[ 82956.634] {Default Queue} -> zwlr_output_configuration_v1#11.destroy()
D [14:54:08] LOOP layout
D [14:54:08] LAYOUT SUCCEEDED 0
I [14:54:08] 
I [14:54:08] Changes successful
I [14:54:08] 
I [14:54:08] Executing CALLBACK_CMD:
I [14:54:08] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"
D [14:54:08] LAYOUT desired IDLE 0
D [14:54:08] LAYOUT applied IDLE 0
D [14:54:08] LOOP notify_ipc_operation
D [14:54:08] LOOP pfds_destroy
D [14:54:08] LOOP END
D [14:54:08] LOOP START
D [14:54:08] LOOP pfds_init
D [14:54:08] LOOP _wl_display_prepare_read
D [14:54:08] LOOP _wl_display_flush
D [14:54:08] LOOP poll
D [14:54:08] LOOP _wl_display_read_events
D [14:54:08] LOOP _wl_display_dispatch_pending__read_events
[ 82958.526] {Display Queue} wl_display#1.delete_id(11)
[ 82958.536] {Default Queue} discarded wl_output#7.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0)
[ 82958.546] {Default Queue} discarded wl_output#7.mode(1, 3456, 2160, 120000)
[ 82958.553] {Default Queue} discarded wl_output#7.scale(2)
[ 82958.558] {Default Queue} discarded wl_output#7.name("eDP-1")
[ 82958.564] {Default Queue} discarded wl_output#7.description("(null) (null) (eDP-1)")
[ 82958.570] {Default Queue} discarded wl_output#7.done()
[ 82958.575] {Default Queue} zxdg_output_v1#3.name("eDP-1")
[ 82958.581] {Default Queue} zxdg_output_v1#3.description("(null) (null) (eDP-1)")
[ 82958.587] {Default Queue} zxdg_output_v1#3.logical_position(0, 0)
[ 82958.594] {Default Queue} zxdg_output_v1#3.logical_size(2304, 1440)
[ 82958.600] {Default Queue} discarded wl_output#7.done()
D [14:54:08] LOOP layout
D [14:54:08] LAYOUT IDLE 0
D [14:54:08] LAYOUT desired IDLE 0
D [14:54:08] LAYOUT applied IDLE 0
D [14:54:08] LOOP pfds_destroy
D [14:54:08] LOOP END
D [14:54:08] LOOP START
D [14:54:08] LOOP pfds_init
D [14:54:08] LOOP _wl_display_prepare_read
D [14:54:08] LOOP _wl_display_flush
D [14:54:08] LOOP poll
Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
D [14:54:17] LOOP _wl_display_read_events
I [14:54:17] 
I [14:54:17] Wayland display terminated, exiting.

As an addendum to my comment above, it looks like Sway also has some (null) (null) eDP-1 issues, so maybe that issue is more with my specific eDP-1 display rather than Sway/River? Anecdodatally I haven't seen HDMI-A-1 come in as null on Sway yet, but have seen that in River, so there could still be a bug in that sense; I'd have to do more testing before I feel comfortable saying one way or ther other.

That makes sense, thank you! Here's the way-displays log with `WAYLAND_DEBUG` set for the same "cutdown" test case as above. 1. begin session with external display connected over HDMI and no conditional rules in way-displays 2. run way-displays --set disabled eDP-1 to disabled the internal display 3. disconnect the external display 4. run way-displays --del disabled eDP-1 from a remote machine 5. way-displays crashes. :( ``` I [14:33:48] way-displays version 1.15.1-SNAPSHOT I [14:33:48] I [14:33:48] Found configuration file: /home/xxx/.config/way-displays/cfg.yaml I [14:33:48] I [14:33:48] Active configuration: I [14:33:48] Arrange in a ROW aligned at the TOP I [14:33:48] Order: I [14:33:48] HDMI-A-1 I [14:33:48] eDP-1 I [14:33:48] Scaling: ON I [14:33:48] Auto scale: ON (min: 1.000) I [14:33:48] Scale: I [14:33:48] eDP-1: 1.500 I [14:33:48] HDMI-A-1: 1.500 I [14:33:48] Change success command: I [14:33:48] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" W [14:33:48] W [14:33:48] WARNING: libinput open /dev/input/event2 failed: 13 Permission denied W [14:33:48] W [14:33:48] WARNING: libinput open /dev/input/event1 failed: 13 Permission denied W [14:33:48] W [14:33:48] WARNING: libinput open /dev/input/event0 failed: 13 Permission denied W [14:33:48] W [14:33:48] WARNING: libinput open /dev/input/event4 failed: 13 Permission denied W [14:33:48] W [14:33:48] WARNING: libinput open /dev/input/event3 failed: 13 Permission denied [3157546.511] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2) [3157546.518] {Default Queue} -> wl_display#1.sync(new id wl_callback#3) [3157566.406] {Display Queue} wl_display#1.delete_id(3) [3157566.415] {Default Queue} wl_registry#2.global(1, "wl_compositor", 6) [3157566.419] {Default Queue} wl_registry#2.global(2, "wl_fixes", 1) [3157566.421] {Default Queue} wl_registry#2.global(3, "wp_security_context_manager_v1", 1) [3157566.423] {Default Queue} wl_registry#2.global(4, "wl_shm", 2) [3157566.425] {Default Queue} wl_registry#2.global(5, "wp_single_pixel_buffer_manager_v1", 1) [3157566.427] {Default Queue} wl_registry#2.global(6, "wp_alpha_modifier_v1", 1) [3157566.429] {Default Queue} wl_registry#2.global(7, "wp_color_representation_manager_v1", 1) [3157566.431] {Default Queue} wl_registry#2.global(8, "wp_viewporter", 1) [3157566.432] {Default Queue} wl_registry#2.global(9, "wp_fractional_scale_manager_v1", 1) D [14:33:48] D [14:33:48] Compositor supports wp_fractional_scale_manager_v1 version 1 [3157566.446] {Default Queue} wl_registry#2.global(10, "wl_subcompositor", 1) [3157566.448] {Default Queue} wl_registry#2.global(11, "wp_cursor_shape_manager_v1", 2) [3157566.450] {Default Queue} wl_registry#2.global(12, "xdg_wm_base", 5) [3157566.452] {Default Queue} wl_registry#2.global(13, "zxdg_decoration_manager_v1", 1) [3157566.454] {Default Queue} wl_registry#2.global(14, "xdg_activation_v1", 1) [3157566.456] {Default Queue} wl_registry#2.global(15, "zxdg_exporter_v2", 1) [3157566.457] {Default Queue} wl_registry#2.global(16, "zxdg_importer_v2", 1) [3157566.459] {Default Queue} wl_registry#2.global(17, "wl_data_device_manager", 3) [3157566.461] {Default Queue} wl_registry#2.global(18, "zwp_primary_selection_device_manager_v1", 1) [3157566.463] {Default Queue} wl_registry#2.global(19, "ext_data_control_manager_v1", 1) [3157566.465] {Default Queue} wl_registry#2.global(20, "zwlr_data_control_manager_v1", 2) [3157566.467] {Default Queue} wl_registry#2.global(21, "zwlr_export_dmabuf_manager_v1", 1) [3157566.468] {Default Queue} wl_registry#2.global(22, "zwlr_screencopy_manager_v1", 3) [3157566.470] {Default Queue} wl_registry#2.global(23, "ext_image_copy_capture_manager_v1", 1) [3157566.472] {Default Queue} wl_registry#2.global(24, "ext_output_image_capture_source_manager_v1", 1) [3157566.474] {Default Queue} wl_registry#2.global(25, "zwlr_foreign_toplevel_manager_v1", 3) [3157566.475] {Default Queue} wl_registry#2.global(26, "ext_foreign_toplevel_list_v1", 1) [3157566.477] {Default Queue} wl_registry#2.global(27, "ext_foreign_toplevel_image_capture_source_manager_v1", 1) [3157566.478] {Default Queue} wl_registry#2.global(28, "wp_tearing_control_manager_v1", 1) [3157566.480] {Default Queue} wl_registry#2.global(29, "zwp_linux_dmabuf_v1", 5) [3157566.481] {Default Queue} wl_registry#2.global(30, "wp_linux_drm_syncobj_manager_v1", 1) [3157566.483] {Default Queue} wl_registry#2.global(31, "river_window_manager_v1", 4) [3157566.484] {Default Queue} wl_registry#2.global(32, "river_xkb_bindings_v1", 3) [3157566.489] {Default Queue} wl_registry#2.global(33, "river_layer_shell_v1", 1) [3157566.491] {Default Queue} wl_registry#2.global(34, "zwlr_layer_shell_v1", 4) [3157566.493] {Default Queue} wl_registry#2.global(35, "zwlr_gamma_control_manager_v1", 1) [3157566.494] {Default Queue} wl_registry#2.global(36, "wp_presentation", 2) [3157566.496] {Default Queue} wl_registry#2.global(37, "zxdg_output_manager_v1", 3) [3157566.498] {Default Queue} -> wl_registry#2.bind(37, "zxdg_output_manager_v1", 3, new id [unknown]#4) [3157566.500] {Default Queue} wl_registry#2.global(38, "zwlr_output_manager_v1", 4) [3157566.502] {Default Queue} -> wl_registry#2.bind(38, "zwlr_output_manager_v1", 4, new id [unknown]#5) [3157566.504] {Default Queue} wl_registry#2.global(39, "zwlr_output_power_manager_v1", 1) [3157566.506] {Default Queue} wl_registry#2.global(40, "river_input_manager_v1", 2) [3157566.507] {Default Queue} wl_registry#2.global(41, "ext_idle_notifier_v1", 2) [3157566.509] {Default Queue} wl_registry#2.global(42, "zwp_relative_pointer_manager_v1", 1) [3157566.510] {Default Queue} wl_registry#2.global(43, "zwp_pointer_gestures_v1", 3) [3157566.512] {Default Queue} wl_registry#2.global(44, "zwlr_virtual_pointer_manager_v1", 2) [3157566.513] {Default Queue} wl_registry#2.global(45, "zwp_virtual_keyboard_manager_v1", 1) [3157566.515] {Default Queue} wl_registry#2.global(46, "zwp_pointer_constraints_v1", 1) [3157566.516] {Default Queue} wl_registry#2.global(47, "zwp_input_method_manager_v2", 1) [3157566.520] {Default Queue} wl_registry#2.global(48, "zwp_text_input_manager_v3", 1) [3157566.522] {Default Queue} wl_registry#2.global(49, "zwp_tablet_manager_v2", 1) [3157566.523] {Default Queue} wl_registry#2.global(50, "wl_seat", 9) [3157566.525] {Default Queue} wl_registry#2.global(51, "river_libinput_config_v1", 2) [3157566.526] {Default Queue} wl_registry#2.global(52, "river_xkb_config_v1", 2) [3157566.528] {Default Queue} wl_registry#2.global(53, "zwp_idle_inhibit_manager_v1", 1) [3157566.529] {Default Queue} wl_registry#2.global(54, "ext_session_lock_manager_v1", 1) [3157566.531] {Default Queue} wl_registry#2.global(55, "wl_output", 4) [3157566.532] {Default Queue} -> wl_registry#2.bind(55, "wl_output", 4, new id [unknown]#6) [3157566.534] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#7, wl_output#6) [3157566.537] {Default Queue} wl_registry#2.global(56, "wl_output", 4) [3157566.538] {Default Queue} -> wl_registry#2.bind(56, "wl_output", 4, new id [unknown]#8) [3157566.540] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#9, wl_output#8) [3157566.542] {Default Queue} wl_callback#3.done(1) D [14:33:48] LOOP START D [14:33:48] LOOP pfds_init D [14:33:48] LOOP _wl_display_prepare_read D [14:33:48] LOOP _wl_display_flush D [14:33:48] LOOP poll D [14:33:48] LOOP _wl_display_read_events D [14:33:48] LOOP _wl_display_dispatch_pending__read_events [3157566.693] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190080) [3157566.696] {Default Queue} zwlr_output_head_v1#4278190080.name("eDP-1") [3157566.698] {Default Queue} zwlr_output_head_v1#4278190080.description("(null) (null) (eDP-1)") [3157566.702] {Default Queue} zwlr_output_head_v1#4278190080.physical_size(346, 216) [3157566.704] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190081) [3157566.707] {Default Queue} zwlr_output_mode_v1#4278190081.size(3456, 2160) [3157566.710] {Default Queue} zwlr_output_mode_v1#4278190081.refresh(120000) [3157566.713] {Default Queue} zwlr_output_mode_v1#4278190081.preferred() [3157566.716] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190082) [3157566.719] {Default Queue} zwlr_output_mode_v1#4278190082.size(3456, 2160) [3157566.721] {Default Queue} zwlr_output_mode_v1#4278190082.refresh(60000) [3157566.724] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190083) [3157566.727] {Default Queue} zwlr_output_mode_v1#4278190083.size(3456, 2160) [3157566.732] {Default Queue} zwlr_output_mode_v1#4278190083.refresh(59940) [3157566.734] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190084) [3157566.736] {Default Queue} zwlr_output_mode_v1#4278190084.size(3456, 2160) [3157566.742] {Default Queue} zwlr_output_mode_v1#4278190084.refresh(50000) [3157566.745] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190085) [3157566.747] {Default Queue} zwlr_output_mode_v1#4278190085.size(3456, 2160) [3157566.749] {Default Queue} zwlr_output_mode_v1#4278190085.refresh(48000) [3157566.752] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190086) [3157566.755] {Default Queue} zwlr_output_mode_v1#4278190086.size(3456, 2160) [3157566.757] {Default Queue} zwlr_output_mode_v1#4278190086.refresh(47952) [3157566.760] {Default Queue} zwlr_output_head_v1#4278190080.enabled(1) [3157566.763] {Default Queue} zwlr_output_head_v1#4278190080.current_mode(zwlr_output_mode_v1#4278190081) [3157566.765] {Default Queue} zwlr_output_head_v1#4278190080.position(0, 0) [3157566.767] {Default Queue} zwlr_output_head_v1#4278190080.transform(0) [3157566.770] {Default Queue} zwlr_output_head_v1#4278190080.scale(1.00000000) [3157566.773] {Default Queue} zwlr_output_head_v1#4278190080.adaptive_sync(0) [3157566.776] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190087) [3157566.779] {Default Queue} zwlr_output_head_v1#4278190087.name("HDMI-A-1") [3157566.781] {Default Queue} zwlr_output_head_v1#4278190087.description("DSC Paperlike H D (HDMI-A-1)") [3157566.783] {Default Queue} zwlr_output_head_v1#4278190087.physical_size(200, 150) [3157566.784] {Default Queue} zwlr_output_head_v1#4278190087.make("DSC") [3157566.786] {Default Queue} zwlr_output_head_v1#4278190087.model("Paperlike H D") [3157566.787] {Default Queue} zwlr_output_head_v1#4278190087.mode(new id zwlr_output_mode_v1#4278190088) [3157566.788] {Default Queue} zwlr_output_mode_v1#4278190088.size(2200, 1650) [3157566.790] {Default Queue} zwlr_output_mode_v1#4278190088.refresh(40001) [3157566.791] {Default Queue} zwlr_output_mode_v1#4278190088.preferred() [3157566.792] {Default Queue} zwlr_output_head_v1#4278190087.mode(new id zwlr_output_mode_v1#4278190089) [3157566.794] {Default Queue} zwlr_output_mode_v1#4278190089.size(1600, 1200) [3157566.796] {Default Queue} zwlr_output_mode_v1#4278190089.refresh(60000) [3157566.797] {Default Queue} zwlr_output_head_v1#4278190087.enabled(1) [3157566.798] {Default Queue} zwlr_output_head_v1#4278190087.current_mode(zwlr_output_mode_v1#4278190088) [3157566.800] {Default Queue} zwlr_output_head_v1#4278190087.position(3456, 0) [3157566.801] {Default Queue} zwlr_output_head_v1#4278190087.transform(0) [3157566.803] {Default Queue} zwlr_output_head_v1#4278190087.scale(1.00000000) [3157566.804] {Default Queue} zwlr_output_head_v1#4278190087.adaptive_sync(0) [3157566.805] {Default Queue} zwlr_output_manager_v1#5.done(1) [3157566.807] {Default Queue} discarded wl_output#6.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0) [3157566.809] {Default Queue} discarded wl_output#6.mode(1, 3456, 2160, 120000) [3157566.811] {Default Queue} discarded wl_output#6.scale(1) [3157566.812] {Default Queue} discarded wl_output#6.name("eDP-1") [3157566.813] {Default Queue} discarded wl_output#6.description("(null) (null) (eDP-1)") [3157566.815] {Default Queue} discarded wl_output#6.done() [3157566.816] {Default Queue} zxdg_output_v1#7.name("eDP-1") [3157566.817] {Default Queue} zxdg_output_v1#7.description("(null) (null) (eDP-1)") [3157566.819] {Default Queue} zxdg_output_v1#7.logical_position(0, 0) [3157566.820] {Default Queue} zxdg_output_v1#7.logical_size(3456, 2160) [3157566.822] {Default Queue} discarded wl_output#6.done() [3157566.823] {Default Queue} discarded wl_output#8.geometry(0, 0, 200, 150, 0, "Unknown", "Unknown", 0) [3157566.825] {Default Queue} discarded wl_output#8.mode(1, 2200, 1650, 40001) [3157566.826] {Default Queue} discarded wl_output#8.scale(1) [3157566.828] {Default Queue} discarded wl_output#8.name("HDMI-A-1") [3157566.830] {Default Queue} discarded wl_output#8.description("DSC Paperlike H D (HDMI-A-1)") [3157566.831] {Default Queue} discarded wl_output#8.done() [3157566.832] {Default Queue} zxdg_output_v1#9.name("HDMI-A-1") [3157566.834] {Default Queue} zxdg_output_v1#9.description("DSC Paperlike H D (HDMI-A-1)") [3157566.835] {Default Queue} zxdg_output_v1#9.logical_position(3456, 0) [3157566.837] {Default Queue} zxdg_output_v1#9.logical_size(2200, 1650) [3157566.838] {Default Queue} discarded wl_output#8.done() D [14:33:48] LOOP layout I [14:33:48] I [14:33:48] eDP-1 Arrived: I [14:33:48] info: I [14:33:48] name: 'eDP-1' I [14:33:48] desc: '(null) (null) (eDP-1)' I [14:33:48] width: 346mm I [14:33:48] height: 216mm I [14:33:48] dpi: 253.85 @ 3456x2160 I [14:33:48] mode: 3456 x 2160 @ 120 Hz 120,000 mHz (preferred) I [14:33:48] mode: 3456 x 2160 @ 60 Hz 60,000 mHz 59,940 mHz I [14:33:48] mode: 3456 x 2160 @ 50 Hz 50,000 mHz I [14:33:48] mode: 3456 x 2160 @ 48 Hz 48,000 mHz 47,952 mHz I [14:33:48] current: I [14:33:48] scale: 1.000 (2.644) I [14:33:48] size: 3456x2160 I [14:33:48] position: 0,0 I [14:33:48] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:33:48] VRR: off I [14:33:48] I [14:33:48] HDMI-A-1 Arrived: I [14:33:48] info: I [14:33:48] name: 'HDMI-A-1' I [14:33:48] make: 'DSC' I [14:33:48] model: 'Paperlike H D' I [14:33:48] desc: 'DSC Paperlike H D (HDMI-A-1)' I [14:33:48] width: 200mm I [14:33:48] height: 150mm I [14:33:48] dpi: 279.40 @ 2200x1650 I [14:33:48] mode: 2200 x 1650 @ 40 Hz 40,001 mHz (preferred) I [14:33:48] mode: 1600 x 1200 @ 60 Hz 60,000 mHz I [14:33:48] current: I [14:33:48] scale: 1.000 (2.910) I [14:33:48] size: 2200x1650 I [14:33:48] position: 3456,0 I [14:33:48] mode: 2200x1650@40Hz (40,001mHz) (preferred) I [14:33:48] VRR: off D [14:33:48] LAYOUT IDLE 2 D [14:33:48] LAYOUT desired IDLE 2 [3157566.938] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#3, 1) D [14:33:48] APPLY remainder I [14:33:48] I [14:33:48] eDP-1 Changing: I [14:33:48] from: I [14:33:48] scale: 1.000 (2.644) I [14:33:48] size: 3456x2160 I [14:33:48] position: 0,0 I [14:33:48] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:33:48] VRR: off I [14:33:48] to: I [14:33:48] scale: 1.500 I [14:33:48] position: 1466,0 I [14:33:48] I [14:33:48] HDMI-A-1 Changing: I [14:33:48] from: I [14:33:48] scale: 1.000 (2.910) I [14:33:48] size: 2200x1650 I [14:33:48] position: 3456,0 I [14:33:48] mode: 2200x1650@40Hz (40,001mHz) (preferred) I [14:33:48] VRR: off I [14:33:48] to: I [14:33:48] scale: 1.500 I [14:33:48] position: 0,0 [3157566.980] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#10, zwlr_output_head_v1#4278190080) [3157566.983] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_scale(1.50000000) [3157566.985] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_position(1466, 0) [3157566.986] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_transform(0) [3157566.988] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#11, zwlr_output_head_v1#4278190087) [3157566.997] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_scale(1.50000000) [3157566.998] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_position(0, 0) [3157567.000] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_transform(0) [3157567.003] {Default Queue} -> zwlr_output_configuration_v1#3.apply() D [14:33:48] LAYOUT applied OUTSTANDING 2 D [14:33:48] LOOP pfds_destroy D [14:33:48] LOOP END D [14:33:48] LOOP START D [14:33:48] LOOP pfds_init D [14:33:48] LOOP _wl_display_prepare_read D [14:33:48] LOOP _wl_display_flush D [14:33:48] LOOP poll D [14:33:48] LOOP _wl_display_read_events D [14:33:48] LOOP _wl_display_dispatch_pending__read_events [3157567.207] {Display Queue} wl_display#1.delete_id(11) [3157567.211] {Display Queue} wl_display#1.delete_id(10) [3157567.213] {Default Queue} zxdg_output_v1#7.logical_position(1466, 0) [3157567.215] {Default Queue} zxdg_output_v1#7.logical_size(3456, 2160) [3157567.216] {Default Queue} zxdg_output_v1#9.logical_position(0, 0) [3157567.218] {Default Queue} zxdg_output_v1#9.logical_size(2200, 1650) [3157567.219] {Default Queue} zwlr_output_configuration_v1#3.succeeded() [3157567.223] {Default Queue} -> zwlr_output_configuration_v1#3.destroy() [3157567.225] {Default Queue} zwlr_output_head_v1#4278190080.position(1466, 0) [3157567.226] {Default Queue} zwlr_output_head_v1#4278190080.scale(1.50000000) [3157567.228] {Default Queue} zwlr_output_head_v1#4278190087.position(0, 0) [3157567.230] {Default Queue} zwlr_output_head_v1#4278190087.scale(1.50000000) [3157567.231] {Default Queue} zwlr_output_manager_v1#5.done(2) [3157567.233] {Default Queue} discarded wl_output#6.done() [3157567.234] {Default Queue} discarded wl_output#8.done() D [14:33:48] LOOP layout D [14:33:48] LAYOUT SUCCEEDED 0 I [14:33:48] I [14:33:48] Changes successful I [14:33:48] I [14:33:48] Executing CALLBACK_CMD: I [14:33:48] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:33:48] LAYOUT desired IDLE 0 D [14:33:48] LAYOUT applied IDLE 0 D [14:33:48] LOOP pfds_destroy D [14:33:48] LOOP END D [14:33:48] LOOP START D [14:33:48] LOOP pfds_init D [14:33:48] LOOP _wl_display_prepare_read D [14:33:48] LOOP _wl_display_flush D [14:33:48] LOOP poll Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable D [14:33:48] LOOP _wl_display_read_events D [14:33:48] LOOP _wl_display_dispatch_pending__read_events [3157578.943] {Display Queue} wl_display#1.delete_id(3) [3157578.948] {Default Queue} discarded wl_output#6.scale(2) [3157578.950] {Default Queue} zxdg_output_v1#7.logical_position(1466, 0) [3157578.952] {Default Queue} zxdg_output_v1#7.logical_size(2304, 1440) [3157578.954] {Default Queue} discarded wl_output#6.done() D [14:33:48] LOOP layout D [14:33:48] LAYOUT IDLE 0 D [14:33:48] LAYOUT desired IDLE 0 D [14:33:48] LAYOUT applied IDLE 0 D [14:33:48] LOOP pfds_destroy D [14:33:48] LOOP END D [14:33:48] LOOP START D [14:33:48] LOOP pfds_init D [14:33:48] LOOP _wl_display_prepare_read D [14:33:48] LOOP _wl_display_flush D [14:33:48] LOOP poll D [14:33:48] LOOP _wl_display_read_events D [14:33:48] LOOP _wl_display_dispatch_pending__read_events [3157591.478] {Default Queue} discarded wl_output#8.scale(2) [3157591.480] {Default Queue} zxdg_output_v1#9.logical_position(0, 0) [3157591.482] {Default Queue} zxdg_output_v1#9.logical_size(1466, 1100) [3157591.484] {Default Queue} discarded wl_output#8.done() D [14:33:48] LOOP layout D [14:33:48] LAYOUT IDLE 0 D [14:33:48] LAYOUT desired IDLE 0 D [14:33:48] LAYOUT applied IDLE 0 D [14:33:48] LOOP pfds_destroy D [14:33:48] LOOP END D [14:33:48] LOOP START D [14:33:48] LOOP pfds_init D [14:33:48] LOOP _wl_display_prepare_read D [14:33:48] LOOP _wl_display_flush D [14:33:48] LOOP poll D [14:33:59] LOOP _wl_display_read_events D [14:33:59] LOOP _wl_display_dispatch_pending__read_events D [14:33:59] LOOP receive_ipc_request D [14:33:59] D [14:33:59] Server received request: set D [14:33:59] Disabled: D [14:33:59] eDP-1 I [14:33:59] I [14:33:59] New configuration: I [14:33:59] Arrange in a ROW aligned at the TOP I [14:33:59] Order: I [14:33:59] HDMI-A-1 I [14:33:59] eDP-1 I [14:33:59] Scaling: ON I [14:33:59] Auto scale: ON (min: 1.000) I [14:33:59] Scale: I [14:33:59] eDP-1: 1.500 I [14:33:59] HDMI-A-1: 1.500 I [14:33:59] Disabled: I [14:33:59] eDP-1 I [14:33:59] Change success command: I [14:33:59] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:33:59] LOOP layout D [14:33:59] LAYOUT IDLE 0 D [14:33:59] LAYOUT desired IDLE 1 [3168827.370] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#3, 2) D [14:33:59] APPLY remainder I [14:33:59] I [14:33:59] eDP-1 Changing: I [14:33:59] from: I [14:33:59] scale: 1.500 (2.644) I [14:33:59] size: 2304x1440 I [14:33:59] position: 1466,0 I [14:33:59] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:33:59] VRR: off I [14:33:59] to: I [14:33:59] (disabled) [3168827.415] {Default Queue} -> zwlr_output_configuration_v1#3.disable_head(zwlr_output_head_v1#4278190080) [3168827.422] {Default Queue} -> zwlr_output_configuration_v1#3.apply() D [14:33:59] LAYOUT applied OUTSTANDING 1 D [14:33:59] LOOP notify_ipc_operation D [14:33:59] LOOP pfds_destroy D [14:33:59] LOOP END D [14:33:59] LOOP START D [14:33:59] LOOP pfds_init D [14:33:59] LOOP _wl_display_prepare_read D [14:33:59] LOOP _wl_display_flush D [14:33:59] LOOP poll D [14:34:00] LOOP _wl_display_read_events D [14:34:00] LOOP _wl_display_dispatch_pending__read_events [3169098.644] {Default Queue} wl_registry#2.global_remove(55) [3169098.648] {Default Queue} -> zxdg_output_v1#7.destroy() [3169098.652] {Default Queue} discarded wl_output#8.geometry(0, 0, 200, 150, 0, "Unknown", "Unknown", 0) [3169098.656] {Default Queue} discarded wl_output#8.scale(2) [3169098.658] {Default Queue} discarded wl_output#8.geometry(0, 0, 200, 150, 0, "Unknown", "Unknown", 0) [3169098.662] {Default Queue} discarded wl_output#8.scale(2) [3169098.664] {Default Queue} zwlr_output_configuration_v1#3.succeeded() [3169098.667] {Default Queue} -> zwlr_output_configuration_v1#3.destroy() [3169098.670] {Default Queue} zwlr_output_head_v1#4278190080.enabled(0) [3169098.672] {Default Queue} zwlr_output_manager_v1#5.done(34) [3169098.675] {Default Queue} discarded wl_output#8.done() D [14:34:00] LOOP layout D [14:34:00] LAYOUT SUCCEEDED 0 I [14:34:00] I [14:34:00] Changes successful I [14:34:00] I [14:34:00] Executing CALLBACK_CMD: I [14:34:00] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:34:00] LAYOUT desired IDLE 0 D [14:34:00] LAYOUT applied IDLE 0 D [14:34:00] LOOP notify_ipc_operation D [14:34:00] LOOP pfds_destroy D [14:34:00] LOOP END D [14:34:00] LOOP START D [14:34:00] LOOP pfds_init D [14:34:00] LOOP _wl_display_prepare_read D [14:34:00] LOOP _wl_display_flush D [14:34:00] LOOP poll Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable D [14:34:38] LOOP _wl_display_read_events D [14:34:38] LOOP _wl_display_dispatch_pending__read_events [3207496.706] {Display Queue} wl_display#1.delete_id(7) [3207496.719] {Display Queue} wl_display#1.delete_id(3) [3207496.724] {Default Queue} zwlr_output_mode_v1#4278190089.finished() [3207496.731] {Default Queue} zwlr_output_mode_v1#4278190088.finished() [3207496.737] {Default Queue} zwlr_output_head_v1#4278190087.finished() [3207496.743] {Default Queue} wl_registry#2.global_remove(56) [3207496.750] {Default Queue} -> zxdg_output_v1#9.destroy() D [14:34:38] LOOP layout I [14:34:38] I [14:34:38] HDMI-A-1 Departed: I [14:34:38] name: 'HDMI-A-1' I [14:34:38] desc: 'DSC Paperlike H D (HDMI-A-1)' D [14:34:38] LAYOUT IDLE 0 D [14:34:38] LAYOUT desired IDLE 0 D [14:34:38] LAYOUT applied IDLE 0 D [14:34:38] LOOP pfds_destroy D [14:34:38] LOOP END D [14:34:38] LOOP START D [14:34:38] LOOP pfds_init D [14:34:38] LOOP _wl_display_prepare_read D [14:34:38] LOOP _wl_display_flush D [14:34:38] LOOP poll D [14:34:38] LOOP _wl_display_read_events D [14:34:38] LOOP _wl_display_dispatch_pending__read_events [3207504.793] {Display Queue} wl_display#1.delete_id(9) [3207504.800] {Default Queue} zwlr_output_manager_v1#5.done(38) D [14:34:38] LOOP layout D [14:34:38] LAYOUT IDLE 0 D [14:34:38] LAYOUT desired IDLE 0 D [14:34:38] LAYOUT applied IDLE 0 D [14:34:38] LOOP pfds_destroy D [14:34:38] LOOP END D [14:34:38] LOOP START D [14:34:38] LOOP pfds_init D [14:34:38] LOOP _wl_display_prepare_read D [14:34:38] LOOP _wl_display_flush D [14:34:38] LOOP poll D [14:35:01] LOOP _wl_display_read_events D [14:35:01] LOOP _wl_display_dispatch_pending__read_events D [14:35:01] LOOP receive_ipc_request D [14:35:01] D [14:35:01] Server received request: delete D [14:35:01] Disabled: D [14:35:01] eDP-1 I [14:35:01] I [14:35:01] New configuration: I [14:35:01] Arrange in a ROW aligned at the TOP I [14:35:01] Order: I [14:35:01] HDMI-A-1 I [14:35:01] eDP-1 I [14:35:01] Scaling: ON I [14:35:01] Auto scale: ON (min: 1.000) I [14:35:01] Scale: I [14:35:01] eDP-1: 1.500 I [14:35:01] HDMI-A-1: 1.500 I [14:35:01] Change success command: I [14:35:01] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:35:01] LOOP layout D [14:35:01] LAYOUT IDLE 0 D [14:35:01] LAYOUT desired IDLE 1 [3230050.923] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#9, 38) D [14:35:01] APPLY remainder I [14:35:01] I [14:35:01] eDP-1 Changing: I [14:35:01] from: I [14:35:01] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:35:01] VRR: off I [14:35:01] (disabled) I [14:35:01] to: I [14:35:01] scale: 1.500 I [14:35:01] position: 0,0 I [14:35:01] transform: none I [14:35:01] (enabled) [3230051.038] {Default Queue} -> zwlr_output_configuration_v1#9.enable_head(new id zwlr_output_configuration_head_v1#3, zwlr_output_head_v1#4278190080) [3230051.051] {Default Queue} -> zwlr_output_configuration_head_v1#3.set_scale(1.50000000) [3230051.058] {Default Queue} -> zwlr_output_configuration_head_v1#3.set_position(0, 0) [3230051.065] {Default Queue} -> zwlr_output_configuration_head_v1#3.set_transform(0) [3230051.077] {Default Queue} -> zwlr_output_configuration_v1#9.apply() D [14:35:01] LAYOUT applied OUTSTANDING 1 D [14:35:01] LOOP notify_ipc_operation D [14:35:01] LOOP pfds_destroy D [14:35:01] LOOP END D [14:35:01] LOOP START D [14:35:01] LOOP pfds_init D [14:35:01] LOOP _wl_display_prepare_read D [14:35:01] LOOP _wl_display_flush D [14:35:01] LOOP poll D [14:35:01] LOOP _wl_display_read_events D [14:35:01] LOOP _wl_display_dispatch_pending__read_events [3230086.637] {Display Queue} wl_display#1.delete_id(3) [3230086.651] {Default Queue} wl_registry#2.global(57, "wl_output", 4) [3230086.666] {Default Queue} -> wl_registry#2.bind(57, "wl_output", 4, new id [unknown]#7) [3230086.682] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#11, wl_output#7) [3230086.693] {Default Queue} zwlr_output_configuration_v1#9.failed() [3230086.702] {Default Queue} -> zwlr_output_configuration_v1#9.destroy() D [14:35:01] LOOP layout D [14:35:01] LAYOUT FAILED 1 F [14:35:01] F [14:35:01] FATAL: Changes failed, exiting I [14:35:01] I [14:35:01] Executing CALLBACK_CMD: I [14:35:01] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" F [14:35:01] F [14:35:01] FATAL: Please raise an issue: https://github.com/alex-courtis/way-displays/issues F [14:35:01] FATAL: Attach this log and describe the events that occurred before this failure. Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable ``` I also ran the same test case in Sway with `WAYLAND_DEBUG` set, so here are the **Sway** logs for the same actions, which don't result in a crash. While some of the IDs are different, the logs otherwise appear (to my untrained eye) to be remarkably similar, so maybe that will be of further help. :) (unless `zwlr_output_configuration_v1#9.failed()` is just very obviously the issue?) ``` I [14:52:31] way-displays version 1.15.1-SNAPSHOT I [14:52:31] I [14:52:31] Found configuration file: /home/xxx/.config/way-displays/cfg.yaml I [14:52:31] I [14:52:31] Active configuration: I [14:52:31] Arrange in a ROW aligned at the TOP I [14:52:31] Order: I [14:52:31] HDMI-A-1 I [14:52:31] eDP-1 I [14:52:31] Scaling: ON I [14:52:31] Auto scale: ON (min: 1.000) I [14:52:31] Scale: I [14:52:31] eDP-1: 1.500 I [14:52:31] HDMI-A-1: 1.500 I [14:52:31] Change success command: I [14:52:31] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" W [14:52:31] W [14:52:31] WARNING: libinput open /dev/input/event2 failed: 13 Permission denied W [14:52:31] W [14:52:31] WARNING: libinput open /dev/input/event1 failed: 13 Permission denied W [14:52:31] W [14:52:31] WARNING: libinput open /dev/input/event0 failed: 13 Permission denied W [14:52:31] W [14:52:31] WARNING: libinput open /dev/input/event4 failed: 13 Permission denied W [14:52:31] W [14:52:31] WARNING: libinput open /dev/input/event3 failed: 13 Permission denied [4280789.476] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2) [4280789.488] {Default Queue} -> wl_display#1.sync(new id wl_callback#3) [4280789.545] {Display Queue} wl_display#1.delete_id(3) [4280789.559] {Default Queue} wl_registry#2.global(1, "wl_shm", 2) [4280789.562] {Default Queue} wl_registry#2.global(2, "zwp_linux_dmabuf_v1", 4) [4280789.565] {Default Queue} wl_registry#2.global(3, "wp_linux_drm_syncobj_manager_v1", 1) [4280789.567] {Default Queue} wl_registry#2.global(4, "wl_compositor", 6) [4280789.569] {Default Queue} wl_registry#2.global(5, "wl_subcompositor", 1) [4280789.571] {Default Queue} wl_registry#2.global(6, "wl_data_device_manager", 3) [4280789.574] {Default Queue} wl_registry#2.global(7, "zwlr_gamma_control_manager_v1", 1) [4280789.576] {Default Queue} wl_registry#2.global(8, "zxdg_output_manager_v1", 3) [4280789.579] {Default Queue} -> wl_registry#2.bind(8, "zxdg_output_manager_v1", 3, new id [unknown]#4) [4280789.582] {Default Queue} wl_registry#2.global(9, "ext_idle_notifier_v1", 2) [4280789.584] {Default Queue} wl_registry#2.global(10, "zwp_idle_inhibit_manager_v1", 1) [4280789.586] {Default Queue} wl_registry#2.global(11, "zwlr_layer_shell_v1", 4) [4280789.588] {Default Queue} wl_registry#2.global(12, "xdg_wm_base", 5) [4280789.590] {Default Queue} wl_registry#2.global(13, "zwp_tablet_manager_v2", 1) [4280789.592] {Default Queue} wl_registry#2.global(14, "org_kde_kwin_server_decoration_manager", 1) [4280789.595] {Default Queue} wl_registry#2.global(15, "zxdg_decoration_manager_v1", 1) [4280789.597] {Default Queue} wl_registry#2.global(16, "zwp_relative_pointer_manager_v1", 1) [4280789.598] {Default Queue} wl_registry#2.global(17, "zwp_pointer_constraints_v1", 1) [4280789.600] {Default Queue} wl_registry#2.global(18, "wp_presentation", 2) [4280789.602] {Default Queue} wl_registry#2.global(19, "wp_alpha_modifier_v1", 1) [4280789.605] {Default Queue} wl_registry#2.global(20, "zwlr_output_manager_v1", 4) [4280789.607] {Default Queue} -> wl_registry#2.bind(20, "zwlr_output_manager_v1", 4, new id [unknown]#5) [4280789.610] {Default Queue} wl_registry#2.global(21, "zwlr_output_power_manager_v1", 1) [4280789.612] {Default Queue} wl_registry#2.global(22, "zwp_input_method_manager_v2", 1) [4280789.614] {Default Queue} wl_registry#2.global(23, "zwp_text_input_manager_v3", 1) [4280789.616] {Default Queue} wl_registry#2.global(24, "ext_foreign_toplevel_list_v1", 1) [4280789.618] {Default Queue} wl_registry#2.global(25, "zwlr_foreign_toplevel_manager_v1", 3) [4280789.620] {Default Queue} wl_registry#2.global(26, "ext_session_lock_manager_v1", 1) [4280789.622] {Default Queue} wl_registry#2.global(27, "wp_drm_lease_device_v1", 1) [4280789.624] {Default Queue} wl_registry#2.global(28, "zwlr_export_dmabuf_manager_v1", 1) [4280789.626] {Default Queue} wl_registry#2.global(29, "zwlr_screencopy_manager_v1", 3) [4280789.628] {Default Queue} wl_registry#2.global(30, "ext_image_copy_capture_manager_v1", 1) [4280789.630] {Default Queue} wl_registry#2.global(31, "ext_output_image_capture_source_manager_v1", 1) [4280789.639] {Default Queue} wl_registry#2.global(32, "zwlr_data_control_manager_v1", 2) [4280789.641] {Default Queue} wl_registry#2.global(33, "ext_data_control_manager_v1", 1) [4280789.644] {Default Queue} wl_registry#2.global(34, "wp_security_context_manager_v1", 1) [4280789.646] {Default Queue} wl_registry#2.global(35, "wp_viewporter", 1) [4280789.648] {Default Queue} wl_registry#2.global(36, "wp_single_pixel_buffer_manager_v1", 1) [4280789.650] {Default Queue} wl_registry#2.global(37, "wp_content_type_manager_v1", 1) [4280789.652] {Default Queue} wl_registry#2.global(38, "wp_fractional_scale_manager_v1", 1) D [14:52:31] D [14:52:31] Compositor supports wp_fractional_scale_manager_v1 version 1 [4280789.665] {Default Queue} wl_registry#2.global(39, "wp_tearing_control_manager_v1", 1) [4280789.667] {Default Queue} wl_registry#2.global(40, "zxdg_exporter_v1", 1) [4280789.669] {Default Queue} wl_registry#2.global(41, "zxdg_importer_v1", 1) [4280789.671] {Default Queue} wl_registry#2.global(42, "zxdg_exporter_v2", 1) [4280789.673] {Default Queue} wl_registry#2.global(43, "zxdg_importer_v2", 1) [4280789.675] {Default Queue} wl_registry#2.global(44, "xdg_activation_v1", 1) [4280789.677] {Default Queue} wl_registry#2.global(45, "wp_cursor_shape_manager_v1", 1) [4280789.678] {Default Queue} wl_registry#2.global(46, "zwp_virtual_keyboard_manager_v1", 1) [4280789.681] {Default Queue} wl_registry#2.global(47, "zwlr_virtual_pointer_manager_v1", 2) [4280789.682] {Default Queue} wl_registry#2.global(48, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1) [4280789.684] {Default Queue} wl_registry#2.global(49, "zwp_pointer_gestures_v1", 3) [4280789.687] {Default Queue} wl_registry#2.global(50, "ext_transient_seat_manager_v1", 1) [4280789.689] {Default Queue} wl_registry#2.global(51, "wl_seat", 9) [4280789.691] {Default Queue} wl_registry#2.global(53, "zwp_primary_selection_device_manager_v1", 1) [4280789.693] {Default Queue} wl_registry#2.global(54, "wl_output", 4) [4280789.700] {Default Queue} -> wl_registry#2.bind(54, "wl_output", 4, new id [unknown]#6) [4280789.703] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#7, wl_output#6) [4280789.707] {Default Queue} wl_registry#2.global(55, "wl_output", 4) [4280789.709] {Default Queue} -> wl_registry#2.bind(55, "wl_output", 4, new id [unknown]#8) [4280789.712] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#9, wl_output#8) [4280789.714] {Default Queue} wl_callback#3.done(3) D [14:52:31] LOOP START D [14:52:31] LOOP pfds_init D [14:52:31] LOOP _wl_display_prepare_read D [14:52:31] LOOP _wl_display_flush D [14:52:31] LOOP poll D [14:52:31] LOOP _wl_display_read_events D [14:52:31] LOOP _wl_display_dispatch_pending__read_events [4280789.897] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190080) [4280789.905] {Default Queue} zwlr_output_head_v1#4278190080.name("HDMI-A-1") [4280789.909] {Default Queue} zwlr_output_head_v1#4278190080.description("DSC Paperlike H D (HDMI-A-1)") [4280789.913] {Default Queue} zwlr_output_head_v1#4278190080.physical_size(200, 150) [4280789.918] {Default Queue} zwlr_output_head_v1#4278190080.make("DSC") [4280789.922] {Default Queue} zwlr_output_head_v1#4278190080.model("Paperlike H D") [4280789.926] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190081) [4280789.930] {Default Queue} zwlr_output_mode_v1#4278190081.size(2200, 1650) [4280789.935] {Default Queue} zwlr_output_mode_v1#4278190081.refresh(40001) [4280789.938] {Default Queue} zwlr_output_mode_v1#4278190081.preferred() [4280789.942] {Default Queue} zwlr_output_head_v1#4278190080.mode(new id zwlr_output_mode_v1#4278190082) [4280789.946] {Default Queue} zwlr_output_mode_v1#4278190082.size(1600, 1200) [4280789.950] {Default Queue} zwlr_output_mode_v1#4278190082.refresh(60000) [4280789.954] {Default Queue} zwlr_output_head_v1#4278190080.enabled(1) [4280789.958] {Default Queue} zwlr_output_head_v1#4278190080.current_mode(zwlr_output_mode_v1#4278190081) [4280789.970] {Default Queue} zwlr_output_head_v1#4278190080.position(0, 0) [4280789.975] {Default Queue} zwlr_output_head_v1#4278190080.transform(0) [4280789.978] {Default Queue} zwlr_output_head_v1#4278190080.scale(2.00000000) [4280789.982] {Default Queue} zwlr_output_head_v1#4278190080.adaptive_sync(0) [4280789.986] {Default Queue} zwlr_output_manager_v1#5.head(new id zwlr_output_head_v1#4278190083) [4280789.990] {Default Queue} zwlr_output_head_v1#4278190083.name("eDP-1") [4280789.994] {Default Queue} zwlr_output_head_v1#4278190083.description("(null) (null) (eDP-1)") [4280789.999] {Default Queue} zwlr_output_head_v1#4278190083.physical_size(346, 216) [4280790.003] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190084) [4280790.007] {Default Queue} zwlr_output_mode_v1#4278190084.size(3456, 2160) [4280790.011] {Default Queue} zwlr_output_mode_v1#4278190084.refresh(120000) [4280790.015] {Default Queue} zwlr_output_mode_v1#4278190084.preferred() [4280790.019] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190085) [4280790.023] {Default Queue} zwlr_output_mode_v1#4278190085.size(3456, 2160) [4280790.026] {Default Queue} zwlr_output_mode_v1#4278190085.refresh(60000) [4280790.030] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190086) [4280790.034] {Default Queue} zwlr_output_mode_v1#4278190086.size(3456, 2160) [4280790.038] {Default Queue} zwlr_output_mode_v1#4278190086.refresh(59940) [4280790.042] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190087) [4280790.046] {Default Queue} zwlr_output_mode_v1#4278190087.size(3456, 2160) [4280790.050] {Default Queue} zwlr_output_mode_v1#4278190087.refresh(50000) [4280790.053] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190088) [4280790.057] {Default Queue} zwlr_output_mode_v1#4278190088.size(3456, 2160) [4280790.061] {Default Queue} zwlr_output_mode_v1#4278190088.refresh(48000) [4280790.065] {Default Queue} zwlr_output_head_v1#4278190083.mode(new id zwlr_output_mode_v1#4278190089) [4280790.069] {Default Queue} zwlr_output_mode_v1#4278190089.size(3456, 2160) [4280790.073] {Default Queue} zwlr_output_mode_v1#4278190089.refresh(47952) [4280790.077] {Default Queue} zwlr_output_head_v1#4278190083.enabled(1) [4280790.080] {Default Queue} zwlr_output_head_v1#4278190083.current_mode(zwlr_output_mode_v1#4278190084) [4280790.085] {Default Queue} zwlr_output_head_v1#4278190083.position(1100, 0) [4280790.089] {Default Queue} zwlr_output_head_v1#4278190083.transform(0) [4280790.092] {Default Queue} zwlr_output_head_v1#4278190083.scale(2.00000000) [4280790.096] {Default Queue} zwlr_output_head_v1#4278190083.adaptive_sync(0) [4280790.100] {Default Queue} zwlr_output_manager_v1#5.done(1) [4280790.104] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0) [4280790.110] {Default Queue} discarded wl_output#6.mode(1, 2200, 1650, 40001) [4280790.114] {Default Queue} discarded wl_output#6.scale(2) [4280790.118] {Default Queue} discarded wl_output#6.name("HDMI-A-1") [4280790.121] {Default Queue} discarded wl_output#6.description("DSC Paperlike H D (HDMI-A-1)") [4280790.125] {Default Queue} discarded wl_output#6.done() [4280790.129] {Default Queue} zxdg_output_v1#7.name("HDMI-A-1") [4280790.133] {Default Queue} zxdg_output_v1#7.description("DSC Paperlike H D (HDMI-A-1)") [4280790.136] {Default Queue} zxdg_output_v1#7.logical_position(0, 0) [4280790.141] {Default Queue} zxdg_output_v1#7.logical_size(1100, 825) [4280790.144] {Default Queue} discarded wl_output#6.done() [4280790.148] {Default Queue} discarded wl_output#8.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0) [4280790.153] {Default Queue} discarded wl_output#8.mode(1, 3456, 2160, 120000) [4280790.157] {Default Queue} discarded wl_output#8.scale(2) [4280790.161] {Default Queue} discarded wl_output#8.name("eDP-1") [4280790.164] {Default Queue} discarded wl_output#8.description("(null) (null) (eDP-1)") [4280790.171] {Default Queue} discarded wl_output#8.done() [4280790.174] {Default Queue} zxdg_output_v1#9.name("eDP-1") [4280790.178] {Default Queue} zxdg_output_v1#9.description("(null) (null) (eDP-1)") [4280790.182] {Default Queue} zxdg_output_v1#9.logical_position(1100, 0) [4280790.186] {Default Queue} zxdg_output_v1#9.logical_size(1728, 1080) [4280790.190] {Default Queue} discarded wl_output#8.done() D [14:52:31] LOOP layout I [14:52:31] I [14:52:31] HDMI-A-1 Arrived: I [14:52:31] info: I [14:52:31] name: 'HDMI-A-1' I [14:52:31] make: 'DSC' I [14:52:31] model: 'Paperlike H D' I [14:52:31] desc: 'DSC Paperlike H D (HDMI-A-1)' I [14:52:31] width: 200mm I [14:52:31] height: 150mm I [14:52:31] dpi: 279.40 @ 2200x1650 I [14:52:31] mode: 2200 x 1650 @ 40 Hz 40,001 mHz (preferred) I [14:52:31] mode: 1600 x 1200 @ 60 Hz 60,000 mHz I [14:52:31] current: I [14:52:31] scale: 2.000 (2.910) I [14:52:31] size: 1100x825 I [14:52:31] position: 0,0 I [14:52:31] mode: 2200x1650@40Hz (40,001mHz) (preferred) I [14:52:31] VRR: off I [14:52:31] I [14:52:31] eDP-1 Arrived: I [14:52:31] info: I [14:52:31] name: 'eDP-1' I [14:52:31] desc: '(null) (null) (eDP-1)' I [14:52:31] width: 346mm I [14:52:31] height: 216mm I [14:52:31] dpi: 253.85 @ 3456x2160 I [14:52:31] mode: 3456 x 2160 @ 120 Hz 120,000 mHz (preferred) I [14:52:31] mode: 3456 x 2160 @ 60 Hz 60,000 mHz 59,940 mHz I [14:52:31] mode: 3456 x 2160 @ 50 Hz 50,000 mHz I [14:52:31] mode: 3456 x 2160 @ 48 Hz 48,000 mHz 47,952 mHz I [14:52:31] current: I [14:52:31] scale: 2.000 (2.644) I [14:52:31] size: 1728x1080 I [14:52:31] position: 1100,0 I [14:52:31] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:52:31] VRR: off D [14:52:31] LAYOUT IDLE 2 D [14:52:31] LAYOUT desired IDLE 2 [4280790.458] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#3, 1) D [14:52:31] APPLY remainder I [14:52:31] I [14:52:31] HDMI-A-1 Changing: I [14:52:31] from: I [14:52:31] scale: 2.000 (2.910) I [14:52:31] size: 1100x825 I [14:52:31] position: 0,0 I [14:52:31] mode: 2200x1650@40Hz (40,001mHz) (preferred) I [14:52:31] VRR: off I [14:52:31] to: I [14:52:31] scale: 1.500 I [14:52:31] I [14:52:31] eDP-1 Changing: I [14:52:31] from: I [14:52:31] scale: 2.000 (2.644) I [14:52:31] size: 1728x1080 I [14:52:31] position: 1100,0 I [14:52:31] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:52:31] VRR: off I [14:52:31] to: I [14:52:31] scale: 1.500 I [14:52:31] position: 1466,0 [4280790.577] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#10, zwlr_output_head_v1#4278190080) [4280790.585] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_scale(1.50000000) [4280790.589] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_position(0, 0) [4280790.594] {Default Queue} -> zwlr_output_configuration_head_v1#10.set_transform(0) [4280790.598] {Default Queue} -> zwlr_output_configuration_v1#3.enable_head(new id zwlr_output_configuration_head_v1#11, zwlr_output_head_v1#4278190083) [4280790.604] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_scale(1.50000000) [4280790.608] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_position(1466, 0) [4280790.612] {Default Queue} -> zwlr_output_configuration_head_v1#11.set_transform(0) [4280790.619] {Default Queue} -> zwlr_output_configuration_v1#3.apply() D [14:52:31] LAYOUT applied OUTSTANDING 2 D [14:52:31] LOOP pfds_destroy D [14:52:31] LOOP END D [14:52:31] LOOP START D [14:52:31] LOOP pfds_init D [14:52:31] LOOP _wl_display_prepare_read D [14:52:31] LOOP _wl_display_flush D [14:52:31] LOOP poll D [14:52:31] LOOP _wl_display_read_events D [14:52:31] LOOP _wl_display_dispatch_pending__read_events [4280818.429] {Display Queue} wl_display#1.delete_id(11) [4280818.439] {Display Queue} wl_display#1.delete_id(10) [4280818.441] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0) [4280818.444] {Default Queue} discarded wl_output#6.scale(2) [4280818.445] {Default Queue} discarded wl_output#8.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0) [4280818.447] {Default Queue} discarded wl_output#8.scale(2) [4280818.449] {Default Queue} zxdg_output_v1#9.logical_position(1466, 0) [4280818.451] {Default Queue} zxdg_output_v1#9.logical_size(2304, 1440) [4280818.452] {Default Queue} zxdg_output_v1#7.logical_position(0, 0) [4280818.454] {Default Queue} zxdg_output_v1#7.logical_size(1466, 1100) [4280818.455] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0) [4280818.457] {Default Queue} discarded wl_output#6.scale(2) [4280818.458] {Default Queue} discarded wl_output#8.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0) [4280818.460] {Default Queue} discarded wl_output#8.scale(2) [4280818.462] {Default Queue} zwlr_output_head_v1#4278190080.scale(1.50000000) [4280818.463] {Default Queue} zwlr_output_head_v1#4278190083.position(1466, 0) [4280818.465] {Default Queue} zwlr_output_head_v1#4278190083.scale(1.50000000) [4280818.467] {Default Queue} zwlr_output_manager_v1#5.done(6) [4280818.468] {Default Queue} zwlr_output_configuration_v1#3.succeeded() [4280818.472] {Default Queue} -> zwlr_output_configuration_v1#3.destroy() [4280818.473] {Default Queue} discarded wl_output#6.done() [4280818.475] {Default Queue} discarded wl_output#8.done() D [14:52:31] LOOP layout D [14:52:31] LAYOUT SUCCEEDED 0 I [14:52:31] I [14:52:31] Changes successful I [14:52:31] I [14:52:31] Executing CALLBACK_CMD: I [14:52:31] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:52:31] LAYOUT desired IDLE 0 D [14:52:31] LAYOUT applied IDLE 0 D [14:52:31] LOOP pfds_destroy D [14:52:31] LOOP END D [14:52:31] LOOP START D [14:52:31] LOOP pfds_init D [14:52:31] LOOP _wl_display_prepare_read D [14:52:31] LOOP _wl_display_flush D [14:52:31] LOOP poll Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable D [14:52:42] LOOP _wl_display_read_events D [14:52:42] LOOP _wl_display_dispatch_pending__read_events D [14:52:42] LOOP receive_ipc_request D [14:52:42] D [14:52:42] Server received request: set D [14:52:42] Disabled: D [14:52:42] eDP-1 I [14:52:42] I [14:52:42] New configuration: I [14:52:42] Arrange in a ROW aligned at the TOP I [14:52:42] Order: I [14:52:42] HDMI-A-1 I [14:52:42] eDP-1 I [14:52:42] Scaling: ON I [14:52:42] Auto scale: ON (min: 1.000) I [14:52:42] Scale: I [14:52:42] eDP-1: 1.500 I [14:52:42] HDMI-A-1: 1.500 I [14:52:42] Disabled: I [14:52:42] eDP-1 I [14:52:42] Change success command: I [14:52:42] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:52:42] LOOP layout D [14:52:42] LAYOUT IDLE 0 D [14:52:42] LAYOUT desired IDLE 1 [4291251.827] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#11, 6) D [14:52:42] APPLY remainder I [14:52:42] I [14:52:42] eDP-1 Changing: I [14:52:42] from: I [14:52:42] scale: 1.500 (2.644) I [14:52:42] size: 2304x1440 I [14:52:42] position: 1466,0 I [14:52:42] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:52:42] VRR: off I [14:52:42] to: I [14:52:42] (disabled) [4291251.917] {Default Queue} -> zwlr_output_configuration_v1#11.disable_head(zwlr_output_head_v1#4278190083) [4291251.928] {Default Queue} -> zwlr_output_configuration_v1#11.apply() D [14:52:42] LAYOUT applied OUTSTANDING 1 D [14:52:42] LOOP notify_ipc_operation D [14:52:42] LOOP pfds_destroy D [14:52:42] LOOP END D [14:52:42] LOOP START D [14:52:42] LOOP pfds_init D [14:52:42] LOOP _wl_display_prepare_read D [14:52:42] LOOP _wl_display_flush D [14:52:42] LOOP poll D [14:52:42] LOOP _wl_display_read_events D [14:52:42] LOOP _wl_display_dispatch_pending__read_events [4291493.951] {Display Queue} wl_display#1.delete_id(3) [4291493.974] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0) [4291493.995] {Default Queue} discarded wl_output#6.scale(2) [4291494.009] {Default Queue} discarded wl_output#6.geometry(0, 0, 200, 150, 0, "DSC", "Paperlike H D", 0) [4291494.028] {Default Queue} discarded wl_output#6.scale(2) [4291494.041] {Default Queue} wl_registry#2.global_remove(55) [4291494.060] {Default Queue} -> zxdg_output_v1#9.destroy() [4291494.076] {Default Queue} zwlr_output_head_v1#4278190083.enabled(0) [4291494.091] {Default Queue} zwlr_output_manager_v1#5.done(38) [4291494.106] {Default Queue} zwlr_output_configuration_v1#11.succeeded() [4291494.120] {Default Queue} -> zwlr_output_configuration_v1#11.destroy() [4291494.134] {Default Queue} discarded wl_output#6.done() D [14:52:42] LOOP layout D [14:52:42] LAYOUT SUCCEEDED 0 I [14:52:42] I [14:52:42] Changes successful I [14:52:42] I [14:52:42] Executing CALLBACK_CMD: I [14:52:42] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:52:42] LAYOUT desired IDLE 0 D [14:52:42] LAYOUT applied IDLE 0 D [14:52:42] LOOP notify_ipc_operation D [14:52:42] LOOP pfds_destroy D [14:52:42] LOOP END D [14:52:42] LOOP START D [14:52:42] LOOP pfds_init D [14:52:42] LOOP _wl_display_prepare_read D [14:52:42] LOOP _wl_display_flush D [14:52:42] LOOP poll Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable D [14:53:45] LOOP _wl_display_read_events D [14:53:45] LOOP _wl_display_dispatch_pending__read_events [ 59575.374] {Display Queue} wl_display#1.delete_id(9) [ 59575.385] {Display Queue} wl_display#1.delete_id(11) [ 59575.392] {Default Queue} zwlr_output_mode_v1#4278190082.finished() [ 59575.412] {Default Queue} zwlr_output_mode_v1#4278190081.finished() [ 59575.420] {Default Queue} zwlr_output_head_v1#4278190080.finished() [ 59575.428] {Default Queue} wl_registry#2.global_remove(54) [ 59575.437] {Default Queue} -> zxdg_output_v1#7.destroy() [ 59575.445] {Default Queue} zwlr_output_manager_v1#5.done(44) D [14:53:45] LOOP layout I [14:53:45] I [14:53:45] HDMI-A-1 Departed: I [14:53:45] name: 'HDMI-A-1' I [14:53:45] desc: 'DSC Paperlike H D (HDMI-A-1)' D [14:53:45] LAYOUT IDLE 0 D [14:53:45] LAYOUT desired IDLE 0 D [14:53:45] LAYOUT applied IDLE 0 D [14:53:45] LOOP pfds_destroy D [14:53:45] LOOP END D [14:53:45] LOOP START D [14:53:45] LOOP pfds_init D [14:53:45] LOOP _wl_display_prepare_read D [14:53:45] LOOP _wl_display_flush D [14:53:45] LOOP poll D [14:54:08] LOOP _wl_display_read_events D [14:54:08] LOOP _wl_display_dispatch_pending__read_events D [14:54:08] LOOP receive_ipc_request D [14:54:08] D [14:54:08] Server received request: delete D [14:54:08] Disabled: D [14:54:08] eDP-1 I [14:54:08] I [14:54:08] New configuration: I [14:54:08] Arrange in a ROW aligned at the TOP I [14:54:08] Order: I [14:54:08] HDMI-A-1 I [14:54:08] eDP-1 I [14:54:08] Scaling: ON I [14:54:08] Auto scale: ON (min: 1.000) I [14:54:08] Scale: I [14:54:08] eDP-1: 1.500 I [14:54:08] HDMI-A-1: 1.500 I [14:54:08] Change success command: I [14:54:08] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:54:08] LOOP layout D [14:54:08] LAYOUT IDLE 0 D [14:54:08] LAYOUT desired IDLE 1 [ 82932.081] {Default Queue} -> zwlr_output_manager_v1#5.create_configuration(new id zwlr_output_configuration_v1#11, 44) D [14:54:08] APPLY remainder I [14:54:08] I [14:54:08] eDP-1 Changing: I [14:54:08] from: I [14:54:08] mode: 3456x2160@120Hz (120,000mHz) (preferred) I [14:54:08] VRR: off I [14:54:08] (disabled) I [14:54:08] to: I [14:54:08] scale: 1.500 I [14:54:08] position: 0,0 I [14:54:08] transform: none I [14:54:08] (enabled) [ 82932.197] {Default Queue} -> zwlr_output_configuration_v1#11.enable_head(new id zwlr_output_configuration_head_v1#9, zwlr_output_head_v1#4278190083) [ 82932.219] {Default Queue} -> zwlr_output_configuration_head_v1#9.set_scale(1.50000000) [ 82932.226] {Default Queue} -> zwlr_output_configuration_head_v1#9.set_position(0, 0) [ 82932.233] {Default Queue} -> zwlr_output_configuration_head_v1#9.set_transform(0) [ 82932.245] {Default Queue} -> zwlr_output_configuration_v1#11.apply() D [14:54:08] LAYOUT applied OUTSTANDING 1 D [14:54:08] LOOP notify_ipc_operation D [14:54:08] LOOP pfds_destroy D [14:54:08] LOOP END D [14:54:08] LOOP START D [14:54:08] LOOP pfds_init D [14:54:08] LOOP _wl_display_prepare_read D [14:54:08] LOOP _wl_display_flush D [14:54:08] LOOP poll D [14:54:08] LOOP _wl_display_read_events D [14:54:08] LOOP _wl_display_dispatch_pending__read_events [ 82956.552] {Display Queue} wl_display#1.delete_id(7) [ 82956.560] {Display Queue} wl_display#1.delete_id(9) [ 82956.565] {Default Queue} wl_registry#2.global(56, "wl_output", 4) [ 82956.572] {Default Queue} -> wl_registry#2.bind(56, "wl_output", 4, new id [unknown]#7) [ 82956.579] {Default Queue} -> zxdg_output_manager_v1#4.get_xdg_output(new id zxdg_output_v1#3, wl_output#7) [ 82956.586] {Default Queue} zwlr_output_head_v1#4278190083.enabled(1) [ 82956.591] {Default Queue} zwlr_output_head_v1#4278190083.current_mode(zwlr_output_mode_v1#4278190084) [ 82956.596] {Default Queue} zwlr_output_head_v1#4278190083.position(0, 0) [ 82956.601] {Default Queue} zwlr_output_head_v1#4278190083.transform(0) [ 82956.605] {Default Queue} zwlr_output_head_v1#4278190083.scale(1.50000000) [ 82956.610] {Default Queue} zwlr_output_head_v1#4278190083.adaptive_sync(0) [ 82956.624] {Default Queue} zwlr_output_manager_v1#5.done(46) [ 82956.629] {Default Queue} zwlr_output_configuration_v1#11.succeeded() [ 82956.634] {Default Queue} -> zwlr_output_configuration_v1#11.destroy() D [14:54:08] LOOP layout D [14:54:08] LAYOUT SUCCEEDED 0 I [14:54:08] I [14:54:08] Changes successful I [14:54:08] I [14:54:08] Executing CALLBACK_CMD: I [14:54:08] notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}" D [14:54:08] LAYOUT desired IDLE 0 D [14:54:08] LAYOUT applied IDLE 0 D [14:54:08] LOOP notify_ipc_operation D [14:54:08] LOOP pfds_destroy D [14:54:08] LOOP END D [14:54:08] LOOP START D [14:54:08] LOOP pfds_init D [14:54:08] LOOP _wl_display_prepare_read D [14:54:08] LOOP _wl_display_flush D [14:54:08] LOOP poll D [14:54:08] LOOP _wl_display_read_events D [14:54:08] LOOP _wl_display_dispatch_pending__read_events [ 82958.526] {Display Queue} wl_display#1.delete_id(11) [ 82958.536] {Default Queue} discarded wl_output#7.geometry(0, 0, 346, 216, 0, "Unknown", "Unknown", 0) [ 82958.546] {Default Queue} discarded wl_output#7.mode(1, 3456, 2160, 120000) [ 82958.553] {Default Queue} discarded wl_output#7.scale(2) [ 82958.558] {Default Queue} discarded wl_output#7.name("eDP-1") [ 82958.564] {Default Queue} discarded wl_output#7.description("(null) (null) (eDP-1)") [ 82958.570] {Default Queue} discarded wl_output#7.done() [ 82958.575] {Default Queue} zxdg_output_v1#3.name("eDP-1") [ 82958.581] {Default Queue} zxdg_output_v1#3.description("(null) (null) (eDP-1)") [ 82958.587] {Default Queue} zxdg_output_v1#3.logical_position(0, 0) [ 82958.594] {Default Queue} zxdg_output_v1#3.logical_size(2304, 1440) [ 82958.600] {Default Queue} discarded wl_output#7.done() D [14:54:08] LOOP layout D [14:54:08] LAYOUT IDLE 0 D [14:54:08] LAYOUT desired IDLE 0 D [14:54:08] LAYOUT applied IDLE 0 D [14:54:08] LOOP pfds_destroy D [14:54:08] LOOP END D [14:54:08] LOOP START D [14:54:08] LOOP pfds_init D [14:54:08] LOOP _wl_display_prepare_read D [14:54:08] LOOP _wl_display_flush D [14:54:08] LOOP poll Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable D [14:54:17] LOOP _wl_display_read_events I [14:54:17] I [14:54:17] Wayland display terminated, exiting. ``` As an addendum to my comment above, it looks like Sway also has some `(null) (null) eDP-1` issues, so maybe that issue is more with my specific eDP-1 display rather than Sway/River? Anecdodatally I haven't seen `HDMI-A-1` come in as null on Sway yet, but have seen that in River, so there could still be a bug in that sense; I'd have to do more testing before I feel comfortable saying one way or ther other.

It doesn't look like anything is actually crashing? Way-displays chooses to exit with an error message when applying an output configuration fails.

I'm aware that sway has more robust handling of modeset failure and recursively searches for a working configuration that is closest to what the user requested. There is a TODO comment in river to implement this fallback search.

It doesn't look like anything is actually crashing? Way-displays chooses to exit with an error message when applying an output configuration fails. I'm aware that sway has more robust handling of modeset failure and recursively searches for a working configuration that is closest to what the user requested. There is a TODO comment in river to implement this fallback search.
ifreund changed title from (削除) way-displays crashes when re-enabling disabled internal monitor (削除ここまで) to applying output configuration fails when re-enabling disabled internal monitor 2026年05月18日 12:29:59 +02:00
ifreund changed title from (削除) applying output configuration fails when re-enabling disabled internal monitor (削除ここまで) to Applying output configuration fails when re-enabling disabled internal monitor 2026年05月18日 12:30:06 +02:00

@ifreund wrote in #1471 (comment):

It doesn't look like anything is actually crashing? Way-displays chooses to exit with an error message when applying an output configuration fails.

That exit is working as intended - on failure to set any mode it will exit.

I'm aware that sway has more robust handling of modeset failure and recursively searches for a working configuration that is closest to what the user requested. There is a TODO comment in river to implement this fallback search.

On a failed modeset, way-displays will try each mode in descending order of preference, exiting after failing to apply any mode.

The issue that the reporter is facing is that the modeset usually succeeds, however not in the specific reported case.

Is there anything we could do to further isolate or diagnose this modeset failure?

@ifreund wrote in https://codeberg.org/river/river/issues/1471#issuecomment-15191295: > It doesn't look like anything is actually crashing? Way-displays chooses to exit with an error message when applying an output configuration fails. That exit is working as intended - on failure to set any mode it will exit. > I'm aware that sway has more robust handling of modeset failure and recursively searches for a working configuration that is closest to what the user requested. There is a TODO comment in river to implement this fallback search. On a failed modeset, way-displays will try each mode in descending order of preference, exiting after failing to apply any mode. The issue that the reporter is facing is that the modeset usually succeeds, however not in the specific reported case. Is there anything we could do to further isolate or diagnose this modeset failure?

The issue that the reporter is facing is that the modeset usually succeeds, however not in the specific reported case.

I don't think way-displays should assume that if a config succeeds once it will always succeed in the future.

Is there anything we could do to further isolate or diagnose this modeset failure?

Unfortunately the kernel doesn't really give any information on why an atomic drm commit is rejected, it effectively just returns false. Our best course of action is probably to compare what river is passing to the kernel to what sway is passing to the kernel. Perhaps a debug sway log would shed some light...

> The issue that the reporter is facing is that the modeset usually succeeds, however not in the specific reported case. I don't think way-displays should assume that if a config succeeds once it will always succeed in the future. > Is there anything we could do to further isolate or diagnose this modeset failure? Unfortunately the kernel doesn't really give any information on why an atomic drm commit is rejected, it effectively just returns false. Our best course of action is probably to compare what river is passing to the kernel to what sway is passing to the kernel. Perhaps a debug sway log would shed some light...

@ifreund wrote in #1471 (comment):

I don't think way-displays should assume that if a config succeeds once it will always succeed in the future.

It actually goes the other way: if a config fails once, it never tries that config again. There is room for improvement.

Unfortunately the kernel doesn't really give any information on why an atomic drm commit is rejected, it effectively just returns false. Our best course of action is probably to compare what river is passing to the kernel to what sway is passing to the kernel. Perhaps a debug sway log would shed some light...

I assumed as much RE return code. Sway compare sounds like a great idea.

@ifreund wrote in https://codeberg.org/river/river/issues/1471#issuecomment-15448547: > I don't think way-displays should assume that if a config succeeds once it will always succeed in the future. It actually goes the other way: if a config fails once, it never tries that config again. There is room for improvement. > Unfortunately the kernel doesn't really give any information on why an atomic drm commit is rejected, it effectively just returns false. Our best course of action is probably to compare what river is passing to the kernel to what sway is passing to the kernel. Perhaps a debug sway log would shed some light... I assumed as much RE return code. Sway compare sounds like a great idea.

I believe I am experiencing the same issue. I am also running on asahi which might be the common thread here. The following test keeps the screen blank: wlr-randr --output eDP-1 --off; sleep 2; wlr-randr --output eDP-1 --on.

I have a small patch to fallback to calling commitState per output which seems to fix/workaround the issue for me.

I believe I am experiencing the same issue. I am also running on asahi which might be the common thread here. The following test keeps the screen blank: `wlr-randr --output eDP-1 --off; sleep 2; wlr-randr --output eDP-1 --on`. I have a small patch to fallback to calling `commitState` per output which seems to fix/workaround the issue for me.

@psanford wrote in #1471 (comment):

I believe I am experiencing the same issue. I am also running on asahi which might be the common thread here. The following test keeps the screen blank: wlr-randr --output eDP-1 --off; sleep 2; wlr-randr --output eDP-1 --on.

I have a small patch to fallback to calling commitState per output which seems to fix/workaround the issue for me.

That's interesting, thanks for the data point. This could indeed be a quirk in the asahi graphics stack that sway doesn't happen to trip over.

@psanford wrote in https://codeberg.org/river/river/issues/1471#issuecomment-15855962: > I believe I am experiencing the same issue. I am also running on asahi which might be the common thread here. The following test keeps the screen blank: `wlr-randr --output eDP-1 --off; sleep 2; wlr-randr --output eDP-1 --on`. > > I have a small patch to fallback to calling `commitState` per output which seems to fix/workaround the issue for me. That's interesting, thanks for the data point. This could indeed be a quirk in the asahi graphics stack that sway doesn't happen to trip over.
ifreund changed title from (削除) Applying output configuration fails when re-enabling disabled internal monitor (削除ここまで) to Applying output configuration fails when re-enabling disabled internal monitor (asahi specific?) 2026年05月25日 19:30:18 +02:00
Author
Copy link

Perhaps a debug sway log would shed some light...

Hello again! I am back with a sway debug log. Hopefully it can shed some light! The log is for the exact same test case as all of the above logs (manually disabling the internal display, then re-enabling it over ssh). Sway is able to apply the output configuration changes seemingly without issue. The final lines of the log depict me exiting the sway session using swaymsg exit after the display has successfully been re-enabled.

00:00:00.000 [INFO] [sway/main.c:321] Sway version 1.11
00:00:00.000 [INFO] [sway/main.c:322] wlroots version 0.19.2
00:00:00.000 [INFO] [sway/main.c:78] Linux yyy 7.0.13-400.asahi.fc44.aarch64+16k #1 SMP PREEMPT_DYNAMIC Wed Jun 24 05:44:57 UTC 2026 aarch64 GNU/Linux
00:00:00.000 [INFO] [sway/main.c:94] Contents of /etc/os-release:
00:00:00.000 [INFO] [sway/main.c:78] NAME="Fedora Linux Asahi Remix"
00:00:00.000 [INFO] [sway/main.c:78] VERSION="44 (Workstation Edition)"
00:00:00.000 [INFO] [sway/main.c:78] RELEASE_TYPE=stable
00:00:00.000 [INFO] [sway/main.c:78] ID=fedora-asahi-remix
00:00:00.000 [INFO] [sway/main.c:78] ID_LIKE=fedora
00:00:00.000 [INFO] [sway/main.c:78] VERSION_ID=44
00:00:00.000 [INFO] [sway/main.c:78] VERSION_CODENAME=""
00:00:00.000 [INFO] [sway/main.c:78] PRETTY_NAME="Fedora Linux Asahi Remix 44 (Workstation Edition)"
00:00:00.000 [INFO] [sway/main.c:78] ANSI_COLOR="0;38;2;60;110;180"
00:00:00.000 [INFO] [sway/main.c:78] LOGO=fedora-logo-icon
00:00:00.000 [INFO] [sway/main.c:78] CPE_NAME="cpe:/o:fedoraproject:fedora-asahi-remix:44"
00:00:00.000 [INFO] [sway/main.c:78] DEFAULT_HOSTNAME="fedora"
00:00:00.000 [INFO] [sway/main.c:78] HOME_URL="https://fedora-asahi-remix.org/"
00:00:00.000 [INFO] [sway/main.c:78] DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora-asahi-remix/"
00:00:00.000 [INFO] [sway/main.c:78] SUPPORT_URL="https://discussion.fedoraproject.org/c/neighbors/asahi/asahi-help/94"
00:00:00.000 [INFO] [sway/main.c:78] BUG_REPORT_URL="https://bugzilla.redhat.com/"
00:00:00.000 [INFO] [sway/main.c:78] REDHAT_BUGZILLA_PRODUCT="Fedora"
00:00:00.000 [INFO] [sway/main.c:78] REDHAT_BUGZILLA_PRODUCT_VERSION=44
00:00:00.000 [INFO] [sway/main.c:78] REDHAT_SUPPORT_PRODUCT="Fedora"
00:00:00.000 [INFO] [sway/main.c:78] REDHAT_SUPPORT_PRODUCT_VERSION=44
00:00:00.000 [INFO] [sway/main.c:78] VARIANT="Workstation Edition"
00:00:00.000 [INFO] [sway/main.c:78] VARIANT_ID=workstation
00:00:00.001 [INFO] [sway/main.c:94] Contents of /etc/redhat-release:
00:00:00.001 [INFO] [sway/main.c:78] Fedora Asahi Remix release 44 (Forty Four)
00:00:00.001 [INFO] [sway/main.c:66] LD_LIBRARY_PATH=
00:00:00.001 [INFO] [sway/main.c:66] LD_PRELOAD=
00:00:00.001 [INFO] [sway/main.c:66] PATH=/home/xxx/.nvm/versions/node/v22.15.0/bin:/home/xxx/.rbenv/shims:/usr/local/bin:/usr/bin:/home/xxx/bin:/home/xxx/.local/bin:/home/xxx/.cargo/bin:/home/xxx/dev/public/zig-aarch64-linux-0.16.0
00:00:00.001 [INFO] [sway/main.c:66] SWAYSOCK=
00:00:00.001 [INFO] [sway/main.c:351] Starting sway version 1.11
00:00:00.001 [DEBUG] [sway/server.c:236] Initializing Wayland server
00:00:00.001 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.001 [INFO] [wlr] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.006 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.006 [INFO] [wlr] [backend/session/session.c:117] Successfully loaded libseat session
00:00:00.010 [DEBUG] [wlr] [backend/session/session.c:410] Ignoring '/dev/dri/card1': not a KMS device
00:00:00.013 [INFO] [wlr] [backend/backend.c:248] Found 1 GPUs
00:00:00.013 [INFO] [wlr] [backend/drm/backend.c:225] Initializing DRM backend for /dev/dri/card2 (apple)
00:00:00.013 [DEBUG] [wlr] [backend/drm/drm.c:110] Using atomic DRM interface
00:00:00.013 [DEBUG] [wlr] [backend/drm/drm.c:131] ADDFB2 modifiers supported
00:00:00.013 [INFO] [wlr] [backend/drm/drm.c:310] Found 2 DRM CRTCs
00:00:00.013 [INFO] [wlr] [backend/drm/drm.c:268] Found 4 DRM planes
00:00:00.029 [INFO] [wlr] [render/egl.c:205] 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.030 [DEBUG] [wlr] [render/egl.c:546] DRM device '/dev/dri/card2' has no render node, falling back to primary node
00:00:00.041 [INFO] [wlr] [render/egl.c:369] Using EGL 1.5
00:00:00.041 [INFO] [wlr] [render/egl.c:370] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression 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 EGL_KHR_image_base EGL_KHR_image_pixmap 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_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_NV_context_priority_realtime 
00:00:00.041 [INFO] [wlr] [render/egl.c:372] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node EGL_EXT_device_query_name EGL_EXT_device_persistent_id
00:00:00.041 [INFO] [wlr] [render/egl.c:374] EGL vendor: Mesa Project
00:00:00.041 [INFO] [wlr] [render/egl.c:376] EGL driver name: asahi
00:00:00.041 [DEBUG] [wlr] [render/egl.c:120] Supported DMA-BUF formats:
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB4H (0x48344241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XB4H (0x48344258)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB48 (0x38344241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR30 (0x30335241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XR30 (0x30335258)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB30 (0x30334241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XB30 (0x30334258)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR24 (0x34325241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB24 (0x34324241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XR24 (0x34325258)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XB24 (0x34324258)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR15 (0x35315241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB15 (0x35314241)
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR12 (0x32315241)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] AB12 (0x32314241)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] RG16 (0x36314752)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R8 (0x20203852)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R16 (0x20363152)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR88 (0x38385247)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR32 (0x32335247)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R H (0x48202052)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R F (0x46202052)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR H (0x48205247)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR F (0x46205247)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] AB8F (0x46384241)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YUV9 (0x39565559)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU11 (0x31315559)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU12 (0x32315559)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU16 (0x36315559)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU24 (0x34325559)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YVU9 (0x39555659)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV11 (0x31315659)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV12 (0x32315659)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV16 (0x36315659)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV24 (0x34325659)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S010 (0x30313053)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S210 (0x30313253)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S410 (0x30313453)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S012 (0x32313053)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S212 (0x32313253)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S412 (0x32313453)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S016 (0x36313053)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S216 (0x36313253)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S416 (0x36313453)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] NV12 (0x3231564E)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] NV21 (0x3132564E)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] P010 (0x30313050)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] P012 (0x32313050)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] P016 (0x36313050)
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] P030 (0x30333050)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV16 (0x3631564E)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV61 (0x3136564E)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV24 (0x3432564E)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV42 (0x3234564E)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] AYUV (0x56555941)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] XYUV (0x56555958)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y410 (0x30313459)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y412 (0x32313459)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y416 (0x36313459)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] YUYV (0x56595559)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] YVYU (0x55595659)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] UYVY (0x59565955)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] VYUY (0x59555956)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y210 (0x30313259)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y212 (0x32313259)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y216 (0x36313259)
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render
00:00:00.043 [DEBUG] [wlr] [render/egl.c:189] EGL DMA-BUF format modifiers supported
00:00:00.045 [DEBUG] [wlr] [render/egl.c:449] Obtained high priority context
00:00:00.045 [DEBUG] [wlr] [render/egl.c:600] Using EGL_PLATFORM_GBM_KHR
00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:538] Creating GLES2 renderer
00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 26.1.3
00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:540] GL vendor: Mesa
00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:541] GL renderer: Apple M1 Max (G13C C0)
00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:542] 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_EXT_texture_storage 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_sRGB 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_EXT_shadow_samplers GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_hdr 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_framebuffer_fetch 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_multi_draw_indirect 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_blend_equation_advanced_coherent 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_conservative_depth GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_KHR_shader_subgroup GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra 
00:00:00.047 [DEBUG] [wlr] [render/gles2/renderer.c:597] GPU reset notifications are enabled
00:00:00.050 [DEBUG] [wlr] [GLES2] FS shader: 6 instrs, 2 alu, 2 fscib, 0 ic, 12 code size, 12 gprs, 24 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 11 preamble inst
00:00:00.050 [DEBUG] [wlr] [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst
00:00:00.051 [DEBUG] [wlr] [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst
00:00:00.052 [DEBUG] [wlr] [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst
00:00:00.052 [DEBUG] [wlr] [render/allocator/allocator.c:115] Trying to create gbm allocator
00:00:00.058 [DEBUG] [wlr] [render/allocator/gbm.c:216] Created GBM allocator with backend drm
00:00:00.058 [DEBUG] [wlr] [render/allocator/gbm.c:219] Using DRM node /dev/dri/card2
00:00:00.058 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:599] Creating wlr_drm_lease_device_v1 for /dev/dri/card2
00:00:00.058 [INFO] [wlr] [backend/headless/backend.c:60] Creating headless backend
00:00:00.059 [INFO] [sway/config.c:422] Loading config from /home/xxx/.config/sway/config
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 1: # Default config for sway
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 2: #
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking.
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 4: #
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 5: # Read `man 5 sway` for a complete reference.
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 6: 
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 7: # exec way-displays > /tmp/way-displays.${XDG_VTNR}.${USER}.log 2>&1
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 8: exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1
00:00:00.059 [INFO] [sway/commands.c:381] Config command: exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1
00:00:00.059 [DEBUG] [sway/config.c:825] Deferring command `exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1'
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 9: 
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 10: ### Variables
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 11: #
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 12: # Logo key. Use Mod1 for Alt.
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 13: set $mod Mod4
00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $mod Mod4
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $mod Mod4
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 14: # Home row direction keys, like vim
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 15: set $left h
00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $left h
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $left h
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 16: set $down j
00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $down j
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $down j
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 17: set $up k
00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $up k
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $up k
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 18: set $right l
00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $right l
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $right l
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 19: # Your preferred terminal emulator
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 20: set $term alacritty
00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $term alacritty
00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $term alacritty
00:00:00.059 [DEBUG] [sway/config.c:781] Read line 21: # Your preferred application launcher
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 22: set $menu fuzzel # wmenu-run
00:00:00.060 [INFO] [sway/commands.c:381] Config command: set $menu fuzzel # wmenu-run
00:00:00.060 [INFO] [sway/commands.c:404] After replacement: set $menu fuzzel # wmenu-run
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 23: 
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 24: ### Output configuration
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 25: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 26: # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 27: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.060 [INFO] [sway/commands.c:381] Config command: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.060 [INFO] [sway/commands.c:404] After replacement: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.060 [DEBUG] [sway/commands.c:436] Subcommand: bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.060 [DEBUG] [sway/config/output.c:272] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position 2147483647,2147483647 scale -1.000000 subpixel unknown transform -1) (bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill) (power -1) (max render time: -1) (allow tearing: -1)
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 28: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 29: # Example configuration:
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 30: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 31: # output HDMI-A-1 resolution 1920x1080 position 1920,0
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 32: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 33: # You can get the names of your outputs by running: swaymsg -t get_outputs
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 34: 
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 35: ### Idle configuration
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 36: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 37: # Example configuration:
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 38: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 39: # exec swayidle -w \
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 40: # timeout 300 'swaylock -f -c 000000' \
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 41: # timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 42: # before-sleep 'swaylock -f -c 000000'
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 43: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 44: # This will lock your screen after 300 seconds of inactivity, then turn off
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 45: # your displays after another 300 seconds, and turn your screens back on when
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 46: # resumed. It will also lock your screen before your computer goes to sleep.
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 47: 
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 48: ### Input configuration
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 49: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 50: # Example configuration:
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 51: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 52: # input type:touchpad {
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 53: # dwt enabled
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 54: # tap enabled
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 55: # natural_scroll enabled
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 56: # middle_emulation enabled
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 57: # }
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 58: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 59: # input type:keyboard {
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 60: # xkb_layout "eu"
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 61: # }
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 62: #
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 63: # You can also configure each device individually.
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 64: # Read `man 5 sway-input` for more information about this section.
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 65: 
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 66: input type:touchpad {
00:00:00.060 [DEBUG] [sway/config.c:835] Entering block 'input type:touchpad'
00:00:00.060 [DEBUG] [sway/config.c:781] Read line 67: natural_scroll disabled
00:00:00.060 [INFO] [sway/commands.c:381] Config command: input type:touchpad natural_scroll disabled
00:00:00.060 [INFO] [sway/commands.c:404] After replacement: input type:touchpad natural_scroll disabled
00:00:00.060 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad
00:00:00.060 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad)
00:00:00.060 [DEBUG] [sway/commands.c:436] Subcommand: natural_scroll disabled
00:00:00.060 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.061 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad
00:00:00.061 [DEBUG] [sway/config.c:781] Read line 68: }
00:00:00.061 [DEBUG] [sway/config.c:852] Exiting block 'input type:touchpad'
00:00:00.061 [DEBUG] [sway/config.c:781] Read line 69: 
00:00:00.061 [DEBUG] [sway/config.c:781] Read line 70: input type:keyboard {
00:00:00.061 [DEBUG] [sway/config.c:835] Entering block 'input type:keyboard'
00:00:00.061 [DEBUG] [sway/config.c:781] Read line 71: xkb_layout us
00:00:00.061 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_layout us
00:00:00.061 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_layout us
00:00:00.061 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.061 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.061 [DEBUG] [sway/commands.c:436] Subcommand: xkb_layout us
00:00:00.061 [DEBUG] [sway/commands/input/xkb_layout.c:17] set-xkb_layout for config: type:keyboard layout: us
00:00:00.061 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.063 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.063 [DEBUG] [sway/config.c:781] Read line 72: xkb_options ctrl:nocaps
00:00:00.063 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_options ctrl:nocaps
00:00:00.063 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_options ctrl:nocaps
00:00:00.063 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard
00:00:00.063 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard)
00:00:00.063 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps
00:00:00.063 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: type:keyboard options: ctrl:nocaps
00:00:00.063 [DEBUG] [sway/config/input.c:15] new_input_config(temp)
00:00:00.065 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 73: }
00:00:00.065 [DEBUG] [sway/config.c:852] Exiting block 'input type:keyboard'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 74: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 75: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 76: ### Key bindings
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 77: #
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 78: # Basics:
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 79: #
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 80: # Start a terminal
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 81: bindsym $mod+Shift+Return exec $term
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Return exec $term
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Return exec alacritty
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Return to command `exec alacritty` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 82: bindsym $mod+f exec firefox
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+f exec firefox
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+f exec firefox
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+f to command `exec firefox` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 83: bindsym $mod+Shift+f exec firefox --private-window
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+f exec firefox --private-window
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+f exec firefox --private-window
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+f to command `exec firefox --private-window` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 84: bindsym $mod+d exec epiphany --new-window
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+d exec epiphany --new-window
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+d exec epiphany --new-window
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+d to command `exec epiphany --new-window` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 85: bindsym $mod+Shift+d exec epiphany --new-window -i
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+d exec epiphany --new-window -i
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+d exec epiphany --new-window -i
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+d to command `exec epiphany --new-window -i` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 86: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 87: # Kill focused window
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 88: bindsym $mod+Shift+c kill
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+c kill
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+c kill
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+c to command `kill` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 89: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 90: # Start your launcher
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 91: bindsym $mod+o exec $menu
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+o exec $menu
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+o exec fuzzel # wmenu-run
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+o to command `exec fuzzel # wmenu-run` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 92: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 93: # Drag floating windows by holding down $mod and left mouse button.
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 94: # Resize them with right mouse button + $mod.
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 95: # Despite the name, also works for non-floating windows.
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 96: # Change normal to inverse to use left mouse button for resizing and right
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 97: # mouse button for dragging.
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 98: floating_modifier $mod normal
00:00:00.065 [INFO] [sway/commands.c:381] Config command: floating_modifier $mod normal
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: floating_modifier Mod4 normal
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 99: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 100: # Reload the configuration file
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 101: bindsym $mod+q reload
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+q reload
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+q reload
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+q to command `reload` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 102: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 103: # Exit sway (logs you out of your Wayland session)
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 104: # bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 105: bindsym $mod+Shift+q exec swaymsg exit
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+q exec swaymsg exit
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+q exec swaymsg exit
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+q to command `exec swaymsg exit` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 106: #
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 107: # Moving around:
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 108: #
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 109: # Move your focus around
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 110: bindsym $mod+$left focus left
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$left focus left
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+h focus left
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+h to command `focus left` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 111: bindsym $mod+$down focus down
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$down focus down
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+j focus down
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+j to command `focus down` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 112: bindsym $mod+$up focus up
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$up focus up
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+k focus up
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+k to command `focus up` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 113: bindsym $mod+$right focus right
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$right focus right
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+l focus right
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+l to command `focus right` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 114: # Or use $mod+[up|down|left|right]
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 115: bindsym $mod+Left focus left
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Left focus left
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Left focus left
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Left to command `focus left` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 116: bindsym $mod+Down focus down
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Down focus down
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Down focus down
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Down to command `focus down` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 117: bindsym $mod+Up focus up
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Up focus up
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Up focus up
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Up to command `focus up` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 118: bindsym $mod+Right focus right
00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Right focus right
00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Right focus right
00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Right to command `focus right` for device '*'
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 119: 
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 120: # Move the focused window with the same, but add Shift
00:00:00.065 [DEBUG] [sway/config.c:781] Read line 121: bindsym $mod+Shift+$left move left
00:00:00.065 [INFO] [sway/commands.
> Perhaps a debug sway log would shed some light... Hello again! I am back with a sway debug log. Hopefully it can shed some light! The log is for the exact same test case as all of the above logs (manually disabling the internal display, then re-enabling it over ssh). Sway is able to apply the output configuration changes seemingly without issue. The final lines of the log depict me exiting the sway session using `swaymsg exit` after the display has successfully been re-enabled. ``` 00:00:00.000 [INFO] [sway/main.c:321] Sway version 1.11 00:00:00.000 [INFO] [sway/main.c:322] wlroots version 0.19.2 00:00:00.000 [INFO] [sway/main.c:78] Linux yyy 7.0.13-400.asahi.fc44.aarch64+16k #1 SMP PREEMPT_DYNAMIC Wed Jun 24 05:44:57 UTC 2026 aarch64 GNU/Linux 00:00:00.000 [INFO] [sway/main.c:94] Contents of /etc/os-release: 00:00:00.000 [INFO] [sway/main.c:78] NAME="Fedora Linux Asahi Remix" 00:00:00.000 [INFO] [sway/main.c:78] VERSION="44 (Workstation Edition)" 00:00:00.000 [INFO] [sway/main.c:78] RELEASE_TYPE=stable 00:00:00.000 [INFO] [sway/main.c:78] ID=fedora-asahi-remix 00:00:00.000 [INFO] [sway/main.c:78] ID_LIKE=fedora 00:00:00.000 [INFO] [sway/main.c:78] VERSION_ID=44 00:00:00.000 [INFO] [sway/main.c:78] VERSION_CODENAME="" 00:00:00.000 [INFO] [sway/main.c:78] PRETTY_NAME="Fedora Linux Asahi Remix 44 (Workstation Edition)" 00:00:00.000 [INFO] [sway/main.c:78] ANSI_COLOR="0;38;2;60;110;180" 00:00:00.000 [INFO] [sway/main.c:78] LOGO=fedora-logo-icon 00:00:00.000 [INFO] [sway/main.c:78] CPE_NAME="cpe:/o:fedoraproject:fedora-asahi-remix:44" 00:00:00.000 [INFO] [sway/main.c:78] DEFAULT_HOSTNAME="fedora" 00:00:00.000 [INFO] [sway/main.c:78] HOME_URL="https://fedora-asahi-remix.org/" 00:00:00.000 [INFO] [sway/main.c:78] DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora-asahi-remix/" 00:00:00.000 [INFO] [sway/main.c:78] SUPPORT_URL="https://discussion.fedoraproject.org/c/neighbors/asahi/asahi-help/94" 00:00:00.000 [INFO] [sway/main.c:78] BUG_REPORT_URL="https://bugzilla.redhat.com/" 00:00:00.000 [INFO] [sway/main.c:78] REDHAT_BUGZILLA_PRODUCT="Fedora" 00:00:00.000 [INFO] [sway/main.c:78] REDHAT_BUGZILLA_PRODUCT_VERSION=44 00:00:00.000 [INFO] [sway/main.c:78] REDHAT_SUPPORT_PRODUCT="Fedora" 00:00:00.000 [INFO] [sway/main.c:78] REDHAT_SUPPORT_PRODUCT_VERSION=44 00:00:00.000 [INFO] [sway/main.c:78] VARIANT="Workstation Edition" 00:00:00.000 [INFO] [sway/main.c:78] VARIANT_ID=workstation 00:00:00.001 [INFO] [sway/main.c:94] Contents of /etc/redhat-release: 00:00:00.001 [INFO] [sway/main.c:78] Fedora Asahi Remix release 44 (Forty Four) 00:00:00.001 [INFO] [sway/main.c:66] LD_LIBRARY_PATH= 00:00:00.001 [INFO] [sway/main.c:66] LD_PRELOAD= 00:00:00.001 [INFO] [sway/main.c:66] PATH=/home/xxx/.nvm/versions/node/v22.15.0/bin:/home/xxx/.rbenv/shims:/usr/local/bin:/usr/bin:/home/xxx/bin:/home/xxx/.local/bin:/home/xxx/.cargo/bin:/home/xxx/dev/public/zig-aarch64-linux-0.16.0 00:00:00.001 [INFO] [sway/main.c:66] SWAYSOCK= 00:00:00.001 [INFO] [sway/main.c:351] Starting sway version 1.11 00:00:00.001 [DEBUG] [sway/server.c:236] Initializing Wayland server 00:00:00.001 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory 00:00:00.001 [INFO] [wlr] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping 00:00:00.006 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind' 00:00:00.006 [INFO] [wlr] [backend/session/session.c:117] Successfully loaded libseat session 00:00:00.010 [DEBUG] [wlr] [backend/session/session.c:410] Ignoring '/dev/dri/card1': not a KMS device 00:00:00.013 [INFO] [wlr] [backend/backend.c:248] Found 1 GPUs 00:00:00.013 [INFO] [wlr] [backend/drm/backend.c:225] Initializing DRM backend for /dev/dri/card2 (apple) 00:00:00.013 [DEBUG] [wlr] [backend/drm/drm.c:110] Using atomic DRM interface 00:00:00.013 [DEBUG] [wlr] [backend/drm/drm.c:131] ADDFB2 modifiers supported 00:00:00.013 [INFO] [wlr] [backend/drm/drm.c:310] Found 2 DRM CRTCs 00:00:00.013 [INFO] [wlr] [backend/drm/drm.c:268] Found 4 DRM planes 00:00:00.029 [INFO] [wlr] [render/egl.c:205] 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.030 [DEBUG] [wlr] [render/egl.c:546] DRM device '/dev/dri/card2' has no render node, falling back to primary node 00:00:00.041 [INFO] [wlr] [render/egl.c:369] Using EGL 1.5 00:00:00.041 [INFO] [wlr] [render/egl.c:370] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression 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 EGL_KHR_image_base EGL_KHR_image_pixmap 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_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_NV_context_priority_realtime 00:00:00.041 [INFO] [wlr] [render/egl.c:372] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node EGL_EXT_device_query_name EGL_EXT_device_persistent_id 00:00:00.041 [INFO] [wlr] [render/egl.c:374] EGL vendor: Mesa Project 00:00:00.041 [INFO] [wlr] [render/egl.c:376] EGL driver name: asahi 00:00:00.041 [DEBUG] [wlr] [render/egl.c:120] Supported DMA-BUF formats: 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB4H (0x48344241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XB4H (0x48344258) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB48 (0x38344241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR30 (0x30335241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XR30 (0x30335258) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB30 (0x30334241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XB30 (0x30334258) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR24 (0x34325241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB24 (0x34324241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XR24 (0x34325258) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] XB24 (0x34324258) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR15 (0x35315241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AB15 (0x35314241) 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.041 [DEBUG] [wlr] [render/egl.c:169] AR12 (0x32315241) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] AB12 (0x32314241) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] RG16 (0x36314752) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R8 (0x20203852) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R16 (0x20363152) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR88 (0x38385247) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR32 (0x32335247) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R H (0x48202052) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] R F (0x46202052) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR H (0x48205247) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] GR F (0x46205247) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] AB8F (0x46384241) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YUV9 (0x39565559) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU11 (0x31315559) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU12 (0x32315559) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU16 (0x36315559) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YU24 (0x34325559) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YVU9 (0x39555659) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV11 (0x31315659) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV12 (0x32315659) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV16 (0x36315659) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] YV24 (0x34325659) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S010 (0x30313053) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S210 (0x30313253) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S410 (0x30313453) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S012 (0x32313053) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S212 (0x32313253) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S412 (0x32313453) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S016 (0x36313053) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S216 (0x36313253) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] S416 (0x36313453) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] NV12 (0x3231564E) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] NV21 (0x3132564E) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] P010 (0x30313050) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] P012 (0x32313050) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:169] P016 (0x36313050) 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.042 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] P030 (0x30333050) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV16 (0x3631564E) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV61 (0x3136564E) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV24 (0x3432564E) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] NV42 (0x3234564E) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] AYUV (0x56555941) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] XYUV (0x56555958) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y410 (0x30313459) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y412 (0x32313459) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y416 (0x36313459) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] YUYV (0x56595559) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] YVYU (0x55595659) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] UYVY (0x59565955) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] VYUY (0x59555956) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y210 (0x30313259) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y212 (0x32313259) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:169] Y216 (0x36313259) 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED_COMPRESSED (0x0C00000000000002): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] GPU_TILED (0x0C00000000000001): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render 00:00:00.043 [DEBUG] [wlr] [render/egl.c:189] EGL DMA-BUF format modifiers supported 00:00:00.045 [DEBUG] [wlr] [render/egl.c:449] Obtained high priority context 00:00:00.045 [DEBUG] [wlr] [render/egl.c:600] Using EGL_PLATFORM_GBM_KHR 00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:538] Creating GLES2 renderer 00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 26.1.3 00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:540] GL vendor: Mesa 00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:541] GL renderer: Apple M1 Max (G13C C0) 00:00:00.047 [INFO] [wlr] [render/gles2/renderer.c:542] 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_EXT_texture_storage 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_sRGB 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_EXT_shadow_samplers GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_hdr 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_framebuffer_fetch 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_multi_draw_indirect 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_blend_equation_advanced_coherent 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_conservative_depth GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_KHR_shader_subgroup GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra 00:00:00.047 [DEBUG] [wlr] [render/gles2/renderer.c:597] GPU reset notifications are enabled 00:00:00.050 [DEBUG] [wlr] [GLES2] FS shader: 6 instrs, 2 alu, 2 fscib, 0 ic, 12 code size, 12 gprs, 24 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 11 preamble inst 00:00:00.050 [DEBUG] [wlr] [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst 00:00:00.051 [DEBUG] [wlr] [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst 00:00:00.052 [DEBUG] [wlr] [GLES2] FS shader: 11 instrs, 4 alu, 4 fscib, 0 ic, 42 code size, 12 gprs, 22 uniforms, 0 scratch, 1024 threads, 0 loops, 0:0 spills:fills, 4 preamble inst 00:00:00.052 [DEBUG] [wlr] [render/allocator/allocator.c:115] Trying to create gbm allocator 00:00:00.058 [DEBUG] [wlr] [render/allocator/gbm.c:216] Created GBM allocator with backend drm 00:00:00.058 [DEBUG] [wlr] [render/allocator/gbm.c:219] Using DRM node /dev/dri/card2 00:00:00.058 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:599] Creating wlr_drm_lease_device_v1 for /dev/dri/card2 00:00:00.058 [INFO] [wlr] [backend/headless/backend.c:60] Creating headless backend 00:00:00.059 [INFO] [sway/config.c:422] Loading config from /home/xxx/.config/sway/config 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 1: # Default config for sway 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 2: # 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking. 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 4: # 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 5: # Read `man 5 sway` for a complete reference. 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 6: 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 7: # exec way-displays > /tmp/way-displays.${XDG_VTNR}.${USER}.log 2>&1 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 8: exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1 00:00:00.059 [INFO] [sway/commands.c:381] Config command: exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1 00:00:00.059 [DEBUG] [sway/config.c:825] Deferring command `exec WAYLAND_DEBUG=1 way-displays > ~/.config/sway/waydisplays-debug.log 2>&1' 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 9: 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 10: ### Variables 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 11: # 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 12: # Logo key. Use Mod1 for Alt. 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 13: set $mod Mod4 00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $mod Mod4 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $mod Mod4 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 14: # Home row direction keys, like vim 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 15: set $left h 00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $left h 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $left h 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 16: set $down j 00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $down j 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $down j 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 17: set $up k 00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $up k 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $up k 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 18: set $right l 00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $right l 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $right l 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 19: # Your preferred terminal emulator 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 20: set $term alacritty 00:00:00.059 [INFO] [sway/commands.c:381] Config command: set $term alacritty 00:00:00.059 [INFO] [sway/commands.c:404] After replacement: set $term alacritty 00:00:00.059 [DEBUG] [sway/config.c:781] Read line 21: # Your preferred application launcher 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 22: set $menu fuzzel # wmenu-run 00:00:00.060 [INFO] [sway/commands.c:381] Config command: set $menu fuzzel # wmenu-run 00:00:00.060 [INFO] [sway/commands.c:404] After replacement: set $menu fuzzel # wmenu-run 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 23: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 24: ### Output configuration 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 25: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 26: # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 27: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 00:00:00.060 [INFO] [sway/commands.c:381] Config command: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 00:00:00.060 [INFO] [sway/commands.c:404] After replacement: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 00:00:00.060 [DEBUG] [sway/commands.c:436] Subcommand: bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 00:00:00.060 [DEBUG] [sway/config/output.c:272] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position 2147483647,2147483647 scale -1.000000 subpixel unknown transform -1) (bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill) (power -1) (max render time: -1) (allow tearing: -1) 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 28: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 29: # Example configuration: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 30: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 31: # output HDMI-A-1 resolution 1920x1080 position 1920,0 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 32: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 33: # You can get the names of your outputs by running: swaymsg -t get_outputs 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 34: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 35: ### Idle configuration 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 36: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 37: # Example configuration: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 38: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 39: # exec swayidle -w \ 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 40: # timeout 300 'swaylock -f -c 000000' \ 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 41: # timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 42: # before-sleep 'swaylock -f -c 000000' 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 43: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 44: # This will lock your screen after 300 seconds of inactivity, then turn off 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 45: # your displays after another 300 seconds, and turn your screens back on when 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 46: # resumed. It will also lock your screen before your computer goes to sleep. 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 47: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 48: ### Input configuration 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 49: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 50: # Example configuration: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 51: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 52: # input type:touchpad { 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 53: # dwt enabled 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 54: # tap enabled 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 55: # natural_scroll enabled 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 56: # middle_emulation enabled 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 57: # } 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 58: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 59: # input type:keyboard { 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 60: # xkb_layout "eu" 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 61: # } 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 62: # 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 63: # You can also configure each device individually. 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 64: # Read `man 5 sway-input` for more information about this section. 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 65: 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 66: input type:touchpad { 00:00:00.060 [DEBUG] [sway/config.c:835] Entering block 'input type:touchpad' 00:00:00.060 [DEBUG] [sway/config.c:781] Read line 67: natural_scroll disabled 00:00:00.060 [INFO] [sway/commands.c:381] Config command: input type:touchpad natural_scroll disabled 00:00:00.060 [INFO] [sway/commands.c:404] After replacement: input type:touchpad natural_scroll disabled 00:00:00.060 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad 00:00:00.060 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) 00:00:00.060 [DEBUG] [sway/commands.c:436] Subcommand: natural_scroll disabled 00:00:00.060 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.061 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad 00:00:00.061 [DEBUG] [sway/config.c:781] Read line 68: } 00:00:00.061 [DEBUG] [sway/config.c:852] Exiting block 'input type:touchpad' 00:00:00.061 [DEBUG] [sway/config.c:781] Read line 69: 00:00:00.061 [DEBUG] [sway/config.c:781] Read line 70: input type:keyboard { 00:00:00.061 [DEBUG] [sway/config.c:835] Entering block 'input type:keyboard' 00:00:00.061 [DEBUG] [sway/config.c:781] Read line 71: xkb_layout us 00:00:00.061 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_layout us 00:00:00.061 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_layout us 00:00:00.061 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard 00:00:00.061 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) 00:00:00.061 [DEBUG] [sway/commands.c:436] Subcommand: xkb_layout us 00:00:00.061 [DEBUG] [sway/commands/input/xkb_layout.c:17] set-xkb_layout for config: type:keyboard layout: us 00:00:00.061 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.063 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard 00:00:00.063 [DEBUG] [sway/config.c:781] Read line 72: xkb_options ctrl:nocaps 00:00:00.063 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_options ctrl:nocaps 00:00:00.063 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_options ctrl:nocaps 00:00:00.063 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard 00:00:00.063 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) 00:00:00.063 [DEBUG] [sway/commands.c:436] Subcommand: xkb_options ctrl:nocaps 00:00:00.063 [DEBUG] [sway/commands/input/xkb_options.c:17] set-xkb_options for config: type:keyboard options: ctrl:nocaps 00:00:00.063 [DEBUG] [sway/config/input.c:15] new_input_config(temp) 00:00:00.065 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 73: } 00:00:00.065 [DEBUG] [sway/config.c:852] Exiting block 'input type:keyboard' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 74: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 75: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 76: ### Key bindings 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 77: # 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 78: # Basics: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 79: # 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 80: # Start a terminal 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 81: bindsym $mod+Shift+Return exec $term 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Return exec $term 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Return exec alacritty 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Return to command `exec alacritty` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 82: bindsym $mod+f exec firefox 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+f exec firefox 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+f exec firefox 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+f to command `exec firefox` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 83: bindsym $mod+Shift+f exec firefox --private-window 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+f exec firefox --private-window 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+f exec firefox --private-window 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+f to command `exec firefox --private-window` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 84: bindsym $mod+d exec epiphany --new-window 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+d exec epiphany --new-window 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+d exec epiphany --new-window 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+d to command `exec epiphany --new-window` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 85: bindsym $mod+Shift+d exec epiphany --new-window -i 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+d exec epiphany --new-window -i 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+d exec epiphany --new-window -i 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+d to command `exec epiphany --new-window -i` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 86: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 87: # Kill focused window 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 88: bindsym $mod+Shift+c kill 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+c kill 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+c kill 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+c to command `kill` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 89: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 90: # Start your launcher 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 91: bindsym $mod+o exec $menu 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+o exec $menu 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+o exec fuzzel # wmenu-run 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+o to command `exec fuzzel # wmenu-run` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 92: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 93: # Drag floating windows by holding down $mod and left mouse button. 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 94: # Resize them with right mouse button + $mod. 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 95: # Despite the name, also works for non-floating windows. 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 96: # Change normal to inverse to use left mouse button for resizing and right 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 97: # mouse button for dragging. 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 98: floating_modifier $mod normal 00:00:00.065 [INFO] [sway/commands.c:381] Config command: floating_modifier $mod normal 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: floating_modifier Mod4 normal 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 99: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 100: # Reload the configuration file 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 101: bindsym $mod+q reload 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+q reload 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+q reload 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+q to command `reload` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 102: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 103: # Exit sway (logs you out of your Wayland session) 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 104: # bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 105: bindsym $mod+Shift+q exec swaymsg exit 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+q exec swaymsg exit 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+q exec swaymsg exit 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+q to command `exec swaymsg exit` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 106: # 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 107: # Moving around: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 108: # 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 109: # Move your focus around 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 110: bindsym $mod+$left focus left 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$left focus left 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+h focus left 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+h to command `focus left` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 111: bindsym $mod+$down focus down 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$down focus down 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+j focus down 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+j to command `focus down` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 112: bindsym $mod+$up focus up 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$up focus up 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+k focus up 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+k to command `focus up` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 113: bindsym $mod+$right focus right 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$right focus right 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+l focus right 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+l to command `focus right` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 114: # Or use $mod+[up|down|left|right] 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 115: bindsym $mod+Left focus left 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Left focus left 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Left focus left 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Left to command `focus left` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 116: bindsym $mod+Down focus down 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Down focus down 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Down focus down 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Down to command `focus down` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 117: bindsym $mod+Up focus up 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Up focus up 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Up focus up 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Up to command `focus up` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 118: bindsym $mod+Right focus right 00:00:00.065 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Right focus right 00:00:00.065 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Right focus right 00:00:00.065 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Right to command `focus right` for device '*' 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 119: 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 120: # Move the focused window with the same, but add Shift 00:00:00.065 [DEBUG] [sway/config.c:781] Read line 121: bindsym $mod+Shift+$left move left 00:00:00.065 [INFO] [sway/commands.
Sign in to join this conversation.
No Branch/Tag specified
main
0.4.x
virt-keyboard
0.3.x
0.2.x
0.1.x
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.12
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
river/river#1471
Reference in a new issue
river/river
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?