Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when resuming from suspend when lockscreen or notifications are enabled #7606

Closed
rrueger opened this issue May 25, 2023 · 6 comments
Labels
bug Not working as intended waiting-on-reporter Requires reporter's feedback

Comments

@rrueger
Copy link

rrueger commented May 25, 2023

  • Sway version: 1.9-dev-48d6eda3 (May 24 2023, branch 'master')
  • OS: archlinux
  • uname -r: Linux <hostname> 6.3.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 21 May 2023 16:15:22 +0000 x86_64 GNU/Linux

This is a somewhat peculiar issue, however I am able to successfully replicate it.

If either

  • A notification deamon is running (I tried dunst and mako)
  • The screen is locked with swaylock

when the computer is suspended, I get a core segmentation fault when resuming from suspend. The screen wakes, however if I do anything to cause the content to update, e.g. move the mouse, type my password for the locker, sway crashes.

However, if I remove the include /etc/sway/config.d/50-systemd-user.conf line from my sway config, the issue no longer appears. Regardless of locking/notifications. I isolated that WAYLAND_DISPLAY seems to cause the issues here.

@emersion
Copy link
Member

emersion commented Jun 1, 2023

Please provide a stack trace. You can do so by compiling from source, reproducing the crash and then running coredumpctl gdb and then bt full.

Here are some instructions to compile from source: https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject

@emersion emersion added bug Not working as intended waiting-on-reporter Requires reporter's feedback labels Jun 1, 2023
@rrueger
Copy link
Author

rrueger commented Jun 6, 2023

Of course. Thank you.

This was created using Archlinux using the default sway configurations. (No user config ~/.config/sway or ~/.config/i3).

To create the error, I started dunst (using dunst) and then used systemctl suspend. After waking from suspend, any activity causes sway to segfault.

coredumpctl output
1686054420 lovelace ~ $ sudo coredumpctl gdb
           PID: 1854 (sway)
           UID: 1729 (ror)
           GID: 1729 (ror)
        Signal: 11 (SEGV)
     Timestamp: Tue 2023-06-06 13:26:29 BST (36s ago)
  Command Line: sway --unsupported-gpu -d
    Executable: /usr/bin/sway
 Control Group: /user.slice/user-1729.slice/session-3.scope
          Unit: session-3.scope
         Slice: user-1729.slice
       Session: 3
     Owner UID: 1729 (ror)
       Boot ID: 16e6c38f17564c7d917877325763647a
    Machine ID: c7ff7326984540ba819ef2400639eb78
      Hostname: lovelace
       Storage: /var/lib/systemd/coredump/core.sway.1729.16e6c38f17564c7d917877325763647a.1854.1686054389000000.zst (present)
  Size on Disk: 3.7M
       Message: Process 1854 (sway) of user 1729 dumped core.

                Stack trace of thread 1854:
                #0  0x00007f0c0fed3d4b wl_resource_instance_of (libwayland-server.so.0 + 0x8d4b)
                #1  0x00007f0c0fe26e5f wlr_seat_set_capabilities (libwlroots.so.12 + 0x73e5f)
                #2  0x0000557e0d815e42 handle_new_input (sway + 0x32e42)
                #3  0x00007f0c0fed501e wl_signal_emit_mutable (libwayland-server.so.0 + 0xa01e)
                #4  0x00007f0c0fed501e wl_signal_emit_mutable (libwayland-server.so.0 + 0xa01e)
                #5  0x00007f0c0fe0ff2c handle_device_added (libwlroots.so.12 + 0x5cf2c)
                #6  0x00007f0c0fed6ae2 wl_event_loop_dispatch (libwayland-server.so.0 + 0xbae2)
                #7  0x00007f0c0fed72d7 wl_display_run (libwayland-server.so.0 + 0xc2d7)
                #8  0x0000557e0d7f5b78 server_run (sway + 0x12b78)
                #9  0x00007f0c0fb61850 n/a (libc.so.6 + 0x23850)
                #10 0x00007f0c0fb6190a __libc_start_main (libc.so.6 + 0x2390a)
                #11 0x0000557e0d7f6045 _start (sway + 0x13045)

                Stack trace of thread 2182:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2187:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2193:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2185:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2181:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2207:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2189:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2186:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2188:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2192:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2183:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2191:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2194:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2190:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2184:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2206:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2208:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2209:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2205:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2212:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2211:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2215:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2213:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2210:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2217:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2163:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2214:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)

                Stack trace of thread 2216:
                #0  0x00007f0c0fbc1f0e n/a (libc.so.6 + 0x83f0e)
                #1  0x00007f0c0fbc47a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                #2  0x00007f0c096c855c n/a (iris_dri.so + 0xc855c)
                #3  0x00007f0c0971541c n/a (iris_dri.so + 0x11541c)
                #4  0x00007f0c0fbc544b n/a (libc.so.6 + 0x8744b)
                #5  0x00007f0c0fc48e40 n/a (libc.so.6 + 0x10ae40)
                ELF object binary architecture: AMD x86-64

GNU gdb (GDB) 13.1
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/sway...
Reading symbols from /usr/lib/debug/usr/bin/sway.debug...

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file /memfd:foot-wayland-shm-buffer-pool (deleted) during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file /memfd:wayland-cursor (deleted) during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file /dev/shm/sway-a10-2aa19897 (deleted) during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file /dev/shm/dunst-LLLjmP (deleted) during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing
[New LWP 1854]
[New LWP 2182]
[New LWP 2187]
[New LWP 2193]
[New LWP 2185]
[New LWP 2181]
[New LWP 2207]
[New LWP 2189]
[New LWP 2186]
[New LWP 2188]
[New LWP 2192]
[New LWP 2183]
[New LWP 2191]
[New LWP 2194]
[New LWP 2190]
[New LWP 2184]
[New LWP 2206]
[New LWP 2208]
[New LWP 2209]
[New LWP 2205]
[New LWP 2212]
[New LWP 2211]
[New LWP 2215]
[New LWP 2213]
[New LWP 2210]
[New LWP 2217]
[New LWP 2163]
[New LWP 2214]
[New LWP 2216]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `sway --unsupported-gpu -d'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f0c0fed3d4b in wl_resource_instance_of () from /usr/lib/libwayland-server.so.0
[Current thread is 1 (Thread 0x7f0c0edc6980 (LWP 1854))]
(gdb) bt full
#0  0x00007f0c0fed3d4b in wl_resource_instance_of () at /usr/lib/libwayland-server.so.0
#1  0x00007f0c0fe26e5f in wlr_seat_set_capabilities (wlr_seat=0x557e0ecfae10, capabilities=2) at ../wlroots-git/types/seat/wlr_seat_touch.c:74
        resource = <optimized out>
        client = 0x557e0f03e550
#2  0x0000557e0d815e42 in handle_new_input (listener=0x557e0ecf91d0, data=<optimized out>) at ../sway/sway/input/input-manager.c:268
        seat_config = <optimized out>
        input = 0x557e0ecf9190
        device = <optimized out>
        input_device = 0x557e0ee18620
        config_changed = false
        added = <optimized out>
        seat = 0x557e0ecfabf0
        __PRETTY_FUNCTION__ = "handle_new_input"
#3  0x00007f0c0fed501e in wl_signal_emit_mutable () at /usr/lib/libwayland-server.so.0
#4  0x00007f0c0fed501e in wl_signal_emit_mutable () at /usr/lib/libwayland-server.so.0
#5  0x00007f0c0fe0ff2c in handle_device_added (libinput_dev=0x557e0f08c800, backend=<optimized out>) at ../wlroots-git/backend/libinput/events.c:89
        vendor = <optimized out>
        product = <optimized out>
        name = <optimized out>
        dev = 0x557e0f130480
        libinput_dev = 0x557e0f08c800
        dev = <optimized out>
        event_type = <optimized out>
        event = 0x557e0eeb01f0
        backend = 0x557e0e393b60
        ret = <optimized out>
#6  handle_libinput_event (event=0x557e0eeb01f0, backend=<optimized out>) at ../wlroots-git/backend/libinput/events.c:159
        libinput_dev = 0x557e0f08c800
        dev = <optimized out>
        event_type = <optimized out>
        event = 0x557e0eeb01f0
        backend = 0x557e0e393b60
        ret = <optimized out>
#7  handle_libinput_readable (fd=<optimized out>, mask=<optimized out>, _backend=<optimized out>) at ../wlroots-git/backend/libinput/backend.c:58
        event = 0x557e0eeb01f0
        backend = 0x557e0e393b60
        ret = <optimized out>
#8  handle_libinput_readable (fd=<optimized out>, mask=<optimized out>, _backend=0x557e0e393b60) at ../wlroots-git/backend/libinput/backend.c:48
        backend = 0x557e0e393b60
        ret = <optimized out>
#9  0x00007f0c0fed6ae2 in wl_event_loop_dispatch () at /usr/lib/libwayland-server.so.0
#10 0x00007f0c0fed72d7 in wl_display_run () at /usr/lib/libwayland-server.so.0
#11 0x0000557e0d7f5b78 in server_run (server=<optimized out>) at ../sway/sway/server.c:334
        config_path = 0x0
        c = <optimized out>
        validate = false
        debug = true
        allow_unsupported_gpu = true
        verbose = false
#12 main (argc=<optimized out>, argv=0x7ffd31b26848) at ../sway/sway/main.c:415
        config_path = 0x0
        c = <optimized out>
        validate = false
        debug = true
        allow_unsupported_gpu = true
        verbose = false
(gdb)
sway -d log
00:00:00.000 [INFO] [sway/main.c:338] Sway version 1.9-dev-913a7679 (Jun  6 2023, branch 'master')
00:00:00.000 [INFO] [sway/main.c:339] wlroots version 0.17.0-dev
00:00:00.004 [INFO] [sway/main.c:120] Linux lovelace 6.3.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 30 May 2023 13:44:01 +0000 x86_64 GNU/Linux
00:00:00.004 [INFO] [sway/main.c:136] Contents of /etc/os-release:
00:00:00.004 [INFO] [sway/main.c:120] NAME="Arch Linux"
00:00:00.004 [INFO] [sway/main.c:120] PRETTY_NAME="Arch Linux"
00:00:00.004 [INFO] [sway/main.c:120] ID=arch
00:00:00.004 [INFO] [sway/main.c:120] BUILD_ID=rolling
00:00:00.004 [INFO] [sway/main.c:120] ANSI_COLOR="38;2;23;147;209"
00:00:00.004 [INFO] [sway/main.c:120] HOME_URL="https://archlinux.org/"
00:00:00.004 [INFO] [sway/main.c:120] DOCUMENTATION_URL="https://wiki.archlinux.org/"
00:00:00.004 [INFO] [sway/main.c:120] SUPPORT_URL="https://bbs.archlinux.org/"
00:00:00.004 [INFO] [sway/main.c:120] BUG_REPORT_URL="https://bugs.archlinux.org/"
00:00:00.004 [INFO] [sway/main.c:120] PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
00:00:00.004 [INFO] [sway/main.c:120] LOGO=archlinux-logo
00:00:00.004 [INFO] [sway/main.c:108] LD_LIBRARY_PATH=
00:00:00.004 [INFO] [sway/main.c:108] LD_PRELOAD=
00:00:00.004 [INFO] [sway/main.c:108] PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
00:00:00.004 [INFO] [sway/main.c:108] SWAYSOCK=
00:00:00.004 [ERROR] [sway/main.c:62] !!! Proprietary Nvidia drivers are in use !!!
00:00:00.004 [INFO] [sway/main.c:376] Starting sway version 1.9-dev-913a7679 (Jun  6 2023, branch 'master')
00:00:00.004 [DEBUG] [sway/server.c:75] Initializing Wayland server
00:00:00.004 [INFO] [wlr] [libseat] [libseat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.004 [INFO] [wlr] [libseat] [libseat/libseat.c:76] Backend 'seatd' failed to open seat, skipping
00:00:00.015 [INFO] [wlr] [libseat] [libseat/libseat.c:73] Seat opened with backend 'logind'
00:00:00.015 [INFO] [wlr] [backend/session/session.c:109] Successfully loaded libseat session
00:00:00.017 [DEBUG] [wlr] [backend/session/session.c:384] Ignoring '/dev/dri/card1': not a KMS device
00:00:00.018 [INFO] [wlr] [backend/backend.c:219] Found 1 GPUs
00:00:00.019 [INFO] [wlr] [backend/drm/backend.c:201] Initializing DRM backend for /dev/dri/card0 (i915)
00:00:00.019 [DEBUG] [wlr] [backend/drm/drm.c:105] Using atomic DRM interface
00:00:00.019 [DEBUG] [wlr] [backend/drm/drm.c:117] ADDFB2 modifiers supported
00:00:00.019 [INFO] [wlr] [backend/drm/drm.c:249] Found 4 DRM CRTCs
00:00:00.019 [INFO] [wlr] [backend/drm/drm.c:207] Found 32 DRM planes
00:00:00.096 [INFO] [wlr] [render/egl.c:206] Supported EGL client extensions: EGL_EXT_platform_base EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_KHR_platform_x11 EGL_EXT_platform_x11 EGL_EXT_platform_device EGL_MESA_platform_surfaceless EGL_EXT_explicit_device EGL_KHR_platform_wayland EGL_EXT_platform_wayland EGL_KHR_platform_gbm EGL_MESA_platform_gbm EGL_EXT_platform_xcb
00:00:00.099 [DEBUG] [wlr] [render/egl.c:485] Using EGL device /dev/dri/card0
00:00:00.466 [INFO] [wlr] [render/egl.c:355] Using EGL 1.5
00:00:00.466 [INFO] [wlr] [render/egl.c:356] Supported EGL display extensions: EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_protected_content 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_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display 
00:00:00.466 [INFO] [wlr] [render/egl.c:358] Supported EGL device extensions: EGL_EXT_device_drm EGL_EXT_device_drm_render_node
00:00:00.466 [INFO] [wlr] [render/egl.c:360] EGL vendor: Mesa Project
00:00:00.466 [DEBUG] [wlr] [render/egl.c:121] Supported DMA-BUF formats:
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   AB4H (0x48344241)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   XB4H (0x48344258)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   AB48 (0x38344241)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   XB48 (0x38344258)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   AR30 (0x30335241)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   XR30 (0x30335258)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   AB30 (0x30334241)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   AR24 (0x34325241)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   AB24 (0x34324241)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   XR24 (0x34325258)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:170]   XB24 (0x34324258)
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.466 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   AR15 (0x35315241)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   RG16 (0x36314752)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   R8 (0x20203852)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   R16 (0x20363152)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   GR88 (0x38385247)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   GR32 (0x32335247)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YUV9 (0x39565559)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YU11 (0x31315559)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YU12 (0x32315559)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YU16 (0x36315559)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YU24 (0x34325559)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YVU9 (0x39555659)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YV11 (0x31315659)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YV12 (0x32315659)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YV16 (0x36315659)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   YV24 (0x34325659)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   NV12 (0x3231564E)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   P010 (0x30313050)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   P012 (0x32313050)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   P016 (0x36313050)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:170]   P030 (0x30333050)
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.467 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   NV16 (0x3631564E)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   AYUV (0x56555941)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   XYUV (0x56555958)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   Y410 (0x30313459)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   Y412 (0x32313459)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   Y416 (0x36313459)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   YUYV (0x56595559)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   UYVY (0x59565955)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS (0x0100000000000006): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_MC_CCS (0x0100000000000007): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   Y210 (0x30313259)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   Y212 (0x32313259)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:170]   Y216 (0x36313259)
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     INVALID (0x00FFFFFFFFFFFFFF): ✓ texture  ✓ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     LINEAR (0x0000000000000000): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     X_TILED (0x0100000000000001): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:104]     Y_TILED (0x0100000000000002): ✓ texture  ✗ render
00:00:00.468 [DEBUG] [wlr] [render/egl.c:190] EGL DMA-BUF format modifiers supported
00:00:00.470 [DEBUG] [wlr] [render/egl.c:433] Obtained high priority context
00:00:00.470 [DEBUG] [wlr] [render/egl.c:534] Using EGL_PLATFORM_DEVICE_EXT
00:00:00.471 [INFO] [wlr] [render/gles2/renderer.c:842] Creating GLES2 renderer
00:00:00.471 [INFO] [wlr] [render/gles2/renderer.c:843] Using OpenGL ES 3.2 Mesa 23.1.1
00:00:00.471 [INFO] [wlr] [render/gles2/renderer.c:844] GL vendor: Intel
00:00:00.471 [INFO] [wlr] [render/gles2/renderer.c:845] GL renderer: Mesa Intel(R) UHD Graphics (TGL GT1)
00:00:00.471 [INFO] [wlr] [render/gles2/renderer.c:846] Supported GLES2 extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_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_NV_pack_subimage 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_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_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_bgra 
00:00:00.471 [DEBUG] [wlr] [render/gles2/renderer.c:901] GPU reset notifications are enabled
00:00:00.519 [DEBUG] [wlr] [render/allocator/allocator.c:106] Trying to create gbm allocator
00:00:00.524 [DEBUG] [wlr] [render/allocator/gbm.c:211] Created GBM allocator with backend drm
00:00:00.524 [DEBUG] [wlr] [render/allocator/gbm.c:214] Using DRM node /dev/dri/card0
00:00:00.524 [DEBUG] [wlr] [types/wlr_idle.c:249] idle manager created
00:00:00.524 [DEBUG] [wlr] [types/wlr_drm_lease_v1.c:638] Creating wlr_drm_lease_device_v1 for /dev/dri/card0
00:00:00.524 [INFO] [wlr] [backend/headless/backend.c:68] Creating headless backend
00:00:00.534 [INFO] [sway/config.c:416] Loading config from //etc/sway/config
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 1: # Default config for sway
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 2: #
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 3: # Copy this to ~/.config/sway/config and edit it to your liking.
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 4: #
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 5: # Read `man 5 sway` for a complete reference.
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 6: 
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 7: ### Variables
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 8: #
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 9: # Logo key. Use Mod1 for Alt.
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 10: set $mod Mod4
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $mod Mod4
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $mod Mod4
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 11: # Home row direction keys, like vim
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 12: set $left h
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $left h
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $left h
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 13: set $down j
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $down j
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $down j
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 14: set $up k
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $up k
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $up k
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 15: set $right l
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $right l
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $right l
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 16: # Your preferred terminal emulator
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 17: set $term foot
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $term foot
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $term foot
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 18: # Your preferred application launcher
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 19: # Note: pass the final command to swaymsg so that the resulting window can be opened
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 20: # on the original workspace that the command was run on.
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 21: set $menu dmenu_path | wmenu | xargs swaymsg exec --
00:00:00.535 [INFO] [sway/commands.c:381] Config command: set $menu dmenu_path | wmenu | xargs swaymsg exec --
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: set $menu dmenu_path | wmenu | xargs swaymsg exec --
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 22: 
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 23: ### Output configuration
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 24: #
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 25: # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
00:00:00.535 [DEBUG] [sway/config.c:833] Read line 26: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.535 [INFO] [sway/commands.c:381] Config command: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.535 [INFO] [sway/commands.c:404] After replacement: output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.535 [DEBUG] [sway/commands.c:436] Subcommand: bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
00:00:00.535 [DEBUG] [sway/config/output.c:231] Adding output * config
00:00:00.535 [DEBUG] [sway/config/output.c:235] Config stored for output * (enabled: -1) (-1x-1@-1.000000Hz position -1,-1 scale -1.000000 subpixel unknown transform -1) (bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill) (power -1) (max render time: -1)
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[0] = swaybg
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[1] = -o
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[2] = *
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[3] = -i
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[4] = /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[5] = -m
00:00:00.535 [DEBUG] [sway/config/output.c:897] spawn_swaybg cmd[6] = fill
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 27: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 28: # Example configuration:
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 29: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 30: #   output HDMI-A-1 resolution 1920x1080 position 1920,0
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 31: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 32: # You can get the names of your outputs by running: swaymsg -t get_outputs
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 33: 
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 34: ### Idle configuration
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 35: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 36: # Example configuration:
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 37: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 38: # exec swayidle -w \
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 39: #          timeout 300 'swaylock -f -c 000000' \
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 40: #          timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 41: #          before-sleep 'swaylock -f -c 000000'
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 42: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 43: # This will lock your screen after 300 seconds of inactivity, then turn off
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 44: # your displays after another 300 seconds, and turn your screens back on when
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 45: # resumed. It will also lock your screen before your computer goes to sleep.
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 46: 
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 47: ### Input configuration
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 48: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 49: # Example configuration:
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 50: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 51: #   input "2:14:SynPS/2_Synaptics_TouchPad" {
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 52: #       dwt enabled
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 53: #       tap enabled
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 54: #       natural_scroll enabled
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 55: #       middle_emulation enabled
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 56: #   }
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 57: #
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 58: # You can get the names of your inputs by running: swaymsg -t get_inputs
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 59: # Read `man 5 sway-input` for more information about this section.
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 60: 
00:00:00.539 [DEBUG] [sway/config.c:833] Read line 61: ### Key bindings
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 62: #
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 63: # Basics:
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 64: #
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 65:     # Start a terminal
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 66:     bindsym $mod+Return exec $term
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Return exec $term
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Return exec foot
00:00:00.540 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Return to command `exec foot` for device '*'
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 67: 
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 68:     # Kill focused window
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 69:     bindsym $mod+Shift+q kill
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+q kill
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+q kill
00:00:00.540 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+q to command `kill` for device '*'
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 70: 
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 71:     # Start your launcher
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 72:     bindsym $mod+d exec $menu
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+d exec $menu
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+d exec dmenu_path | wmenu | xargs swaymsg exec --
00:00:00.540 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+d to command `exec dmenu_path | wmenu | xargs swaymsg exec --` for device '*'
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 73: 
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 74:     # Drag floating windows by holding down $mod and left mouse button.
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 75:     # Resize them with right mouse button + $mod.
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 76:     # Despite the name, also works for non-floating windows.
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 77:     # Change normal to inverse to use left mouse button for resizing and right
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 78:     # mouse button for dragging.
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 79:     floating_modifier $mod normal
00:00:00.540 [INFO] [sway/commands.c:381] Config command: floating_modifier $mod normal
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: floating_modifier Mod4 normal
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 80: 
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 81:     # Reload the configuration file
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 82:     bindsym $mod+Shift+c reload
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+c reload
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+c reload
00:00:00.540 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+c to command `reload` for device '*'
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 83: 
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 84:     # Exit sway (logs you out of your Wayland session)
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 85:     bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
00:00:00.540 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+e to command `exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'` for device '*'
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 86: #
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 87: # Moving around:
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 88: #
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 89:     # Move your focus around
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 90:     bindsym $mod+$left focus left
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$left focus left
00:00:00.540 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+h focus left
00:00:00.540 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+h to command `focus left` for device '*'
00:00:00.540 [DEBUG] [sway/config.c:833] Read line 91:     bindsym $mod+$down focus down
00:00:00.540 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$down focus down
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+j focus down
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+j to command `focus down` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 92:     bindsym $mod+$up focus up
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$up focus up
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+k focus up
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+k to command `focus up` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 93:     bindsym $mod+$right focus right
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+$right focus right
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+l focus right
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+l to command `focus right` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 94:     # Or use $mod+[up|down|left|right]
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 95:     bindsym $mod+Left focus left
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Left focus left
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Left focus left
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Left to command `focus left` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 96:     bindsym $mod+Down focus down
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Down focus down
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Down focus down
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Down to command `focus down` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 97:     bindsym $mod+Up focus up
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Up focus up
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Up focus up
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Up to command `focus up` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 98:     bindsym $mod+Right focus right
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Right focus right
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Right focus right
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Right to command `focus right` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 99: 
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 100:     # Move the focused window with the same, but add Shift
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 101:     bindsym $mod+Shift+$left move left
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$left move left
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+h move left
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+h to command `move left` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 102:     bindsym $mod+Shift+$down move down
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$down move down
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+j move down
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+j to command `move down` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 103:     bindsym $mod+Shift+$up move up
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$up move up
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+k move up
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+k to command `move up` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 104:     bindsym $mod+Shift+$right move right
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+$right move right
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+l move right
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+l to command `move right` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 105:     # Ditto, with arrow keys
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 106:     bindsym $mod+Shift+Left move left
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Left move left
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Left move left
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Left to command `move left` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 107:     bindsym $mod+Shift+Down move down
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Down move down
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Down move down
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Down to command `move down` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 108:     bindsym $mod+Shift+Up move up
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Up move up
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Up move up
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Up to command `move up` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 109:     bindsym $mod+Shift+Right move right
00:00:00.541 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+Right move right
00:00:00.541 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+Right move right
00:00:00.541 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+Right to command `move right` for device '*'
00:00:00.541 [DEBUG] [sway/config.c:833] Read line 110: #
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 111: # Workspaces:
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 112: #
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 113:     # Switch to workspace
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 114:     bindsym $mod+1 workspace number 1
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+1 workspace number 1
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+1 workspace number 1
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+1 to command `workspace number 1` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 115:     bindsym $mod+2 workspace number 2
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+2 workspace number 2
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+2 workspace number 2
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+2 to command `workspace number 2` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 116:     bindsym $mod+3 workspace number 3
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+3 workspace number 3
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+3 workspace number 3
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+3 to command `workspace number 3` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 117:     bindsym $mod+4 workspace number 4
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+4 workspace number 4
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+4 workspace number 4
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+4 to command `workspace number 4` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 118:     bindsym $mod+5 workspace number 5
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+5 workspace number 5
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+5 workspace number 5
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+5 to command `workspace number 5` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 119:     bindsym $mod+6 workspace number 6
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+6 workspace number 6
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+6 workspace number 6
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+6 to command `workspace number 6` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 120:     bindsym $mod+7 workspace number 7
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+7 workspace number 7
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+7 workspace number 7
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+7 to command `workspace number 7` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 121:     bindsym $mod+8 workspace number 8
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+8 workspace number 8
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+8 workspace number 8
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+8 to command `workspace number 8` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 122:     bindsym $mod+9 workspace number 9
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+9 workspace number 9
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+9 workspace number 9
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+9 to command `workspace number 9` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 123:     bindsym $mod+0 workspace number 10
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+0 workspace number 10
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+0 workspace number 10
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+0 to command `workspace number 10` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 124:     # Move focused container to workspace
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 125:     bindsym $mod+Shift+1 move container to workspace number 1
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+1 move container to workspace number 1
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+1 move container to workspace number 1
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+1 to command `move container to workspace number 1` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 126:     bindsym $mod+Shift+2 move container to workspace number 2
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+2 move container to workspace number 2
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+2 move container to workspace number 2
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+2 to command `move container to workspace number 2` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 127:     bindsym $mod+Shift+3 move container to workspace number 3
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+3 move container to workspace number 3
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+3 move container to workspace number 3
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+3 to command `move container to workspace number 3` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 128:     bindsym $mod+Shift+4 move container to workspace number 4
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+4 move container to workspace number 4
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+4 move container to workspace number 4
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+4 to command `move container to workspace number 4` for device '*'
00:00:00.542 [DEBUG] [sway/config.c:833] Read line 129:     bindsym $mod+Shift+5 move container to workspace number 5
00:00:00.542 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+5 move container to workspace number 5
00:00:00.542 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+5 move container to workspace number 5
00:00:00.542 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+5 to command `move container to workspace number 5` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 130:     bindsym $mod+Shift+6 move container to workspace number 6
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+6 move container to workspace number 6
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+6 move container to workspace number 6
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+6 to command `move container to workspace number 6` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 131:     bindsym $mod+Shift+7 move container to workspace number 7
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+7 move container to workspace number 7
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+7 move container to workspace number 7
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+7 to command `move container to workspace number 7` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 132:     bindsym $mod+Shift+8 move container to workspace number 8
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+8 move container to workspace number 8
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+8 move container to workspace number 8
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+8 to command `move container to workspace number 8` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 133:     bindsym $mod+Shift+9 move container to workspace number 9
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+9 move container to workspace number 9
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+9 move container to workspace number 9
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+9 to command `move container to workspace number 9` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 134:     bindsym $mod+Shift+0 move container to workspace number 10
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+0 move container to workspace number 10
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+0 move container to workspace number 10
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+0 to command `move container to workspace number 10` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 135:     # Note: workspaces can have any name you want, not just numbers.
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 136:     # We just use 1-10 as the default.
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 137: #
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 138: # Layout stuff:
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 139: #
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 140:     # You can "split" the current object of your focus with
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 141:     # $mod+b or $mod+v, for horizontal and vertical splits
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 142:     # respectively.
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 143:     bindsym $mod+b splith
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+b splith
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+b splith
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+b to command `splith` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 144:     bindsym $mod+v splitv
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+v splitv
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+v splitv
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+v to command `splitv` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 145: 
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 146:     # Switch the current container between different layout styles
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 147:     bindsym $mod+s layout stacking
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+s layout stacking
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+s layout stacking
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+s to command `layout stacking` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 148:     bindsym $mod+w layout tabbed
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+w layout tabbed
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+w layout tabbed
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+w to command `layout tabbed` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 149:     bindsym $mod+e layout toggle split
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+e layout toggle split
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+e layout toggle split
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+e to command `layout toggle split` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 150: 
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 151:     # Make the current focus fullscreen
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 152:     bindsym $mod+f fullscreen
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+f fullscreen
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+f fullscreen
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+f to command `fullscreen` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 153: 
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 154:     # Toggle the current focus between tiling and floating mode
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 155:     bindsym $mod+Shift+space floating toggle
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+space floating toggle
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+space floating toggle
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+space to command `floating toggle` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 156: 
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 157:     # Swap focus between the tiling area and the floating area
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 158:     bindsym $mod+space focus mode_toggle
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+space focus mode_toggle
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+space focus mode_toggle
00:00:00.543 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+space to command `focus mode_toggle` for device '*'
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 159: 
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 160:     # Move focus to the parent container
00:00:00.543 [DEBUG] [sway/config.c:833] Read line 161:     bindsym $mod+a focus parent
00:00:00.543 [INFO] [sway/commands.c:381] Config command: bindsym $mod+a focus parent
00:00:00.543 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+a focus parent
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+a to command `focus parent` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 162: #
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 163: # Scratchpad:
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 164: #
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 165:     # Sway has a "scratchpad", which is a bag of holding for windows.
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 166:     # You can send windows there and get them back later.
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 167: 
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 168:     # Move the currently focused window to the scratchpad
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 169:     bindsym $mod+Shift+minus move scratchpad
00:00:00.544 [INFO] [sway/commands.c:381] Config command: bindsym $mod+Shift+minus move scratchpad
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+Shift+minus move scratchpad
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+Shift+minus to command `move scratchpad` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 170: 
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 171:     # Show the next scratchpad window or hide the focused scratchpad window.
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 172:     # If there are multiple scratchpad windows, this command cycles through them.
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 173:     bindsym $mod+minus scratchpad show
00:00:00.544 [INFO] [sway/commands.c:381] Config command: bindsym $mod+minus scratchpad show
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+minus scratchpad show
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+minus to command `scratchpad show` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 174: #
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 175: # Resizing containers:
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 176: #
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 177: mode "resize" {
00:00:00.544 [DEBUG] [sway/config.c:887] Entering block 'mode "resize"'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 178:     # left will shrink the containers width
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 179:     # right will grow the containers width
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 180:     # up will shrink the containers height
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 181:     # down will grow the containers height
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 182:     bindsym $left resize shrink width 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $left resize shrink width 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym h resize shrink width 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym h resize shrink width 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound h to command `resize shrink width 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 183:     bindsym $down resize grow height 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $down resize grow height 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym j resize grow height 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym j resize grow height 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound j to command `resize grow height 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 184:     bindsym $up resize shrink height 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $up resize shrink height 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym k resize shrink height 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym k resize shrink height 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound k to command `resize shrink height 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 185:     bindsym $right resize grow width 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym $right resize grow width 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym l resize grow width 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym l resize grow width 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound l to command `resize grow width 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 186: 
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 187:     # Ditto, with arrow keys
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 188:     bindsym Left resize shrink width 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Left resize shrink width 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Left resize shrink width 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Left resize shrink width 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Left to command `resize shrink width 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 189:     bindsym Down resize grow height 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Down resize grow height 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Down resize grow height 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Down resize grow height 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Down to command `resize grow height 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 190:     bindsym Up resize shrink height 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Up resize shrink height 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Up resize shrink height 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Up resize shrink height 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Up to command `resize shrink height 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 191:     bindsym Right resize grow width 10px
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Right resize grow width 10px
00:00:00.544 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Right resize grow width 10px
00:00:00.544 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Right resize grow width 10px
00:00:00.544 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Right to command `resize grow width 10px` for device '*'
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 192: 
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 193:     # Return to default mode
00:00:00.544 [DEBUG] [sway/config.c:833] Read line 194:     bindsym Return mode "default"
00:00:00.544 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Return mode "default"
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Return mode "default"
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Return mode "default"
00:00:00.545 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Return to command `mode "default"` for device '*'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 195:     bindsym Escape mode "default"
00:00:00.545 [INFO] [sway/commands.c:381] Config command: mode "resize" bindsym Escape mode "default"
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: mode "resize" bindsym Escape mode "default"
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: bindsym Escape mode "default"
00:00:00.545 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Escape to command `mode "default"` for device '*'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 196: }
00:00:00.545 [DEBUG] [sway/config.c:904] Exiting block 'mode "resize"'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 197: bindsym $mod+r mode "resize"
00:00:00.545 [INFO] [sway/commands.c:381] Config command: bindsym $mod+r mode "resize"
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: bindsym Mod4+r mode "resize"
00:00:00.545 [DEBUG] [sway/commands/bind.c:298] bindsym - Bound Mod4+r to command `mode "resize"` for device '*'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 198: 
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 199: #
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 200: # Status Bar:
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 201: #
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 202: # Read `man 5 sway-bar` for more information about this section.
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 203: bar {
00:00:00.545 [DEBUG] [sway/config.c:887] Entering block 'bar'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 204:     position top
00:00:00.545 [INFO] [sway/commands.c:381] Config command: bar position top
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: bar position top
00:00:00.545 [DEBUG] [sway/commands/bar.c:91] Creating bar: bar-0
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: position top
00:00:00.545 [DEBUG] [sway/commands/bar/position.c:15] Setting bar position 'top' for bar: bar-0
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 205: 
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 206:     # When the status_command prints a new line to stdout, swaybar updates.
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 207:     # The default just shows the current date and time.
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 208:     status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
00:00:00.545 [INFO] [sway/commands.c:381] Config command: bar status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: bar status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
00:00:00.545 [DEBUG] [sway/commands/bar/status_command.c:17] Feeding bar with status command: while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 209: 
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 210:     colors {
00:00:00.545 [DEBUG] [sway/config.c:887] Entering block 'bar colors'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 211:         statusline #ffffff
00:00:00.545 [INFO] [sway/commands.c:381] Config command: bar colors statusline #ffffff
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: bar colors statusline #ffffff
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: colors statusline #ffffff
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: statusline #ffffff
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 212:         background #323232
00:00:00.545 [INFO] [sway/commands.c:381] Config command: bar colors background #323232
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: bar colors background #323232
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: colors background #323232
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: background #323232
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 213:         inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.545 [INFO] [sway/commands.c:381] Config command: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: bar colors inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: colors inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.545 [DEBUG] [sway/commands.c:436] Subcommand: inactive_workspace #32323200 #32323200 #5c5c5c
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 214:     }
00:00:00.545 [DEBUG] [sway/config.c:904] Exiting block 'bar colors'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 215: }
00:00:00.545 [DEBUG] [sway/config.c:904] Exiting block 'bar'
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 216: 
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 217: include /etc/sway/config.d/*
00:00:00.545 [INFO] [sway/commands.c:381] Config command: include /etc/sway/config.d/*
00:00:00.545 [INFO] [sway/commands.c:404] After replacement: include /etc/sway/config.d/*
00:00:00.545 [INFO] [sway/config.c:416] Loading config from /etc/sway/config.d/50-systemd-user.conf
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 1: # sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 2: # See FS#63021
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 3: # Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal.
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 4: 
00:00:00.545 [DEBUG] [sway/config.c:833] Read line 5: exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:00.546 [INFO] [sway/commands.c:381] Config command: exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:00.546 [INFO] [sway/commands.c:404] After replacement: exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:00.546 [DEBUG] [sway/config.c:877] Deferring command `exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP'
00:00:00.546 [DEBUG] [sway/config.c:833] Read line 7: exec hash dbus-update-activation-environment 2>/dev/null &&      dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:00.546 [INFO] [sway/commands.c:381] Config command: exec hash dbus-update-activation-environment 2>/dev/null &&      dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:00.546 [INFO] [sway/commands.c:404] After replacement: exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:00.546 [DEBUG] [sway/config.c:877] Deferring command `exec hash dbus-update-activation-environment 2>/dev/null &&      dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP'
00:00:00.604 [DEBUG] [sway/server.c:293] Initializing Xwayland (lazy=1)
00:00:00.605 [INFO] [sway/server.c:320] Starting backend on wayland display 'wayland-1'
00:00:00.605 [DEBUG] [wlr] [backend/libinput/backend.c:87] Starting libinput backend
00:00:00.833 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:00.834 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
00:00:00.834 [DEBUG] [sway/input/input-manager.c:184] no fallback seat config - creating default
00:00:00.834 [DEBUG] [sway/config/seat.c:66] Adding non-wildcard seat config
00:00:00.834 [DEBUG] [sway/config/seat.c:83] Config stored for seat seat0
00:00:00.834 [DEBUG] [sway/input/input-manager.c:612] applying seat config for seat seat0
00:00:00.834 [DEBUG] [sway/input/seat.c:972] adding device 0:6:Video_Bus to seat seat0
00:00:00.837 [DEBUG] [sway/input/keyboard.c:909] Created keyboard group 0x557e0edb2820
00:00:00.837 [DEBUG] [sway/input/keyboard.c:932] Adding keyboard 0:6:Video_Bus to group 0x557e0edb2820
00:00:00.842 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:00.842 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
00:00:00.842 [DEBUG] [sway/input/seat.c:972] adding device 0:6:Video_Bus to seat seat0
00:00:00.846 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:6:Video_Bus to group 0x557e0edb2820
00:00:00.847 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:00.847 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:1:Power_Button'
00:00:00.847 [DEBUG] [sway/input/seat.c:972] adding device 0:1:Power_Button to seat seat0
00:00:00.850 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:1:Power_Button to group 0x557e0edb2820
00:00:00.851 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Lid Switch [0:5]
00:00:00.851 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:5:Lid_Switch'
00:00:00.851 [DEBUG] [sway/input/seat.c:972] adding device 0:5:Lid_Switch to seat seat0
00:00:00.851 [DEBUG] [sway/input/switch.c:18] Allocated switch for device
00:00:00.851 [DEBUG] [sway/input/seat.c:726] Applying input config to 0:5:Lid_Switch
00:00:00.851 [DEBUG] [sway/input/switch.c:103] Configured switch for device
00:00:00.851 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding ELAN2D24:00 04F3:2D24 [1267:11556]
00:00:00.851 [DEBUG] [sway/input/input-manager.c:234] adding device: '1267:11556:ELAN2D24:00_04F3:2D24'
00:00:00.851 [DEBUG] [sway/input/seat.c:972] adding device 1267:11556:ELAN2D24:00_04F3:2D24 to seat seat0
00:00:00.851 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:11556:ELAN2D24:00_04F3:2D24
00:00:00.851 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding DLL0945:00 04F3:311C Mouse [1267:12572]
00:00:00.851 [DEBUG] [sway/input/input-manager.c:234] adding device: '1267:12572:DLL0945:00_04F3:311C_Mouse'
00:00:00.851 [DEBUG] [sway/input/seat.c:972] adding device 1267:12572:DLL0945:00_04F3:311C_Mouse to seat seat0
00:00:00.888 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:222] Loaded cursor theme 'default' at size 24 (124 available cursors)
00:00:00.888 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:12572:DLL0945:00_04F3:311C_Mouse
00:00:00.888 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding DLL0945:00 04F3:311C Touchpad [1267:12572]
00:00:00.888 [DEBUG] [sway/input/input-manager.c:234] adding device: '1267:12572:DLL0945:00_04F3:311C_Touchpad'
00:00:00.888 [DEBUG] [sway/input/seat.c:972] adding device 1267:12572:DLL0945:00_04F3:311C_Touchpad to seat seat0
00:00:00.888 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:12572:DLL0945:00_04F3:311C_Touchpad
00:00:00.888 [DEBUG] [wlr] [backend/libinput/events.c:131] libinput gesture not handled
00:00:00.888 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Intel HID events [0:0]
00:00:00.888 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Intel_HID_events'
00:00:00.888 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Intel_HID_events to seat seat0
00:00:00.891 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Intel_HID_events to group 0x557e0edb2820
00:00:00.892 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Intel HID 5 button array [0:0]
00:00:00.892 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Intel_HID_5_button_array'
00:00:00.892 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Intel_HID_5_button_array to seat seat0
00:00:00.896 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Intel_HID_5_button_array to group 0x557e0edb2820
00:00:00.897 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Dell Privacy Driver [0:0]
00:00:00.897 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Dell_Privacy_Driver'
00:00:00.897 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Dell_Privacy_Driver to seat seat0
00:00:00.901 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Dell_Privacy_Driver to group 0x557e0edb2820
00:00:00.902 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Dell WMI hotkeys [0:0]
00:00:00.902 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Dell_WMI_hotkeys'
00:00:00.902 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Dell_WMI_hotkeys to seat seat0
00:00:00.906 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Dell_WMI_hotkeys to group 0x557e0edb2820
00:00:00.907 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding AT Translated Set 2 keyboard [1:1]
00:00:00.907 [DEBUG] [sway/input/input-manager.c:234] adding device: '1:1:AT_Translated_Set_2_keyboard'
00:00:00.907 [DEBUG] [sway/input/seat.c:972] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
00:00:00.911 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x557e0edb2820
00:00:00.912 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding ydotoold virtual device [9011:26214]
00:00:00.912 [DEBUG] [sway/input/input-manager.c:234] adding device: '9011:26214:ydotoold_virtual_device'
00:00:00.912 [DEBUG] [sway/input/seat.c:972] adding device 9011:26214:ydotoold_virtual_device to seat seat0
00:00:00.958 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 9011:26214:ydotoold_virtual_device to group 0x557e0edb2820
00:00:00.959 [DEBUG] [sway/input/input-manager.c:234] adding device: '9011:26214:ydotoold_virtual_device'
00:00:00.959 [DEBUG] [sway/input/seat.c:972] adding device 9011:26214:ydotoold_virtual_device to seat seat0
00:00:00.959 [DEBUG] [sway/input/seat.c:726] Applying input config to 9011:26214:ydotoold_virtual_device
00:00:00.959 [DEBUG] [wlr] [backend/libinput/backend.c:128] libinput successfully initialized
00:00:00.959 [INFO] [wlr] [backend/drm/drm.c:1512] Scanning DRM connectors on /dev/dri/card0
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1563] Found connector 'eDP-1'
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1588] 'eDP-1' connected
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1388] Current CRTC: 98
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1398] Physical size: 340x210
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1460] Detected modes:
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1488]   3840x2400 @ 59.994 Hz (preferred)
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1488]   3840x2400 @ 47.995 Hz 
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1563] Found connector 'DP-1'
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1563] Found connector 'DP-2'
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1563] Found connector 'DP-3'
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1182] Reallocating CRTCs
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1193] State before reallocation:
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'eDP-1': crtc=0 status=connected want_crtc=1
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1256] State after reallocation:
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'eDP-1': crtc=0
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-1': crtc=-1
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-2': crtc=-1
00:00:00.963 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-3': crtc=-1
00:00:00.963 [INFO] [wlr] [backend/drm/drm.c:1624] connector eDP-1: Requesting modeset
00:00:00.963 [DEBUG] [sway/desktop/output.c:1013] New output 0x557e0f128790: eDP-1 (non-desktop: 0)
00:00:00.963 [DEBUG] [sway/config/output.c:394] Turning on output eDP-1
00:00:00.963 [DEBUG] [sway/config/output.c:407] Set preferred mode
00:00:00.963 [DEBUG] [wlr] [types/output/render.c:161] Attaching empty buffer to output for modeset
00:00:00.963 [DEBUG] [wlr] [types/output/swapchain.c:27] Choosing primary buffer format XR24 (0x34325258) for output 'eDP-1'
00:00:00.963 [DEBUG] [wlr] [types/output/swapchain.c:95] Testing swapchain for output 'eDP-1'
00:00:00.963 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:00.969 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 3840x2400 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008)
00:00:00.969 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3840x2400
00:00:00.970 [DEBUG] [sway/config/output.c:441] Auto-detected output transform: 0
00:00:00.970 [DEBUG] [sway/config/output.c:355] Output DPI: 286.870588x290.285714
00:00:00.970 [DEBUG] [sway/config/output.c:466] Auto-detected output scale: 2.000000
00:00:00.970 [DEBUG] [sway/config/output.c:469] Set eDP-1 scale to 2.000000
00:00:00.970 [DEBUG] [sway/config/output.c:517] Committing output eDP-1
00:00:00.970 [DEBUG] [wlr] [types/output/render.c:161] Attaching empty buffer to output for modeset
00:00:00.971 [INFO] [wlr] [backend/drm/drm.c:747] connector eDP-1: Modesetting with 3840x2400 @ 59.994 Hz
00:00:02.121 [DEBUG] [sway/tree/workspace.c:277] Workspace: Generating new workspace name for output eDP-1
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 1'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '1'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:268] Workspace: Found free name 1
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 2'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '2'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 3'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '3'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 4'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '4'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 5'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '5'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 6'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '6'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 7'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '7'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 8'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '8'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 9'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '9'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:214] Got valid workspace command for target: 'number 10'
00:00:02.121 [DEBUG] [sway/tree/workspace.c:239] Isolated name from workspace number: '10'
00:00:02.121 [DEBUG] [sway/tree/output.c:127] Creating default workspace 1
00:00:02.121 [DEBUG] [sway/tree/workspace.c:65] Adding workspace 1 for output eDP-1
00:00:02.185 [DEBUG] [wlr] [xcursor/wlr_xcursor.c:222] Loaded cursor theme 'default' at size 48 (124 available cursors)
00:00:02.187 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:02.187 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:02.187 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:02.188 [DEBUG] [sway/desktop/layer_shell.c:229] Usable area changed, rearranging output
00:00:02.188 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1200@0,0
00:00:02.188 [DEBUG] [sway/tree/arrange.c:297] Arranging workspace '1' at 0.000000, 0.000000
00:00:02.188 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1200@0,0
00:00:02.188 [DEBUG] [sway/tree/arrange.c:297] Arranging workspace '1' at 0.000000, 0.000000
00:00:02.188 [DEBUG] [sway/input/seat.c:726] Applying input config to 9011:26214:ydotoold_virtual_device
00:00:02.218 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:12572:DLL0945:00_04F3:311C_Touchpad
00:00:02.218 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:12572:DLL0945:00_04F3:311C_Mouse
00:00:02.218 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:11556:ELAN2D24:00_04F3:2D24
00:00:02.218 [DEBUG] [sway/input/seat.c:726] Applying input config to 0:5:Lid_Switch
00:00:02.218 [DEBUG] [sway/input/switch.c:103] Configured switch for device
00:00:02.230 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:02.230 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:02.230 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:02.230 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x557e0f0fff30 committing with 2 instructions
00:00:02.230 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x557e0f0fff30
00:00:02.230 [INFO] [wlr] [backend/headless/backend.c:16] Starting headless backend
00:00:02.230 [DEBUG] [sway/config/bar.c:265] Invoking swaybar for bar id 'bar-0'
00:00:02.234 [DEBUG] [sway/config/bar.c:258] Spawned swaybar bar-0
00:00:02.234 [DEBUG] [sway/config.c:682] Running deferred commands
00:00:02.234 [INFO] [sway/commands.c:261] Handling command 'exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP'
00:00:02.234 [DEBUG] [sway/commands/exec_always.c:58] Executing systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:02.237 [DEBUG] [sway/commands/exec_always.c:111] Child process created with pid 2578
00:00:02.237 [DEBUG] [sway/commands/exec_always.c:113] Recording workspace for process 2578
00:00:02.237 [INFO] [sway/commands.c:261] Handling command 'exec hash dbus-update-activation-environment 2>/dev/null &&      dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP'
00:00:02.237 [DEBUG] [sway/commands/exec_always.c:58] Executing hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
00:00:02.240 [DEBUG] [sway/commands/exec_always.c:111] Child process created with pid 2580
00:00:02.240 [DEBUG] [sway/commands/exec_always.c:113] Recording workspace for process 2580
00:00:02.240 [INFO] [sway/server.c:332] Running compositor on wayland display 'wayland-1'
00:00:02.241 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:02.247 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 3840x2400 GBM buffer with format XR24 (0x34325258), modifier Y_TILED_GEN12_RC_CCS_CC (0x0100000000000008)
00:00:02.247 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 3840x2400
00:00:02.255 [DEBUG] [sway/ipc-server.c:197] New client: fd 76
00:00:02.255 [DEBUG] [sway/ipc-server.c:197] New client: fd 78
2023-06-06 13:25:43 - [swaybg/main.c:293] Found config * for output eDP-1 (Sharp Corporation 0x1516)
00:00:02.255 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0f1751a0 (res 0x557e0f0fbec0)
00:00:02.255 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:443] new layer_surface 0x557e0ecd12c0 (res 0x557e0f139aa0)
00:00:02.256 [DEBUG] [sway/desktop/layer_shell.c:646] new layer surface: namespace wallpaper layer 0 anchor 15 size 0x0 margin 0,0,0,0,
00:00:02.283 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0ee17f60 (res 0x557e0f0bfe40)
00:00:02.283 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:443] new layer_surface 0x557e0ed1dab0 (res 0x557e0f105820)
00:00:02.283 [DEBUG] [sway/desktop/layer_shell.c:646] new layer surface: namespace panel layer 1 anchor 13 size 0x25 margin 0,0,0,0,
00:00:02.283 [DEBUG] [sway/desktop/layer_shell.c:229] Usable area changed, rearranging output
00:00:02.283 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1175@0,25
00:00:02.283 [DEBUG] [sway/tree/arrange.c:297] Arranging workspace '1' at 0.000000, 25.000000
00:00:02.283 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x557e0ed99ca0 committing with 1 instructions
00:00:02.283 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x557e0ed99ca0
00:00:02.283 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0ede0650 (res 0x557e0f0863f0)
00:00:02.717 [DEBUG] [sway/ipc-server.c:197] New client: fd 81
00:00:02.717 [DEBUG] [sway/ipc-server.c:197] New client: fd 83
00:00:07.535 [DEBUG] [sway/commands/bind.c:619] running command for binding: exec foot
00:00:07.535 [INFO] [sway/commands.c:261] Handling command 'exec foot'
00:00:07.535 [DEBUG] [sway/commands/exec_always.c:58] Executing foot
00:00:07.544 [DEBUG] [sway/commands/exec_always.c:111] Child process created with pid 2693
00:00:07.544 [DEBUG] [sway/commands/exec_always.c:113] Recording workspace for process 2693
00:00:07.636 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0ede09e0 (res 0x557e0f0be4f0)
00:00:07.636 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0edf4760 (res 0x557e0f12e9c0)
00:00:07.636 [DEBUG] [wlr] [types/xdg_shell/wlr_xdg_surface.c:370] new xdg_surface 0x557e0f37a340 (res 0x557e0f133a80)
00:00:07.636 [DEBUG] [wlr] [types/wlr_xdg_decoration_v1.c:221] new xdg_toplevel_decoration 0x557e0edf8480 (res 0x557e0f0f9c80)
00:00:07.636 [DEBUG] [sway/desktop/xdg_shell.c:518] New xdg_shell toplevel title='(null)' app_id='foot'
00:00:07.636 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0edf4af0 (res 0x557e0f090130)
00:00:07.661 [DEBUG] [sway/ipc-server.c:327] Sending window::new event
00:00:07.661 [DEBUG] [sway/ipc-server.c:327] Sending window::title event
00:00:07.661 [DEBUG] [sway/tree/arrange.c:263] Usable area for ws: 1920x1175@0,25
00:00:07.661 [DEBUG] [sway/tree/arrange.c:297] Arranging workspace '1' at 0.000000, 25.000000
00:00:07.661 [DEBUG] [sway/tree/arrange.c:77] Arranging 0x7ffd31b25c50 horizontally
00:00:07.661 [DEBUG] [sway/ipc-server.c:327] Sending window::focus event
00:00:07.661 [DEBUG] [sway/desktop/transaction.c:398] Transaction 0x557e0ed93310 committing with 3 instructions
00:00:07.726 [DEBUG] [sway/desktop/transaction.c:494] Transaction 0x557e0ed93310 is ready
00:00:07.726 [DEBUG] [sway/desktop/transaction.c:294] Applying transaction 0x557e0ed93310
00:00:07.726 [DEBUG] [sway/tree/container.c:1320] Container 0x557e0edf6810 entered output 0x557e0f129e90
00:00:09.939 [DEBUG] [wlr] [render/swapchain.c:106] Allocating new swapchain buffer
00:00:09.939 [DEBUG] [wlr] [render/allocator/gbm.c:144] Allocated 256x256 GBM buffer with format AR24 (0x34325241), modifier LINEAR (0x0000000000000000)
00:00:09.939 [DEBUG] [wlr] [render/gles2/renderer.c:158] Created GL FBO for buffer 256x256
00:00:15.176 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Intel HID 5 button array [0:0]
00:00:15.176 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Intel_HID_5_button_array'
00:00:15.176 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Intel_HID_5_button_array from seat seat0
00:00:15.176 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Intel_HID_5_button_array from group 0x557e0edb2820
00:00:15.176 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Intel HID events [0:0]
00:00:15.176 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Intel_HID_events'
00:00:15.176 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Intel_HID_events from seat seat0
00:00:15.176 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Intel_HID_events from group 0x557e0edb2820
00:00:15.177 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Dell Privacy Driver [0:0]
00:00:15.177 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Dell_Privacy_Driver'
00:00:15.177 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Dell_Privacy_Driver from seat seat0
00:00:15.177 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Dell_Privacy_Driver from group 0x557e0edb2820
00:00:15.177 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Power Button [0:1]
00:00:15.177 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:1:Power_Button'
00:00:15.177 [DEBUG] [sway/input/seat.c:992] removing device 0:1:Power_Button from seat seat0
00:00:15.177 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:1:Power_Button from group 0x557e0edb2820
00:00:15.182 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing DLL0945:00 04F3:311C Mouse [1267:12572]
00:00:15.182 [DEBUG] [sway/input/input-manager.c:202] removing device: '1267:12572:DLL0945:00_04F3:311C_Mouse'
00:00:15.182 [DEBUG] [sway/input/seat.c:992] removing device 1267:12572:DLL0945:00_04F3:311C_Mouse from seat seat0
00:00:15.183 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Dell WMI hotkeys [0:0]
00:00:15.183 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Dell_WMI_hotkeys'
00:00:15.183 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Dell_WMI_hotkeys from seat seat0
00:00:15.183 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Dell_WMI_hotkeys from group 0x557e0edb2820
00:00:15.183 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Video Bus [0:6]
00:00:15.183 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
00:00:15.183 [DEBUG] [sway/input/seat.c:992] removing device 0:6:Video_Bus from seat seat0
00:00:15.183 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:6:Video_Bus from group 0x557e0edb2820
00:00:15.183 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing AT Translated Set 2 keyboard [1:1]
00:00:15.184 [DEBUG] [sway/input/input-manager.c:202] removing device: '1:1:AT_Translated_Set_2_keyboard'
00:00:15.184 [DEBUG] [sway/input/seat.c:992] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0
00:00:15.184 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x557e0edb2820
00:00:15.184 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing ydotoold virtual device [9011:26214]
00:00:15.184 [DEBUG] [sway/input/input-manager.c:202] removing device: '9011:26214:ydotoold_virtual_device'
00:00:15.184 [DEBUG] [sway/input/seat.c:992] removing device 9011:26214:ydotoold_virtual_device from seat seat0
00:00:15.184 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 9011:26214:ydotoold_virtual_device from group 0x557e0edb2820
00:00:15.184 [DEBUG] [sway/input/input-manager.c:202] removing device: '9011:26214:ydotoold_virtual_device'
00:00:15.184 [DEBUG] [sway/input/seat.c:992] removing device 9011:26214:ydotoold_virtual_device from seat seat0
00:00:15.184 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing DLL0945:00 04F3:311C Touchpad [1267:12572]
00:00:15.184 [DEBUG] [sway/input/input-manager.c:202] removing device: '1267:12572:DLL0945:00_04F3:311C_Touchpad'
00:00:15.184 [DEBUG] [sway/input/seat.c:992] removing device 1267:12572:DLL0945:00_04F3:311C_Touchpad from seat seat0
00:00:15.184 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Video Bus [0:6]
00:00:15.185 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
00:00:15.185 [DEBUG] [sway/input/seat.c:992] removing device 0:6:Video_Bus from seat seat0
00:00:15.185 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:6:Video_Bus from group 0x557e0edb2820
00:00:15.185 [DEBUG] [sway/input/keyboard.c:806] Destroying empty keyboard group 0x557e0edb2820
00:00:15.185 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Lid Switch [0:5]
00:00:15.185 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:5:Lid_Switch'
00:00:15.185 [DEBUG] [sway/input/seat.c:992] removing device 0:5:Lid_Switch from seat seat0
00:00:15.185 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing ELAN2D24:00 04F3:2D24 [1267:11556]
00:00:15.185 [DEBUG] [sway/input/input-manager.c:202] removing device: '1267:11556:ELAN2D24:00_04F3:2D24'
00:00:15.185 [DEBUG] [sway/input/seat.c:992] removing device 1267:11556:ELAN2D24:00_04F3:2D24 from seat seat0
00:00:15.185 [INFO] [wlr] [libseat] [libseat/backend/logind.c:382] Disabling seat
00:00:15.185 [INFO] [wlr] [backend/drm/backend.c:142] DRM fd paused
00:00:17.453 [INFO] [wlr] [libseat] [libseat/backend/logind.c:379] Enabling seat
00:00:17.792 [INFO] [wlr] [backend/drm/backend.c:103] DRM fd resumed
00:00:17.792 [INFO] [wlr] [backend/drm/drm.c:1512] Scanning DRM connectors on /dev/dri/card0
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1182] Reallocating CRTCs
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1193] State before reallocation:
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'eDP-1': crtc=0 status=connected want_crtc=1
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1256] State after reallocation:
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'eDP-1': crtc=0
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-1': crtc=-1
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-2': crtc=-1
00:00:17.796 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-3': crtc=-1
00:00:18.074 [INFO] [wlr] [backend/drm/drm.c:747] connector eDP-1: Modesetting with 3840x2400 @ 59.994 Hz
00:00:21.231 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:21.231 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
00:00:21.231 [DEBUG] [sway/input/seat.c:972] adding device 0:6:Video_Bus to seat seat0
00:00:21.240 [DEBUG] [sway/input/keyboard.c:909] Created keyboard group 0x557e0f12dc10
00:00:21.240 [DEBUG] [sway/input/keyboard.c:932] Adding keyboard 0:6:Video_Bus to group 0x557e0f12dc10
00:00:21.241 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:21.241 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
00:00:21.241 [DEBUG] [sway/input/seat.c:972] adding device 0:6:Video_Bus to seat seat0
00:00:21.247 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:6:Video_Bus to group 0x557e0f12dc10
00:00:21.249 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Power Button [0:1]
00:00:21.249 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:1:Power_Button'
00:00:21.249 [DEBUG] [sway/input/seat.c:972] adding device 0:1:Power_Button to seat seat0
00:00:21.255 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:1:Power_Button to group 0x557e0f12dc10
00:00:21.257 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Lid Switch [0:5]
00:00:21.257 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:5:Lid_Switch'
00:00:21.257 [DEBUG] [sway/input/seat.c:972] adding device 0:5:Lid_Switch to seat seat0
00:00:21.257 [DEBUG] [sway/input/switch.c:18] Allocated switch for device
00:00:21.257 [DEBUG] [sway/input/seat.c:726] Applying input config to 0:5:Lid_Switch
00:00:21.257 [DEBUG] [sway/input/switch.c:103] Configured switch for device
00:00:21.257 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding ELAN2D24:00 04F3:2D24 [1267:11556]
00:00:21.257 [DEBUG] [sway/input/input-manager.c:234] adding device: '1267:11556:ELAN2D24:00_04F3:2D24'
00:00:21.257 [DEBUG] [sway/input/seat.c:972] adding device 1267:11556:ELAN2D24:00_04F3:2D24 to seat seat0
00:00:21.257 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:11556:ELAN2D24:00_04F3:2D24
00:00:21.257 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding DLL0945:00 04F3:311C Mouse [1267:12572]
00:00:21.257 [DEBUG] [sway/input/input-manager.c:234] adding device: '1267:12572:DLL0945:00_04F3:311C_Mouse'
00:00:21.257 [DEBUG] [sway/input/seat.c:972] adding device 1267:12572:DLL0945:00_04F3:311C_Mouse to seat seat0
00:00:21.258 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:12572:DLL0945:00_04F3:311C_Mouse
00:00:21.258 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding DLL0945:00 04F3:311C Touchpad [1267:12572]
00:00:21.258 [DEBUG] [sway/input/input-manager.c:234] adding device: '1267:12572:DLL0945:00_04F3:311C_Touchpad'
00:00:21.258 [DEBUG] [sway/input/seat.c:972] adding device 1267:12572:DLL0945:00_04F3:311C_Touchpad to seat seat0
00:00:21.258 [DEBUG] [sway/input/seat.c:726] Applying input config to 1267:12572:DLL0945:00_04F3:311C_Touchpad
00:00:21.258 [DEBUG] [wlr] [backend/libinput/events.c:131] libinput gesture not handled
00:00:21.258 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Intel HID events [0:0]
00:00:21.258 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Intel_HID_events'
00:00:21.258 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Intel_HID_events to seat seat0
00:00:21.267 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Intel_HID_events to group 0x557e0f12dc10
00:00:21.270 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Intel HID 5 button array [0:0]
00:00:21.270 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Intel_HID_5_button_array'
00:00:21.270 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Intel_HID_5_button_array to seat seat0
00:00:21.279 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Intel_HID_5_button_array to group 0x557e0f12dc10
00:00:21.281 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Dell Privacy Driver [0:0]
00:00:21.281 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Dell_Privacy_Driver'
00:00:21.281 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Dell_Privacy_Driver to seat seat0
00:00:21.289 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Dell_Privacy_Driver to group 0x557e0f12dc10
00:00:21.291 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Dell WMI hotkeys [0:0]
00:00:21.291 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:0:Dell_WMI_hotkeys'
00:00:21.291 [DEBUG] [sway/input/seat.c:972] adding device 0:0:Dell_WMI_hotkeys to seat seat0
00:00:21.299 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 0:0:Dell_WMI_hotkeys to group 0x557e0f12dc10
00:00:21.301 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding AT Translated Set 2 keyboard [1:1]
00:00:21.301 [DEBUG] [sway/input/input-manager.c:234] adding device: '1:1:AT_Translated_Set_2_keyboard'
00:00:21.301 [DEBUG] [sway/input/seat.c:972] adding device 1:1:AT_Translated_Set_2_keyboard to seat seat0
00:00:21.307 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 1:1:AT_Translated_Set_2_keyboard to group 0x557e0f12dc10
00:00:21.308 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding ydotoold virtual device [9011:26214]
00:00:21.308 [DEBUG] [sway/input/input-manager.c:234] adding device: '9011:26214:ydotoold_virtual_device'
00:00:21.308 [DEBUG] [sway/input/seat.c:972] adding device 9011:26214:ydotoold_virtual_device to seat seat0
00:00:21.314 [DEBUG] [sway/input/keyboard.c:884] Adding keyboard 9011:26214:ydotoold_virtual_device to group 0x557e0f12dc10
00:00:21.316 [DEBUG] [sway/input/input-manager.c:234] adding device: '9011:26214:ydotoold_virtual_device'
00:00:21.316 [DEBUG] [sway/input/seat.c:972] adding device 9011:26214:ydotoold_virtual_device to seat seat0
00:00:21.316 [DEBUG] [sway/input/seat.c:726] Applying input config to 9011:26214:ydotoold_virtual_device
00:00:21.316 [ERROR] [wlr] [libinput] event14 - DLL0945:00 04F3:311C Touchpad: client bug: event processing lagging behind by 82ms, your system is too slow

00:00:21.316 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0f03d190 (res 0x557e0edc6cb0)
00:00:24.722 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0f03d900 (res 0x557e0ee7b080)
00:00:24.768 [DEBUG] [wlr] [types/wlr_compositor.c:686] New wlr_surface 0x557e0ee25e40 (res 0x557e0f0b7170)
00:00:24.768 [DEBUG] [wlr] [types/wlr_layer_shell_v1.c:443] new layer_surface 0x557e0ee261d0 (res 0x557e0ee089d0)
00:00:24.768 [DEBUG] [sway/desktop/layer_shell.c:646] new layer surface: namespace notifications layer 3 anchor 9 size 309x36 margin 50,10,50,10,
00:00:25.776 [DEBUG] [sway/desktop/layer_shell.c:386] Layer surface destroyed (notifications)
00:00:32.234 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:47] Activation token 'd44752a65c73486c4a9375a127e4bf5e' has expired
00:00:32.237 [DEBUG] [wlr] [types/wlr_xdg_activation_v1.c:47] Activation token 'c1b7f17f980a638a1a7801d072c1cd59' has expired
00:00:32.957 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Intel HID events [0:0]
00:00:32.957 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Intel_HID_events'
00:00:32.957 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Intel_HID_events from seat seat0
00:00:32.957 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Intel_HID_events from group 0x557e0f12dc10
00:00:32.970 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Intel HID 5 button array [0:0]
00:00:32.970 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Intel_HID_5_button_array'
00:00:32.970 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Intel_HID_5_button_array from seat seat0
00:00:32.970 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Intel_HID_5_button_array from group 0x557e0f12dc10
00:00:32.970 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Dell Privacy Driver [0:0]
00:00:32.970 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Dell_Privacy_Driver'
00:00:32.970 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Dell_Privacy_Driver from seat seat0
00:00:32.970 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Dell_Privacy_Driver from group 0x557e0f12dc10
00:00:32.970 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Power Button [0:1]
00:00:32.970 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:1:Power_Button'
00:00:32.971 [DEBUG] [sway/input/seat.c:992] removing device 0:1:Power_Button from seat seat0
00:00:32.971 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:1:Power_Button from group 0x557e0f12dc10
00:00:32.971 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing DLL0945:00 04F3:311C Mouse [1267:12572]
00:00:32.971 [DEBUG] [sway/input/input-manager.c:202] removing device: '1267:12572:DLL0945:00_04F3:311C_Mouse'
00:00:32.971 [DEBUG] [sway/input/seat.c:992] removing device 1267:12572:DLL0945:00_04F3:311C_Mouse from seat seat0
00:00:32.971 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Dell WMI hotkeys [0:0]
00:00:32.971 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:0:Dell_WMI_hotkeys'
00:00:32.971 [DEBUG] [sway/input/seat.c:992] removing device 0:0:Dell_WMI_hotkeys from seat seat0
00:00:32.971 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:0:Dell_WMI_hotkeys from group 0x557e0f12dc10
00:00:32.971 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Video Bus [0:6]
00:00:32.971 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
00:00:32.971 [DEBUG] [sway/input/seat.c:992] removing device 0:6:Video_Bus from seat seat0
00:00:32.971 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:6:Video_Bus from group 0x557e0f12dc10
00:00:32.972 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing AT Translated Set 2 keyboard [1:1]
00:00:32.972 [DEBUG] [sway/input/input-manager.c:202] removing device: '1:1:AT_Translated_Set_2_keyboard'
00:00:32.972 [DEBUG] [sway/input/seat.c:992] removing device 1:1:AT_Translated_Set_2_keyboard from seat seat0
00:00:32.972 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 1:1:AT_Translated_Set_2_keyboard from group 0x557e0f12dc10
00:00:32.972 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing ydotoold virtual device [9011:26214]
00:00:32.972 [DEBUG] [sway/input/input-manager.c:202] removing device: '9011:26214:ydotoold_virtual_device'
00:00:32.972 [DEBUG] [sway/input/seat.c:992] removing device 9011:26214:ydotoold_virtual_device from seat seat0
00:00:32.972 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 9011:26214:ydotoold_virtual_device from group 0x557e0f12dc10
00:00:32.972 [DEBUG] [sway/input/input-manager.c:202] removing device: '9011:26214:ydotoold_virtual_device'
00:00:32.973 [DEBUG] [sway/input/seat.c:992] removing device 9011:26214:ydotoold_virtual_device from seat seat0
00:00:32.973 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing DLL0945:00 04F3:311C Touchpad [1267:12572]
00:00:32.973 [DEBUG] [sway/input/input-manager.c:202] removing device: '1267:12572:DLL0945:00_04F3:311C_Touchpad'
00:00:32.973 [DEBUG] [sway/input/seat.c:992] removing device 1267:12572:DLL0945:00_04F3:311C_Touchpad from seat seat0
00:00:32.973 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Video Bus [0:6]
00:00:32.973 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:6:Video_Bus'
00:00:32.973 [DEBUG] [sway/input/seat.c:992] removing device 0:6:Video_Bus from seat seat0
00:00:32.973 [DEBUG] [sway/input/keyboard.c:800] Removing keyboard 0:6:Video_Bus from group 0x557e0f12dc10
00:00:32.973 [DEBUG] [sway/input/keyboard.c:806] Destroying empty keyboard group 0x557e0f12dc10
00:00:32.973 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing Lid Switch [0:5]
00:00:32.973 [DEBUG] [sway/input/input-manager.c:202] removing device: '0:5:Lid_Switch'
00:00:32.973 [DEBUG] [sway/input/seat.c:992] removing device 0:5:Lid_Switch from seat seat0
00:00:32.973 [DEBUG] [wlr] [backend/libinput/events.c:140] Removing ELAN2D24:00 04F3:2D24 [1267:11556]
00:00:32.973 [DEBUG] [sway/input/input-manager.c:202] removing device: '1267:11556:ELAN2D24:00_04F3:2D24'
00:00:32.973 [DEBUG] [sway/input/seat.c:992] removing device 1267:11556:ELAN2D24:00_04F3:2D24 from seat seat0
00:00:32.973 [INFO] [wlr] [libseat] [libseat/backend/logind.c:382] Disabling seat
00:00:32.973 [INFO] [wlr] [backend/drm/backend.c:142] DRM fd paused
warn: input.c:1837: compositor sent pointer_leave event without a pointer_enter event: surface=0x55babcdbf000
warn: input.c:685: compositor sent keyboard_leave event without a keyboard_enter event: surface=0x55babcdbf000
00:00:34.835 [INFO] [wlr] [libseat] [libseat/backend/logind.c:379] Enabling seat
00:00:35.260 [INFO] [wlr] [backend/drm/backend.c:103] DRM fd resumed
00:00:35.260 [INFO] [wlr] [backend/drm/drm.c:1512] Scanning DRM connectors on /dev/dri/card0
00:00:35.264 [DEBUG] [wlr] [backend/drm/drm.c:1182] Reallocating CRTCs
00:00:35.264 [DEBUG] [wlr] [backend/drm/drm.c:1193] State before reallocation:
00:00:35.264 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'eDP-1': crtc=0 status=connected want_crtc=1
00:00:35.264 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-1': crtc=-1 status=disconnected want_crtc=0
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-2': crtc=-1 status=disconnected want_crtc=0
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1207]   'DP-3': crtc=-1 status=disconnected want_crtc=0
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1256] State after reallocation:
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'eDP-1': crtc=0
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-1': crtc=-1
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-2': crtc=-1
00:00:35.265 [DEBUG] [wlr] [backend/drm/drm.c:1260]   'DP-3': crtc=-1
00:00:35.543 [INFO] [wlr] [backend/drm/drm.c:747] connector eDP-1: Modesetting with 3840x2400 @ 59.994 Hz
00:00:36.839 [DEBUG] [wlr] [backend/libinput/events.c:70] Adding Video Bus [0:6]
00:00:36.839 [DEBUG] [sway/input/input-manager.c:234] adding device: '0:6:Video_Bus'
00:00:36.839 [DEBUG] [sway/input/seat.c:972] adding device 0:6:Video_Bus to seat seat0
00:00:36.848 [DEBUG] [sway/input/keyboard.c:909] Created keyboard group 0x557e0f1401f0
00:00:36.849 [DEBUG] [sway/input/keyboard.c:932] Adding keyboard 0:6:Video_Bus to group 0x557e0f1401f0
 err: 00:00:36.606 wayland.c:1248: [ERROR] failed to read events from the Wayland socket[swaybar/bar.c:461] Wayland display poll error: Broken pipe

 err: wayland.c:1784: failed to roundtrip Wayland display: Broken pipe
 err: wayland.c:1784: failed to roundtrip Wayland display: Broken pipe
 err: wayland.c:1784: failed to roundtrip Wayland display: Broken pipe
 err: wayland.c:1749: failed to flush wayland socket: Broken pipe

This error can be reproduced with mako. However, for completeness I am also posting my ~/.config/dunst/dunstrc

dunstrc
[global]
  font = "Overpass Mono 10"
  mouse_left_click = close_current
  origin = top-right

  background  = "#000000aa"
  frame_color = "#000000aa"
  foreground  = "#ffffff"

[urgency_low]
  timeout = 1

[urgency_critical]
  timeout = 5

@rrueger
Copy link
Author

rrueger commented Jun 6, 2023

It is worth noting, that I am using a Dell XPS 15 9510 with a discrete nvidia graphics card. That is why I must use --unsupported-gpu. The graphics card is almost always disabled. My sway session runs on my intel cpu/gpu.

@gwenhael-le-moine
Copy link

gwenhael-le-moine commented Jun 15, 2023

I had a similar issue on 2 machines, both running Slackware-current with sway compiled regularly from master. One Thinkpad T590 with an external screen plugged and my desktop PC (AMD 5600x with RX6600XT, 1 screen).

On the T590 sway has been crashing for quite a long time and the desktop only more recently. (A third machine, Thinkpad x270 never experienced this crash.)

I only got so far to notice that the crash occurred going out of idle, presumably when swayidle issue the command swaymsg "output * power on".

I think this has been fixed by the last commit ( 8b4b65d ), at least that's what I see in my cases.

@rrueger
Copy link
Author

rrueger commented Jun 19, 2023

I just reinstalled to test, and I am unfortunately still experiencing the same crashes with c087629 (one commit later).

@rrueger
Copy link
Author

rrueger commented Jul 7, 2023

Seems to have been fixed by now (20ffe54). Closing

@rrueger rrueger closed this as completed Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended waiting-on-reporter Requires reporter's feedback
Development

No branches or pull requests

3 participants