Last active
October 31, 2024 04:45
-
-
Save matheusmoreira/395ad6dab00a9f41c42bace560c05ae4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ASAN_OPTIONS=abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1 | |
sway --debug 2> /run/user/1000/sway.debug.log | |
# SIGSEGV | |
cat /run/user/1000/sway.debug.log | |
00:00:00.000 [INFO] [sway/main.c:295] Sway version 1.10 | |
00:00:00.000 [INFO] [sway/main.c:296] wlroots version 0.18.1 | |
00:00:00.001 [INFO] [sway/main.c:81] Linux sinanju 6.11.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 22 Oct 2024 18:31:38 +0000 x86_64 GNU/Linux | |
00:00:00.001 [INFO] [sway/main.c:97] Contents of /etc/os-release: | |
00:00:00.001 [INFO] [sway/main.c:81] NAME="Arch Linux" | |
00:00:00.001 [INFO] [sway/main.c:81] PRETTY_NAME="Arch Linux" | |
00:00:00.001 [INFO] [sway/main.c:81] ID=arch | |
00:00:00.001 [INFO] [sway/main.c:81] BUILD_ID=rolling | |
00:00:00.001 [INFO] [sway/main.c:81] ANSI_COLOR="38;2;23;147;209" | |
00:00:00.001 [INFO] [sway/main.c:81] HOME_URL="https://archlinux.org/" | |
00:00:00.001 [INFO] [sway/main.c:81] DOCUMENTATION_URL="https://wiki.archlinux.org/" | |
00:00:00.001 [INFO] [sway/main.c:81] SUPPORT_URL="https://bbs.archlinux.org/" | |
00:00:00.001 [INFO] [sway/main.c:81] BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" | |
00:00:00.001 [INFO] [sway/main.c:81] PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" | |
00:00:00.001 [INFO] [sway/main.c:81] LOGO=archlinux-logo | |
00:00:00.001 [INFO] [sway/main.c:69] LD_LIBRARY_PATH= | |
00:00:00.001 [INFO] [sway/main.c:69] LD_PRELOAD= | |
00:00:00.001 [INFO] [sway/main.c:69] PATH=/home/matheus/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/emscripten:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl | |
00:00:00.001 [INFO] [sway/main.c:69] SWAYSOCK= | |
00:00:00.001 [INFO] [sway/main.c:332] Starting sway version 1.10 | |
00:00:00.001 [DEBUG] [sway/server.c:218] Initializing Wayland server | |
00:00:00.001 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'seatd' | |
00:00:00.001 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:212] Enabling seat | |
00:00:00.001 [INFO] [wlr] [backend/session/session.c:108] Successfully loaded libseat session | |
00:00:01.696 [INFO] [wlr] [backend/backend.c:256] Found 2 GPUs | |
00:00:01.696 [INFO] [wlr] [backend/drm/backend.c:185] Initializing DRM backend for /dev/dri/card2 (i915) | |
00:00:01.696 [DEBUG] [wlr] [backend/drm/drm.c:111] Using atomic DRM interface | |
00:00:01.696 [DEBUG] [wlr] [backend/drm/drm.c:131] ADDFB2 modifiers supported | |
00:00:01.696 [INFO] [wlr] [backend/drm/drm.c:310] Found 3 DRM CRTCs | |
00:00:01.696 [INFO] [wlr] [backend/drm/drm.c:268] Found 9 DRM planes | |
00:00:01.696 [INFO] [wlr] [backend/drm/backend.c:185] Initializing DRM backend for /dev/dri/card1 (nouveau) | |
00:00:01.696 [DEBUG] [wlr] [backend/drm/drm.c:107] Atomic modesetting unsupported, using legacy DRM interface | |
00:00:01.696 [DEBUG] [wlr] [backend/drm/drm.c:131] ADDFB2 modifiers supported | |
00:00:01.696 [INFO] [wlr] [backend/drm/drm.c:310] Found 4 DRM CRTCs | |
00:00:01.696 [INFO] [wlr] [backend/drm/drm.c:268] Found 12 DRM planes | |
00:00:01.697 [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:01.698 [DEBUG] [wlr] [render/egl.c:486] Using EGL device /dev/dri/card1 | |
00:00:01.707 [INFO] [wlr] [render/egl.c:354] Using EGL 1.5 | |
00:00:01.707 [INFO] [wlr] [render/egl.c:355] Supported EGL display extensions: EGL_ANDROID_blob_cache 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_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_WL_bind_wayland_display | |
00:00:01.707 [INFO] [wlr] [render/egl.c:357] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node | |
00:00:01.707 [INFO] [wlr] [render/egl.c:359] EGL vendor: Mesa Project | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:120] Supported DMA-BUF formats: | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AB4H (0x48344241) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] XB4H (0x48344258) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AB48 (0x38344241) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] XB48 (0x38344258) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AR30 (0x30335241) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] XR30 (0x30335258) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AB30 (0x30334241) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] XB30 (0x30334258) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AR24 (0x34325241) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AB24 (0x34324241) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] XR24 (0x34325258) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] XB24 (0x34324258) | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.707 [DEBUG] [wlr] [render/egl.c:169] AR15 (0x35315241) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] AR12 (0x32315241) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] RG16 (0x36314752) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] R8 (0x20203852) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] R16 (0x20363152) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] GR88 (0x38385247) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] GR32 (0x32335247) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YUV9 (0x39565559) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YU11 (0x31315559) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YU12 (0x32315559) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YU16 (0x36315559) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YU24 (0x34325559) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YVU9 (0x39555659) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YV11 (0x31315659) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YV12 (0x32315659) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YV16 (0x36315659) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YV24 (0x34325659) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] NV12 (0x3231564E) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] NV21 (0x3132564E) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] P010 (0x30313050) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] P012 (0x32313050) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] P016 (0x36313050) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] P030 (0x30333050) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] NV16 (0x3631564E) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] AYUV (0x56555941) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] XYUV (0x56555958) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] Y410 (0x30313459) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] Y412 (0x32313459) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] Y416 (0x36313459) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YUYV (0x56595559) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] YVYU (0x55595659) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:169] UYVY (0x59565955) | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.708 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:169] VYUY (0x59555956) | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:169] Y210 (0x30313259) | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:169] Y212 (0x32313259) | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:169] Y216 (0x36313259) | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=5,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE015): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=4,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE014): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=3,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE013): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=2,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE012): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=1,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE011): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] BLOCK_LINEAR_2D,HEIGHT=0,KIND=254,GEN=0,SECTOR=1,COMPRESSION=0 (0x03000000004FE010): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.709 [DEBUG] [wlr] [render/egl.c:189] EGL DMA-BUF format modifiers supported | |
00:00:01.710 [DEBUG] [wlr] [render/egl.c:535] Using EGL_PLATFORM_DEVICE_EXT | |
00:00:01.711 [INFO] [wlr] [render/gles2/renderer.c:538] Creating GLES2 renderer | |
00:00:01.711 [INFO] [wlr] [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 24.2.5-arch1.1 | |
00:00:01.711 [INFO] [wlr] [render/gles2/renderer.c:540] GL vendor: Mesa | |
00:00:01.711 [INFO] [wlr] [render/gles2/renderer.c:541] GL renderer: NV134 | |
00:00:01.711 [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_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_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_group_vote GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_tessellation_point_size GL_EXT_tessellation_shader GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5 GL_OES_primitive_bounding_box GL_OES_sample_shading GL_OES_sample_variables GL_OES_shader_io_blocks GL_OES_shader_multisample_interpolation GL_OES_tessellation_point_size GL_OES_tessellation_shader GL_OES_texture_border_clamp GL_OES_texture_buffer GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_blend_func_extended GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_EXT_texture_filter_minmax GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap_triangles GL_NV_sample_locations GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra | |
00:00:01.711 [DEBUG] [wlr] [render/gles2/renderer.c:597] GPU reset notifications are enabled | |
00:00:01.716 [DEBUG] [wlr] [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 13, bytes: 144, cached: 1781 | |
00:00:01.716 [DEBUG] [wlr] [GLES2] type: 4, local: 0, shared: 0, gpr: 4, inst: 5, bytes: 56, cached: 924 | |
00:00:01.716 [DEBUG] [wlr] [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 20, bytes: 216, cached: 2153 | |
00:00:01.716 [DEBUG] [wlr] [GLES2] type: 4, local: 0, shared: 0, gpr: 4, inst: 10, bytes: 112, cached: 1205 | |
00:00:01.716 [DEBUG] [wlr] [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 20, bytes: 216, cached: 2153 | |
00:00:01.717 [DEBUG] [wlr] [GLES2] type: 4, local: 0, shared: 0, gpr: 4, inst: 10, bytes: 112, cached: 1233 | |
00:00:01.717 [DEBUG] [wlr] [GLES2] type: 0, local: 0, shared: 0, gpr: 8, inst: 20, bytes: 216, cached: 2153 | |
00:00:01.717 [DEBUG] [wlr] [GLES2] type: 4, local: 0, shared: 0, gpr: 4, inst: 10, bytes: 112, cached: 1205 | |
00:00:01.717 [DEBUG] [wlr] [render/allocator/allocator.c:105] Trying to create gbm allocator | |
00:00:01.725 [DEBUG] [wlr] [render/allocator/gbm.c:212] Created GBM allocator with backend drm | |
00:00:01.725 [DEBUG] [wlr] [render/allocator/gbm.c:215] Using DRM node /dev/dri/card1 | |
00:00:01.725 [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:01.726 [DEBUG] [wlr] [render/egl.c:486] Using EGL device /dev/dri/card2 | |
00:00:01.778 [INFO] [wlr] [render/egl.c:354] Using EGL 1.5 | |
00:00:01.778 [INFO] [wlr] [render/egl.c:355] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync 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_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_WL_bind_wayland_display | |
00:00:01.778 [INFO] [wlr] [render/egl.c:357] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node | |
00:00:01.778 [INFO] [wlr] [render/egl.c:359] EGL vendor: Mesa Project | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:120] Supported DMA-BUF formats: | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AB4H (0x48344241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] XB4H (0x48344258) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AB48 (0x38344241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] XB48 (0x38344258) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AR30 (0x30335241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] XR30 (0x30335258) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AB30 (0x30334241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AR24 (0x34325241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AB24 (0x34324241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] XR24 (0x34325258) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] XB24 (0x34324258) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AR15 (0x35315241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] AR12 (0x32315241) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] RG16 (0x36314752) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] R8 (0x20203852) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] R16 (0x20363152) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] GR88 (0x38385247) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:169] GR32 (0x32335247) | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✓ render | |
00:00:01.778 [DEBUG] [wlr] [render/egl.c:103] Y_TILED_CCS (0x0100000000000004): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YUV9 (0x39565559) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YU11 (0x31315559) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YU12 (0x32315559) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YU16 (0x36315559) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YU24 (0x34325559) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YVU9 (0x39555659) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YV11 (0x31315659) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YV12 (0x32315659) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YV16 (0x36315659) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YV24 (0x34325659) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] NV12 (0x3231564E) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] NV21 (0x3132564E) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] P010 (0x30313050) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] P012 (0x32313050) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] P016 (0x36313050) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] P030 (0x30333050) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] NV16 (0x3631564E) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] AYUV (0x56555941) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] XYUV (0x56555958) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] Y410 (0x30313459) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] Y412 (0x32313459) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] Y416 (0x36313459) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YUYV (0x56595559) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] YVYU (0x55595659) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] UYVY (0x59565955) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] VYUY (0x59555956) | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.779 [DEBUG] [wlr] [render/egl.c:169] Y210 (0x30313259) | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:169] Y212 (0x32313259) | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:169] Y216 (0x36313259) | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] INVALID (0x00FFFFFFFFFFFFFF): ✓ texture ✓ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] LINEAR (0x0000000000000000): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] X_TILED (0x0100000000000001): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:103] Y_TILED (0x0100000000000002): ✓ texture ✗ render | |
00:00:01.780 [DEBUG] [wlr] [render/egl.c:189] EGL DMA-BUF format modifiers supported | |
00:00:01.782 [DEBUG] [wlr] [render/egl.c:434] Obtained high priority context | |
00:00:01.782 [DEBUG] [wlr] [render/egl.c:535] Using EGL_PLATFORM_DEVICE_EXT | |
00:00:01.782 [INFO] [wlr] [render/gles2/renderer.c:538] Creating GLES2 renderer | |
00:00:01.782 [INFO] [wlr] [render/gles2/renderer.c:539] Using OpenGL ES 3.2 Mesa 24.2.5-arch1.1 | |
00:00:01.782 [INFO] [wlr] [render/gles2/renderer.c:540] GL vendor: Intel | |
00:00:01.782 [INFO] [wlr] [render/gles2/renderer.c:541] GL renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2) | |
00:00:01.782 [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_AMD_performance_monitor 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_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_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_INTEL_conservative_rasterization GL_INTEL_performance_query GL_ANDROID_extension_pack_es31a GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_render_snorm GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_buffer GL_EXT_texture_cube_map_array GL_EXT_texture_norm16 GL_EXT_texture_view GL_KHR_blend_equation_advanced GL_KHR_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_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_clip_control GL_EXT_color_buffer_half_float GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_texture_compression_bptc GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp GL_EXT_texture_query_lod GL_MESA_sampler_objects GL_EXT_EGL_image_storage_compression GL_EXT_texture_storage_compression GL_MESA_bgra GL_MESA_texture_const_bandwidth | |
00:00:01.783 [DEBUG] [wlr] [render/gles2/renderer.c:597] GPU reset notifications are enabled | |
00:00:01.785 [DEBUG] [wlr] [render/allocator/allocator.c:105] Trying to create gbm allocator | |
00:00:01.793 [DEBUG] [wlr] [render/allocator/gbm.c:212] Created GBM allocator with backend drm | |
00:00:01.793 [DEBUG] [wlr] [render/allocator/gbm.c:215] Using DRM node /dev/dri/card2 | |
00:00:01.793 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:637] Creating wlr_drm_lease_device_v1 for /dev/dri/card2 | |
00:00:01.793 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:637] Creating wlr_drm_lease_device_v1 for /dev/dri/card1 | |
00:00:01.793 [INFO] [wlr] [wayland] unable to lock lockfile /run/user/1000/wayland-1.lock, maybe another compositor is running | |
00:00:01.794 [INFO] [wlr] [backend/headless/backend.c:67] Creating headless backend | |
00:00:01.797 [INFO] [sway/config.c:422] Loading config from /home/matheus/.config/sway/config | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 1: # man 5 sway | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 2: | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 3: include @sysconfdir@/sway/config.d/* | |
00:00:01.797 [INFO] [sway/commands.c:381] Config command: include @sysconfdir@/sway/config.d/* | |
00:00:01.797 [INFO] [sway/commands.c:404] After replacement: include @sysconfdir@/sway/config.d/* | |
00:00:01.797 [DEBUG] [sway/config.c:579] @sysconfdir@/sway/config.d/* not found. | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 4: | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 5: set $mod Mod4 | |
00:00:01.797 [INFO] [sway/commands.c:381] Config command: set $mod Mod4 | |
00:00:01.797 [INFO] [sway/commands.c:404] After replacement: set $mod Mod4 | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 6: set $menu dmenu_path | wmenu | xargs swaymsg exec -- | |
00:00:01.797 [INFO] [sway/commands.c:381] Config command: set $menu dmenu_path | wmenu | xargs swaymsg exec -- | |
00:00:01.797 [INFO] [sway/commands.c:404] After replacement: set $menu dmenu_path | wmenu | xargs swaymsg exec -- | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 7: set $term kitty | |
00:00:01.797 [INFO] [sway/commands.c:381] Config command: set $term kitty | |
00:00:01.797 [INFO] [sway/commands.c:404] After replacement: set $term kitty | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 8: set $browser firefox | |
00:00:01.797 [INFO] [sway/commands.c:381] Config command: set $browser firefox | |
00:00:01.797 [INFO] [sway/commands.c:404] After replacement: set $browser firefox | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 9: | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 10: floating_modifier $mod normal | |
00:00:01.797 [INFO] [sway/commands.c:381] Config command: floating_modifier $mod normal | |
00:00:01.797 [INFO] [sway/commands.c:404] After replacement: floating_modifier Mod4 normal | |
00:00:01.797 [DEBUG] [sway/config.c:797] Read line 11: workspace_layout tabbed | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: workspace_layout tabbed | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: workspace_layout tabbed | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 12: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 13: bindsym $mod+Shift+q kill | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+q kill | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+q kill | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+q to command `kill` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 14: bindsym $mod+Shift+c reload | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+c reload | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+c reload | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+c to command `reload` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 15: bindsym $mod+f fullscreen | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+f fullscreen | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+f fullscreen | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+f to command `fullscreen` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 16: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 18: bindsym $mod+l exec swaylock -f | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+l exec swaylock -f | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+l exec swaylock -f | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+l to command `exec swaylock -f` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 20: bindsym $mod+k exec swaymsg input type:keyboard xkb_switch_layout next | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+k exec swaymsg input type:keyboard xkb_switch_layout next | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+k exec swaymsg input type:keyboard xkb_switch_layout next | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+k to command `exec swaymsg input type:keyboard xkb_switch_layout next` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 22: bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit sway?' -B 'Yes' 'swaymsg exit' | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit sway?' -B 'Yes' 'swaymsg exit' | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+e exec swaynag -t warning -m 'Exit sway?' -B 'Yes' 'swaymsg exit' | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+e to command `exec swaynag -t warning -m 'Exit sway?' -B 'Yes' 'swaymsg exit'` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 23: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 24: bindsym $mod+d exec $menu | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+d exec $menu | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+d exec dmenu_path | wmenu | xargs swaymsg exec -- | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+d to command `exec dmenu_path | wmenu | xargs swaymsg exec --` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 25: bindsym $mod+Return exec $term | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Return exec $term | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Return exec kitty | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Return to command `exec kitty` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 26: bindsym $mod+b exec $browser | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+b exec $browser | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+b exec firefox | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+b to command `exec firefox` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 27: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 28: bindsym $mod+Shift+space floating toggle | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+space floating toggle | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+space floating toggle | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 29: bindsym $mod+space focus mode_toggle | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+space focus mode_toggle | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+space focus mode_toggle | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 30: bindsym $mod+a focus parent | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+a focus parent | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+a focus parent | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+a to command `focus parent` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 31: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 32: bindsym $mod+s layout stacking | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+s layout stacking | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+s layout stacking | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+s to command `layout stacking` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 33: bindsym $mod+w layout tabbed | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+w layout tabbed | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+w layout tabbed | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+w to command `layout tabbed` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 34: bindsym $mod+e layout toggle split | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+e layout toggle split | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+e layout toggle split | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+e to command `layout toggle split` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 35: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 36: bindsym $mod+h splith | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+h splith | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+h splith | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+h to command `splith` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 37: bindsym $mod+v splitv | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+v splitv | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+v splitv | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+v to command `splitv` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 38: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 39: bindsym $mod+Up focus up | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Up focus up | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Up focus up | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Up to command `focus up` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 40: bindsym $mod+Down focus down | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Down focus down | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Down focus down | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Down to command `focus down` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 41: bindsym $mod+Left focus left | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Left focus left | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Left focus left | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Left to command `focus left` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 42: bindsym $mod+Right focus right | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Right focus right | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Right focus right | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Right to command `focus right` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 43: | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 44: bindsym $mod+Shift+Up move up | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Up move up | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Up move up | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 45: bindsym $mod+Shift+Down move down | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Down move down | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Down move down | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 46: bindsym $mod+Shift+Left move left | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Left move left | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Left move left | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*' | |
00:00:01.798 [DEBUG] [sway/config.c:797] Read line 47: bindsym $mod+Shift+Right move right | |
00:00:01.798 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Right move right | |
00:00:01.798 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Right move right | |
00:00:01.798 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 48: | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 49: bindsym $mod+1 workspace number 1 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+1 workspace number 1 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+1 workspace number 1 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+1 to command `workspace number 1` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 50: bindsym $mod+2 workspace number 2 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+2 workspace number 2 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+2 workspace number 2 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+2 to command `workspace number 2` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 51: bindsym $mod+3 workspace number 3 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+3 workspace number 3 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+3 workspace number 3 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+3 to command `workspace number 3` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 52: bindsym $mod+4 workspace number 4 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+4 workspace number 4 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+4 workspace number 4 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+4 to command `workspace number 4` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 53: bindsym $mod+5 workspace number 5 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+5 workspace number 5 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+5 workspace number 5 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+5 to command `workspace number 5` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 54: bindsym $mod+6 workspace number 6 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+6 workspace number 6 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+6 workspace number 6 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+6 to command `workspace number 6` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 55: bindsym $mod+7 workspace number 7 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+7 workspace number 7 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+7 workspace number 7 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+7 to command `workspace number 7` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 56: bindsym $mod+8 workspace number 8 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+8 workspace number 8 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+8 workspace number 8 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+8 to command `workspace number 8` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 57: bindsym $mod+9 workspace number 9 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+9 workspace number 9 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+9 workspace number 9 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+9 to command `workspace number 9` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 58: bindsym $mod+0 workspace number 10 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+0 workspace number 10 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+0 workspace number 10 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+0 to command `workspace number 10` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 59: | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 60: bindsym $mod+Shift+1 move container to workspace number 1 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+1 move container to workspace number 1 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+1 move container to workspace number 1 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+1 to command `move container to workspace number 1` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 61: bindsym $mod+Shift+2 move container to workspace number 2 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+2 move container to workspace number 2 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+2 move container to workspace number 2 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+2 to command `move container to workspace number 2` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 62: bindsym $mod+Shift+3 move container to workspace number 3 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+3 move container to workspace number 3 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+3 move container to workspace number 3 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+3 to command `move container to workspace number 3` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 63: bindsym $mod+Shift+4 move container to workspace number 4 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+4 move container to workspace number 4 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+4 move container to workspace number 4 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+4 to command `move container to workspace number 4` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 64: bindsym $mod+Shift+5 move container to workspace number 5 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+5 move container to workspace number 5 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+5 move container to workspace number 5 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+5 to command `move container to workspace number 5` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 65: bindsym $mod+Shift+6 move container to workspace number 6 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+6 move container to workspace number 6 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+6 move container to workspace number 6 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+6 to command `move container to workspace number 6` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 66: bindsym $mod+Shift+7 move container to workspace number 7 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+7 move container to workspace number 7 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+7 move container to workspace number 7 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+7 to command `move container to workspace number 7` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 67: bindsym $mod+Shift+8 move container to workspace number 8 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+8 move container to workspace number 8 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+8 move container to workspace number 8 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+8 to command `move container to workspace number 8` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 68: bindsym $mod+Shift+9 move container to workspace number 9 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+9 move container to workspace number 9 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+9 move container to workspace number 9 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+9 to command `move container to workspace number 9` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 69: bindsym $mod+Shift+0 move container to workspace number 10 | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+0 move container to workspace number 10 | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+0 move container to workspace number 10 | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+0 to command `move container to workspace number 10` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 70: | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 71: bindsym $mod+Shift+minus move scratchpad | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+minus move scratchpad | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+minus move scratchpad | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 72: bindsym $mod+minus scratchpad show | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+minus scratchpad show | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+minus scratchpad show | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 73: | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 74: bindsym $mod+r mode "resize" | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: bindsym $mod+r mode "resize" | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+r mode "resize" | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Mod4+r to command `mode "resize"` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 75: | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 76: mode "resize" { | |
00:00:01.799 [DEBUG] [sway/config.c:851] Entering block 'mode "resize"' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 77: bindsym Up resize shrink height 10px | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Up resize shrink height 10px | |
00:00:01.799 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Up resize shrink height 10px | |
00:00:01.799 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Up resize shrink height 10px | |
00:00:01.799 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Up to command `resize shrink height 10px` for device '*' | |
00:00:01.799 [DEBUG] [sway/config.c:797] Read line 78: bindsym Down resize grow height 10px | |
00:00:01.799 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Down resize grow height 10px | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Down resize grow height 10px | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Down resize grow height 10px | |
00:00:01.800 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Down to command `resize grow height 10px` for device '*' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 79: bindsym Left resize shrink width 10px | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Left resize shrink width 10px | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Left resize shrink width 10px | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Left resize shrink width 10px | |
00:00:01.800 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Left to command `resize shrink width 10px` for device '*' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 80: bindsym Right resize grow width 10px | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Right resize grow width 10px | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Right resize grow width 10px | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Right resize grow width 10px | |
00:00:01.800 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Right to command `resize grow width 10px` for device '*' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 81: | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 82: bindsym Return mode "default" | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Return mode "default" | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Return mode "default" | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Return mode "default" | |
00:00:01.800 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Return to command `mode "default"` for device '*' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 83: bindsym Escape mode "default" | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Escape mode "default" | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Escape mode "default" | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Escape mode "default" | |
00:00:01.800 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound Escape to command `mode "default"` for device '*' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 84: } | |
00:00:01.800 [DEBUG] [sway/config.c:868] Exiting block 'mode "resize"' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 85: | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 86: # man 5 sway-bar | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 87: bar { | |
00:00:01.800 [DEBUG] [sway/config.c:851] Entering block 'bar' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 88: position top | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar position top | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar position top | |
00:00:01.800 [DEBUG] [sway/commands/bar.c:90] Creating bar: bar-0 | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: position top | |
00:00:01.800 [DEBUG] [sway/commands/bar/position.c:14] Setting bar position 'top' for bar: bar-0 | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 89: mode dock | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar mode dock | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar mode dock | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: mode dock | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 90: modifier $mod | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar modifier $mod | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar modifier Mod4 | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: modifier Mod4 | |
00:00:01.800 [DEBUG] [sway/commands/bar/modifier.c:35] Show/Hide the bar when pressing 'Mod4' in hide mode. | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 91: | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 92: status_command while date +'%Y-%m-%d %H:%M'; do sleep 60; done | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar status_command while date +'%Y-%m-%d %H:%M'; do sleep 60; done | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar status_command while date +'%Y-%m-%d %H:%M'; do sleep 60; done | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: status_command while date +'%Y-%m-%d %H:%M'; do sleep 60; done | |
00:00:01.800 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: while date +'%Y-%m-%d %H:%M'; do sleep 60; done | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 93: | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 94: colors { | |
00:00:01.800 [DEBUG] [sway/config.c:851] Entering block 'bar colors' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 95: background #333333 | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar colors background #333333 | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar colors background #333333 | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: colors background #333333 | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: background #333333 | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 96: statusline #ffffff | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar colors statusline #ffffff | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #ffffff | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #ffffff | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: statusline #ffffff | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 97: separator #ffffff | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: bar colors separator #ffffff | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: bar colors separator #ffffff | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: colors separator #ffffff | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: separator #ffffff | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 98: } | |
00:00:01.800 [DEBUG] [sway/config.c:868] Exiting block 'bar colors' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 99: } | |
00:00:01.800 [DEBUG] [sway/config.c:868] Exiting block 'bar' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 100: | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 101: # man 5 sway-input | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 102: # swaymsg -t get_inputs | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 103: input type:keyboard { | |
00:00:01.800 [DEBUG] [sway/config.c:851] Entering block 'input type:keyboard' | |
00:00:01.800 [DEBUG] [sway/config.c:797] Read line 104: repeat_delay 200 | |
00:00:01.800 [INFO] [sway/commands.c:381] Config command: input type:keyboard repeat_delay 200 | |
00:00:01.800 [INFO] [sway/commands.c:404] After replacement: input type:keyboard repeat_delay 200 | |
00:00:01.800 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard | |
00:00:01.800 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) | |
00:00:01.800 [DEBUG] [sway/commands.c:436] Subcommand: repeat_delay 200 | |
00:00:01.800 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.804 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard | |
00:00:01.804 [DEBUG] [sway/config.c:797] Read line 105: repeat_rate 40 | |
00:00:01.804 [INFO] [sway/commands.c:381] Config command: input type:keyboard repeat_rate 40 | |
00:00:01.804 [INFO] [sway/commands.c:404] After replacement: input type:keyboard repeat_rate 40 | |
00:00:01.804 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard | |
00:00:01.804 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) | |
00:00:01.804 [DEBUG] [sway/commands.c:436] Subcommand: repeat_rate 40 | |
00:00:01.804 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.807 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard | |
00:00:01.807 [DEBUG] [sway/config.c:797] Read line 106: xkb_capslock disabled | |
00:00:01.807 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_capslock disabled | |
00:00:01.807 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_capslock disabled | |
00:00:01.807 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard | |
00:00:01.807 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) | |
00:00:01.807 [DEBUG] [sway/commands.c:436] Subcommand: xkb_capslock disabled | |
00:00:01.807 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.810 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard | |
00:00:01.810 [DEBUG] [sway/config.c:797] Read line 107: xkb_numlock disabled | |
00:00:01.810 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_numlock disabled | |
00:00:01.810 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_numlock disabled | |
00:00:01.810 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard | |
00:00:01.810 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) | |
00:00:01.810 [DEBUG] [sway/commands.c:436] Subcommand: xkb_numlock disabled | |
00:00:01.810 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.813 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard | |
00:00:01.813 [DEBUG] [sway/config.c:797] Read line 108: xkb_layout us,br | |
00:00:01.813 [INFO] [sway/commands.c:381] Config command: input type:keyboard xkb_layout us,br | |
00:00:01.813 [INFO] [sway/commands.c:404] After replacement: input type:keyboard xkb_layout us,br | |
00:00:01.813 [DEBUG] [sway/commands/input.c:58] entering input block: type:keyboard | |
00:00:01.813 [DEBUG] [sway/config/input.c:15] new_input_config(type:keyboard) | |
00:00:01.813 [DEBUG] [sway/commands.c:436] Subcommand: xkb_layout us,br | |
00:00:01.813 [DEBUG] [sway/commands/input/xkb_layout.c:17] set-xkb_layout for config: type:keyboard layout: us,br | |
00:00:01.813 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.816 [DEBUG] [sway/config/input.c:366] Config stored for input type:keyboard | |
00:00:01.816 [DEBUG] [sway/config.c:797] Read line 109: } | |
00:00:01.816 [DEBUG] [sway/config.c:868] Exiting block 'input type:keyboard' | |
00:00:01.816 [DEBUG] [sway/config.c:797] Read line 110: | |
00:00:01.816 [DEBUG] [sway/config.c:797] Read line 111: input type:touchpad { | |
00:00:01.816 [DEBUG] [sway/config.c:851] Entering block 'input type:touchpad' | |
00:00:01.816 [DEBUG] [sway/config.c:797] Read line 112: dwt enabled | |
00:00:01.816 [INFO] [sway/commands.c:381] Config command: input type:touchpad dwt enabled | |
00:00:01.816 [INFO] [sway/commands.c:404] After replacement: input type:touchpad dwt enabled | |
00:00:01.816 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad | |
00:00:01.816 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) | |
00:00:01.816 [DEBUG] [sway/commands.c:436] Subcommand: dwt enabled | |
00:00:01.816 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.818 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad | |
00:00:01.818 [DEBUG] [sway/config.c:797] Read line 113: tap enabled | |
00:00:01.818 [INFO] [sway/commands.c:381] Config command: input type:touchpad tap enabled | |
00:00:01.818 [INFO] [sway/commands.c:404] After replacement: input type:touchpad tap enabled | |
00:00:01.818 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad | |
00:00:01.818 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) | |
00:00:01.818 [DEBUG] [sway/commands.c:436] Subcommand: tap enabled | |
00:00:01.818 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.821 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad | |
00:00:01.821 [DEBUG] [sway/config.c:797] Read line 114: middle_emulation enabled | |
00:00:01.821 [INFO] [sway/commands.c:381] Config command: input type:touchpad middle_emulation enabled | |
00:00:01.821 [INFO] [sway/commands.c:404] After replacement: input type:touchpad middle_emulation enabled | |
00:00:01.821 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad | |
00:00:01.821 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) | |
00:00:01.821 [DEBUG] [sway/commands.c:436] Subcommand: middle_emulation enabled | |
00:00:01.821 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.823 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad | |
00:00:01.823 [DEBUG] [sway/config.c:797] Read line 115: natural_scroll enabled | |
00:00:01.823 [INFO] [sway/commands.c:381] Config command: input type:touchpad natural_scroll enabled | |
00:00:01.823 [INFO] [sway/commands.c:404] After replacement: input type:touchpad natural_scroll enabled | |
00:00:01.823 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad | |
00:00:01.823 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) | |
00:00:01.823 [DEBUG] [sway/commands.c:436] Subcommand: natural_scroll enabled | |
00:00:01.823 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.825 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad | |
00:00:01.825 [DEBUG] [sway/config.c:797] Read line 116: scroll_method two_finger | |
00:00:01.825 [INFO] [sway/commands.c:381] Config command: input type:touchpad scroll_method two_finger | |
00:00:01.825 [INFO] [sway/commands.c:404] After replacement: input type:touchpad scroll_method two_finger | |
00:00:01.825 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad | |
00:00:01.825 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) | |
00:00:01.825 [DEBUG] [sway/commands.c:436] Subcommand: scroll_method two_finger | |
00:00:01.825 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.827 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad | |
00:00:01.827 [DEBUG] [sway/config.c:797] Read line 117: tap_button_map lrm | |
00:00:01.827 [INFO] [sway/commands.c:381] Config command: input type:touchpad tap_button_map lrm | |
00:00:01.827 [INFO] [sway/commands.c:404] After replacement: input type:touchpad tap_button_map lrm | |
00:00:01.827 [DEBUG] [sway/commands/input.c:58] entering input block: type:touchpad | |
00:00:01.827 [DEBUG] [sway/config/input.c:15] new_input_config(type:touchpad) | |
00:00:01.827 [DEBUG] [sway/commands.c:436] Subcommand: tap_button_map lrm | |
00:00:01.827 [DEBUG] [sway/config/input.c:15] new_input_config(temp) | |
00:00:01.830 [DEBUG] [sway/config/input.c:366] Config stored for input type:touchpad | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 118: } | |
00:00:01.830 [DEBUG] [sway/config.c:868] Exiting block 'input type:touchpad' | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 119: | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 120: # man 5 sway-output | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 121: # swaymsg -t get_outputs | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 122: output * { | |
00:00:01.830 [DEBUG] [sway/config.c:851] Entering block 'output *' | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 123: adaptive_sync on | |
00:00:01.830 [INFO] [sway/commands.c:381] Config command: output * adaptive_sync on | |
00:00:01.830 [INFO] [sway/commands.c:404] After replacement: output * adaptive_sync on | |
00:00:01.830 [DEBUG] [sway/commands.c:436] Subcommand: adaptive_sync on | |
00:00:01.830 [DEBUG] [sway/config/output.c:261] Config stored for output * (enabled: -1) ([email protected] position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: -1) (allow tearing: -1) | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 124: max_render_time 1 | |
00:00:01.830 [INFO] [sway/commands.c:381] Config command: output * max_render_time 1 | |
00:00:01.830 [INFO] [sway/commands.c:404] After replacement: output * max_render_time 1 | |
00:00:01.830 [DEBUG] [sway/commands.c:436] Subcommand: max_render_time 1 | |
00:00:01.830 [DEBUG] [sway/config/output.c:261] Config stored for output * (enabled: -1) ([email protected] position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg (null) (null)) (power -1) (max render time: 1) (allow tearing: -1) | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 125: bg wallpaper.png fill | |
00:00:01.830 [INFO] [sway/commands.c:381] Config command: output * bg wallpaper.png fill | |
00:00:01.830 [INFO] [sway/commands.c:404] After replacement: output * bg wallpaper.png fill | |
00:00:01.830 [DEBUG] [sway/commands.c:436] Subcommand: bg wallpaper.png fill | |
00:00:01.830 [DEBUG] [sway/config/output.c:261] Config stored for output * (enabled: -1) ([email protected] position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /home/matheus/.config/sway/wallpaper.png fill) (power -1) (max render time: -1) (allow tearing: -1) | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 126: } | |
00:00:01.830 [DEBUG] [sway/config.c:868] Exiting block 'output *' | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 127: | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 130: bindsym --locked --inhibited XF86AudioRaiseVolume exec --no-startup-id amixer set -M Master 5%+ | |
00:00:01.830 [INFO] [sway/commands.c:381] Config command: bindsym --locked --inhibited XF86AudioRaiseVolume exec --no-startup-id amixer set -M Master 5%+ | |
00:00:01.830 [INFO] [sway/commands.c:404] After replacement: bindsym --locked --inhibited XF86AudioRaiseVolume exec --no-startup-id amixer set -M Master 5%+ | |
00:00:01.830 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioRaiseVolume to command `exec --no-startup-id amixer set -M Master 5%+` for device '*' | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 133: bindsym --locked --inhibited XF86AudioLowerVolume exec --no-startup-id amixer set -M Master 5%- | |
00:00:01.830 [INFO] [sway/commands.c:381] Config command: bindsym --locked --inhibited XF86AudioLowerVolume exec --no-startup-id amixer set -M Master 5%- | |
00:00:01.830 [INFO] [sway/commands.c:404] After replacement: bindsym --locked --inhibited XF86AudioLowerVolume exec --no-startup-id amixer set -M Master 5%- | |
00:00:01.830 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioLowerVolume to command `exec --no-startup-id amixer set -M Master 5%-` for device '*' | |
00:00:01.830 [DEBUG] [sway/config.c:797] Read line 136: bindsym --locked --inhibited --no-repeat XF86AudioMute exec --no-startup-id amixer set Master toggle | |
00:00:01.830 [INFO] [sway/commands.c:381] Config command: bindsym --locked --inhibited --no-repeat XF86AudioMute exec --no-startup-id amixer set Master toggle | |
00:00:01.830 [INFO] [sway/commands.c:404] After replacement: bindsym --locked --inhibited --no-repeat XF86AudioMute exec --no-startup-id amixer set Master toggle | |
00:00:01.830 [DEBUG] [sway/commands/bind.c:297] bindsym - Bound XF86AudioMute to command `exec --no-startup-id amixer set Master toggle` for device '*' | |
00:00:01.845 [DEBUG] [sway/input/input-manager.c:190] no fallback seat config - creating default | |
00:00:01.845 [DEBUG] [sway/config/seat.c:65] Adding non-wildcard seat config | |
00:00:01.845 [DEBUG] [sway/config/seat.c:82] Config stored for seat seat0 | |
00:00:01.845 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0 | |
00:00:01.847 [DEBUG] [sway/config.c:1027] Translated keysyms using config for device 'type:keyboard' | |
00:00:01.847 [DEBUG] [sway/input/input-manager.c:629] applying seat config for seat seat0 | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[0] = swaybg | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[1] = -o | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[2] = * | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[3] = -i | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[4] = /home/matheus/.config/sway/wallpaper.png | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[5] = -m | |
00:00:01.847 [DEBUG] [sway/config/output.c:1144] spawn_swaybg cmd[6] = fill | |
00:00:01.850 [DEBUG] [sway/server.c:460] Initializing Xwayland (lazy=1) | |
00:00:01.850 [INFO] [sway/server.c:487] Starting backend on wayland display 'wayland-2' | |
00:00:01.850 [DEBUG] [wlr] [backend/libinput/backend.c:88] Starting libinput backend | |
00:00:02.536 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Power Button [0:1] | |
00:00:02.536 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:1:Power_Button' | |
00:00:02.536 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:1:Power_Button') | |
00:00:02.536 [DEBUG] [sway/input/seat.c:949] adding device 0:1:Power_Button to seat seat0 | |
00:00:02.553 [DEBUG] [sway/input/keyboard.c:910] Created keyboard group 0x606b4be0a9f0 | |
00:00:02.553 [DEBUG] [sway/input/keyboard.c:933] Adding keyboard 0:1:Power_Button to group 0x606b4be0a9f0 | |
00:00:02.558 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Video Bus [0:6] | |
00:00:02.558 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:6:Video_Bus' | |
00:00:02.558 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:6:Video_Bus') | |
00:00:02.558 [DEBUG] [sway/input/seat.c:949] adding device 0:6:Video_Bus to seat seat0 | |
00:00:02.572 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x606b4be0a9f0 | |
00:00:02.575 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Video Bus [0:6] | |
00:00:02.575 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:6:Video_Bus' | |
00:00:02.575 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:6:Video_Bus') | |
00:00:02.575 [DEBUG] [sway/input/seat.c:949] adding device 0:6:Video_Bus to seat seat0 | |
00:00:02.582 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:6:Video_Bus to group 0x606b4be0a9f0 | |
00:00:02.584 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Power Button [0:1] | |
00:00:02.584 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:1:Power_Button' | |
00:00:02.584 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:1:Power_Button') | |
00:00:02.584 [DEBUG] [sway/input/seat.c:949] adding device 0:1:Power_Button to seat seat0 | |
00:00:02.590 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:1:Power_Button to group 0x606b4be0a9f0 | |
00:00:02.591 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Lid Switch [0:5] | |
00:00:02.591 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:5:Lid_Switch' | |
00:00:02.591 [DEBUG] [sway/input/seat.c:949] adding device 0:5:Lid_Switch to seat seat0 | |
00:00:02.591 [DEBUG] [sway/input/switch.c:18] Allocated switch for device | |
00:00:02.591 [DEBUG] [sway/input/switch.c:102] Configured switch for device | |
00:00:02.591 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Sleep Button [0:3] | |
00:00:02.591 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:3:Sleep_Button' | |
00:00:02.591 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:3:Sleep_Button') | |
00:00:02.591 [DEBUG] [sway/input/seat.c:949] adding device 0:3:Sleep_Button to seat seat0 | |
00:00:02.596 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:3:Sleep_Button to group 0x606b4be0a9f0 | |
00:00:02.597 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding Intel HID events [0:0] | |
00:00:02.597 [DEBUG] [sway/input/input-manager.c:240] adding device: '0:0:Intel_HID_events' | |
00:00:02.597 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '0:0:Intel_HID_events') | |
00:00:02.597 [DEBUG] [sway/input/seat.c:949] adding device 0:0:Intel_HID_events to seat seat0 | |
00:00:02.602 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 0:0:Intel_HID_events to group 0x606b4be0a9f0 | |
00:00:02.603 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding AT Translated Set 2 keyboard [1:1] | |
00:00:02.603 [DEBUG] [sway/input/input-manager.c:240] adding device: '1:1:AT_Translated_Set_2_keyboard' | |
00:00:02.603 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:keyboard' on '1:1:AT_Translated_Set_2_keyboard') | |
00:00:02.603 [DEBUG] [sway/input/seat.c:949] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0 | |
00:00:02.607 [DEBUG] [sway/input/keyboard.c:885] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x606b4be0a9f0 | |
00:00:02.608 [DEBUG] [wlr] [backend/libinput/events.c:69] Adding SynPS/2 Synaptics TouchPad [2:7] | |
00:00:02.608 [DEBUG] [sway/input/input-manager.c:240] adding device: '2:7:SynPS/2_Synaptics_TouchPad' | |
00:00:02.608 [DEBUG] [sway/input/libinput.c:260] sway_input_configure_libinput_device('type:touchpad' on '2:7:SynPS/2_Synaptics_TouchPad') | |
00:00:02.608 [DEBUG] [sway/input/libinput.c:34] tap_set_enabled(1) | |
00:00:02.608 [DEBUG] [sway/input/libinput.c:108] scroll_set_natural_scroll(1) | |
00:00:02.608 [DEBUG] [sway/input/seat.c:949] adding device 2:7:SynPS/2_Synaptics_TouchPad to seat seat0 | |
00:00:02.616 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (60 available cursors) | |
00:00:02.616 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:7:SynPS/2_Synaptics_TouchPad | |
00:00:02.616 [DEBUG] [wlr] [backend/libinput/backend.c:125] libinput successfully initialized | |
00:00:02.616 [INFO] [wlr] [backend/drm/drm.c:1677] Scanning DRM connectors on /dev/dri/card2 | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'eDP-1' | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1753] 'eDP-1' connected | |
00:00:02.617 [DEBUG] [wlr] [backend/drm/drm.c:1543] Current CRTC: 53 | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1557] Detected modes: | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 144.006 Hz (preferred) | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1587] 1920x1080 @ 60.060 Hz | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1607] Physical size: 380x210 | |
00:00:02.617 [DEBUG] [wlr] [backend/drm/drm.c:1319] Reallocating CRTCs | |
00:00:02.617 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector eDP-1 (connected, needs CRTC): CRTC 53 (no change) | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1789] connector eDP-1: Requesting modeset | |
00:00:02.617 [DEBUG] [sway/desktop/output.c:525] New output 0x606b4bfe1740: eDP-1 (non-desktop: 0) | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1677] Scanning DRM connectors on /dev/dri/card1 | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'HDMI-A-1' | |
00:00:02.617 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-1' | |
00:00:02.618 [INFO] [wlr] [backend/drm/drm.c:1728] Found connector 'DP-2' | |
00:00:02.618 [DEBUG] [wlr] [backend/drm/drm.c:1319] Reallocating CRTCs | |
00:00:02.618 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector HDMI-A-1 (disconnected): no CRTC (no change) | |
00:00:02.618 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-1 (disconnected): no CRTC (no change) | |
00:00:02.618 [DEBUG] [wlr] [backend/drm/drm.c:1382] Connector DP-2 (disconnected): no CRTC (no change) | |
00:00:02.618 [INFO] [wlr] [backend/headless/backend.c:17] Starting headless backend | |
00:00:02.618 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0' | |
00:00:02.620 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0 | |
00:00:02.621 [INFO] [sway/server.c:499] Running compositor on wayland display 'wayland-2' | |
00:00:02.625 [DEBUG] [sway/ipc-server.c:196] New client: fd 465 | |
00:00:02.625 [DEBUG] [sway/ipc-server.c:196] New client: fd 468 | |
00:00:02.627 [DEBUG] [sway/config/output.c:867] Committing 1 outputs | |
00:00:02.627 [DEBUG] [sway/config/output.c:631] Output state for eDP-1 | |
00:00:02.627 [DEBUG] [sway/config/output.c:633] enabled: yes | |
00:00:02.627 [DEBUG] [sway/config/output.c:637] render_format: XR24 | |
00:00:02.627 [DEBUG] [sway/config/output.c:645] mode: 1920x1080@144006mHz (preferred) | |
00:00:02.627 [DEBUG] [sway/config/output.c:655] scale: 1.000000 | |
00:00:02.627 [DEBUG] [sway/config/output.c:658] subpixel: unknown | |
00:00:02.627 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:160] Preparing test commit for 1 outputs with explicit modifiers | |
00:00:02.627 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer | |
00:00:02.629 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004) | |
00:00:02.629 [DEBUG] [wlr] [types/wlr_output_swapchain_manager.c:181] Test commit for 1 outputs succeeded | |
00:00:02.629 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1080 | |
00:00:02.633 [DEBUG] [sway/config/output.c:927] Commit of 1 outputs succeeded | |
00:00:02.633 [DEBUG] [sway/config/output.c:933] Finalizing config for eDP-1 | |
00:00:02.641 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:224] Loaded cursor theme 'default' at size 24 (60 available cursors) | |
00:00:02.642 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer | |
00:00:02.642 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 64x64 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000) | |
00:00:02.642 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 64x64 | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:294] Workspace: Generating new workspace name for output eDP-1 | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 1' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '1' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:285] Workspace: Found free name 1 | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 2' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '2' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 3' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '3' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 4' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '4' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 5' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '5' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 6' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '6' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 7' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '7' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 8' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '8' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 9' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '9' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:231] Got valid workspace command for target: 'number 10' | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:256] Isolated name from workspace number: '10' | |
00:00:02.642 [DEBUG] [sway/tree/output.c:163] Creating default workspace 1 | |
00:00:02.642 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 1 for output eDP-1 | |
00:00:02.642 [DEBUG] [sway/ipc-server.c:300] Sending workspace::init event | |
00:00:02.642 [DEBUG] [sway/ipc-server.c:300] Sending workspace::focus event | |
00:00:02.642 [DEBUG] [sway/ipc-server.c:300] Sending workspace::init event | |
00:00:02.642 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output | |
00:00:02.642 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1080@0,0 | |
00:00:02.642 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 0.000000, 0.000000 | |
00:00:02.642 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1080@0,0 | |
00:00:02.642 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 0.000000, 0.000000 | |
00:00:02.642 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x606b4c131770 committing with 2 instructions | |
00:00:02.642 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x606b4c131770 | |
00:00:02.642 [DEBUG] [sway/input/seat.c:698] Applying input mapping to 2:7:SynPS/2_Synaptics_TouchPad | |
00:00:02.642 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer | |
00:00:02.644 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 1920x1080 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_CCS (0x0100000000000004) | |
00:00:02.644 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1920x1080 | |
2024-10-31 01:26:55 - [swaybg-1.2.1/main.c:282] Found config * for output eDP-1 (AU Optronics 0x319D 0x22EAA7AA) | |
00:00:02.645 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c131250 (res 0x606b4bebb520) | |
00:00:02.645 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x606b4bda45d0 (res 0x606b4bf70c00) | |
00:00:02.645 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace wallpaper layer 0 anchor 0 size 0x0 margin 0,0,0,0, | |
00:00:02.665 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c131890 (res 0x606b4bf6f220) | |
00:00:02.665 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x606b4c132120 (res 0x606b4bf6efe0) | |
00:00:02.665 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace panel layer 1 anchor 0 size 0x0 margin 0,0,0,0, | |
00:00:02.667 [DEBUG] [sway/desktop/layer_shell.c:96] Usable area changed, rearranging output | |
00:00:02.667 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1055@0,25 | |
00:00:02.667 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 0.000000, 25.000000 | |
00:00:02.667 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x606b4c131e80 committing with 1 instructions | |
00:00:02.667 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x606b4c131e80 | |
00:00:04.015 [DEBUG] [sway/commands/bind.c:618] running command for binding: exec dmenu_path | wmenu | xargs swaymsg exec -- | |
00:00:04.015 [INFO] [sway/commands.c:261] Handling command 'exec dmenu_path | wmenu | xargs swaymsg exec --' | |
00:00:04.015 [DEBUG] [sway/commands/exec_always.c:57] Executing dmenu_path | wmenu | xargs swaymsg exec -- | |
00:00:04.022 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 1321 | |
00:00:04.022 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 1321 | |
00:00:04.043 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c0914c0 (res 0x606b4bfec5b0) | |
00:00:04.043 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:475] new layer_surface 0x606b4bc640f0 (res 0x606b4bfec6d0) | |
00:00:04.043 [DEBUG] [sway/desktop/layer_shell.c:415] new layer surface: namespace menu layer 2 anchor 0 size 0x0 margin 0,0,0,0, | |
00:00:04.876 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x606b4bfeb6d0 committing with 2 instructions | |
00:00:04.876 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x606b4bfeb6d0 | |
00:00:04.881 [DEBUG] [sway/ipc-server.c:196] New client: fd 474 | |
00:00:04.881 [INFO] [sway/commands.c:261] Handling command 'exec qbittorrent' | |
00:00:04.881 [DEBUG] [sway/commands/exec_always.c:57] Executing qbittorrent | |
00:00:04.889 [DEBUG] [sway/commands/exec_always.c:110] Child process created with pid 1330 | |
00:00:04.889 [DEBUG] [sway/commands/exec_always.c:112] Recording workspace for process 1330 | |
00:00:04.890 [INFO] [sway/ipc-server.c:570] IPC Client 474 disconnected | |
00:00:02.299 [INFO] [swaybar/tray/host.c:24] Registering Status Notifier Item ':1.13/StatusNotifierItem' | |
00:00:02.463 [INFO] [swaybar/tray/host.c:57] Unregistering Status Notifier Item ':1.13/StatusNotifierItem' | |
00:00:02.464 [INFO] [swaybar/tray/host.c:24] Registering Status Notifier Item ':1.15/StatusNotifierItem' | |
00:00:05.139 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c08f460 (res 0x606b4bff2db0) | |
00:00:05.139 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x606b4c091890 (res 0x606b4bff2ff0) | |
00:00:05.139 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)' | |
00:00:05.139 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x606b4ae05270 (res 0x606b4bfee0b0) | |
00:00:05.166 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1055@0,25 | |
00:00:05.166 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 0.000000, 25.000000 | |
00:00:05.166 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffeefc158e0 horizontally | |
00:00:05.166 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x606b4c133640 committing with 4 instructions | |
00:00:05.190 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x606b4c133640 is ready | |
00:00:05.190 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x606b4c133640 | |
00:00:09.106 [DEBUG] [wlr] [types/wlr_text_input_v3.c:184] Text input commit received without focus | |
00:00:09.106 [INFO] [sway/input/text_input.c:263] Inactive text input tried to commit an update | |
00:00:09.264 [INFO] [wlr] [xwayland/server.c:107] Starting Xwayland on :1 | |
00:00:11.057 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c0d3b40 (res 0x606b4bfbd730) | |
00:00:11.059 [DEBUG] [wlr] [xwayland/server.c:272] Xserver is ready | |
00:00:11.060 [DEBUG] [wlr] [xwayland/xwm.c:1981] xfixes version: 6.0 | |
00:00:11.060 [DEBUG] [wlr] [xwayland/xwm.c:2002] xres version: 1.2 | |
00:00:11.064 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.064 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
The XKEYBOARD keymap compiler (xkbcomp) reports: | |
> Warning: Unsupported maximum keycode 708, clipping. | |
> X11 cannot support keycodes above 255. | |
> Warning: Could not resolve keysym XF86KbdInputAssistPrevgrou | |
> Warning: Could not resolve keysym XF86KbdInputAssistNextgrou | |
Errors from xkbcomp are not fatal to the X server | |
00:00:11.071 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.071 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34) | |
00:00:11.071 [DEBUG] [wlr] [xwayland/selection/selection.c:148] not handling selection events: no seat assigned to xwayland | |
00:00:11.071 [DEBUG] [wlr] [xwayland/xwm.c:1660] unhandled X11 event: MappingNotify (34) | |
00:00:11.453 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c0d0680 (res 0x606b4bfec6d0) | |
00:00:11.453 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c0d42d0 (res 0x606b4bfecfd0) | |
00:00:11.453 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c1657a0 (res 0x606b4bfed210) | |
00:00:11.453 [DEBUG] [wlr] [types/wlr_compositor.c:771] New wlr_surface 0x606b4c165b70 (res 0x606b4bfed450) | |
00:00:11.453 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:401] new xdg_surface 0x606b4c0d46a0 (res 0x606b4bfee770) | |
00:00:11.453 [DEBUG] [sway/desktop/xdg_shell.c:548] New xdg_shell toplevel title='(null)' app_id='(null)' | |
00:00:11.453 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x606b4c130e70 (res 0x606b4bffa8b0) | |
00:00:11.547 [DEBUG] [sway/input/cursor.c:888] denying request to set cursor from unfocused client | |
00:00:11.859 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 320x240 | |
00:00:11.859 [DEBUG] [sway/desktop/launcher.c:85] Looking up workspace for pid 1470 | |
00:00:11.859 [DEBUG] [sway/tree/view.c:432] View 0x606b4c1665b0 updated CSD to 1 | |
00:00:11.859 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x606b4bfe9b80 committing with 5 instructions | |
00:00:11.882 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:11.882 [DEBUG] [sway/desktop/transaction.c:884] Transaction 0x606b4bfe9b80 is ready | |
00:00:11.882 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x606b4bfe9b80 | |
00:00:11.913 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:11.918 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:11.999 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:12.039 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:12.162 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:12.812 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:12.834 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:13.296 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:13.300 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:14.164 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:14.180 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:14.260 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:15.167 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:15.176 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:16.000 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:16.009 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:17.037 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:17.052 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:17.132 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:17.999 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:18.014 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:18.064 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:18.504 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:18.516 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:19.541 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:19.556 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:19.602 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:20.162 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:20.168 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:20.543 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:20.557 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:20.607 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:20.982 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:20.997 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:21.387 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:21.400 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:21.690 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:21.706 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:21.931 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:21.938 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:22.189 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:22.195 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:22.401 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:22.404 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:22.558 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:22.597 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:22.598 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:22.868 [INFO] [wlr] [xwayland/server.c:214] Restarting Xwayland (lazy) | |
00:00:23.094 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:23.098 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:23.256 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:24.315 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:24.320 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:24.830 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:24.834 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:24.991 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 1916x1026 | |
00:00:25.490 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:25.505 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:25.708 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:25.716 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:25.962 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:25.977 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:26.440 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:26.440 [DEBUG] [sway/desktop/idle_inhibit_v1.c:29] New sway idle inhibitor | |
00:00:26.440 [DEBUG] [sway/desktop/idle_inhibit_v1.c:21] Sway idle inhibitor destroyed | |
00:00:26.456 [DEBUG] [sway/tree/arrange.c:262] Usable area for ws: 1920x1055@0,25 | |
00:00:26.456 [DEBUG] [sway/tree/arrange.c:296] Arranging workspace '1' at 0.000000, 25.000000 | |
00:00:26.456 [DEBUG] [sway/tree/arrange.c:76] Arranging 0x7ffeefc15d00 horizontally | |
00:00:26.456 [DEBUG] [sway/desktop/transaction.c:798] Transaction 0x606b4bff5e60 committing with 5 instructions | |
00:00:26.456 [DEBUG] [sway/desktop/transaction.c:694] Applying transaction 0x606b4bff5e60 | |
00:00:27.462 [INFO] [wlr] [xwayland/server.c:107] Starting Xwayland on :1 | |
(EE) could not connect to wayland server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment