yshui / picom

A lightweight compositor for X11
Other
3.92k stars 576 forks source link

After enabling second monitor, the new area is not rendered correctly #1277

Closed Suyooo closed 6 days ago

Suyooo commented 6 days ago

When changing monitor configuration, such as enabling additional monitors or rotating one, picom seems to not render the new area. Occurs since c96ca0a.

Platform

Debian Trixie (testing) x86_64

GPU, drivers, and screen setup

Nvidia GTX 970 with proprietary drivers 550.54.14, Mesa 24.0.8-1. Triple monitor, side-by-side, configured via xrandr.

glxinfo ``` > glxinfo -B name of display: :0 display: :0 screen: 0 direct rendering: Yes Memory info (GL_NVX_gpu_memory_info): Dedicated video memory: 4096 MB Total available memory: 4096 MB Currently available dedicated video memory: 3382 MB OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: NVIDIA GeForce GTX 970/PCIe/SSE2 OpenGL core profile version string: 4.6.0 NVIDIA 550.54.14 OpenGL core profile shading language version string: 4.60 NVIDIA OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 4.6.0 NVIDIA 550.54.14 OpenGL shading language version string: 4.60 NVIDIA OpenGL context flags: (none) OpenGL profile mask: (none) OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 550.54.14 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ```

Environment

herbstluftwm

picom version

vgit-452aa

Diagnostics ``` **Version:** vgit-452aa ### Extensions: * Shape: Yes * RandR: Yes * Present: Present ### Misc: * Use Overlay: No (Another compositor is already running) * Config file specified: None * Config file used: /home/chris/.config/picom/picom.conf ### Drivers (inaccurate): NVIDIA [ 22/06/24 16:06:11.503 egl_init WARN ] The egl backend is still experimental, use with care. ### Backend: egl * Driver vendors: * EGL: NVIDIA * GL: NVIDIA Corporation * GL renderer: NVIDIA GeForce GTX 970/PCIe/SSE2 ### Backend: glx * Driver vendors: * GLX: NVIDIA Corporation * GL: NVIDIA Corporation * GL renderer: NVIDIA GeForce GTX 970/PCIe/SSE2 ```

Configuration:

Configuration file ``` #------------------------------------------------------------------------------ # Shadow #------------------------------------------------------------------------------ shadow = false; shadow-radius = 16; shadow-offset-x = -12; shadow-offset-y = -12; shadow-opacity = 0.4; shadow-red = 0.0; shadow-green = 0.0; shadow-blue = 0.0; shadow-exclude = [ "name *= 'mozc_renderer'", "class_g = 'conky'", "name = 'GLava'", "_GTK_FRAME_EXTENTS", "window_type = 'menu'", "window_type = 'dropdown_menu'", "window_type = 'popup_menu'", "window_type = 'tooltip'", "window_type = 'utility'" ]; #------------------------------------------------------------------------------ # Round Corners #------------------------------------------------------------------------------ round-borders = 0; #rounded-corners-exclude = [ # "(! class_g = 'Dunst')" #]; corner-radius = 0; #------------------------------------------------------------------------------ # Opacity #------------------------------------------------------------------------------ menu-opacity = 1.0; inactive-opacity = 1.0; active-opacity = 1.0; frame-opacity = 1.0; #------------------------------------------------------------------------------ # Dim Inactive Windows #------------------------------------------------------------------------------ inactive-opacity-override = false; inactive-dim = 0.0; inactive-dim-fixed = true; #------------------------------------------------------------------------------ # Background Blurring #------------------------------------------------------------------------------ blur-background = true; blur-background-frame = false; blur-method = "dual_kawase"; blur-strength = 3; blur-background-fixed = false; # whitelist instead of blacklist blur-background-exclude = ["(! class_g = 'Terminator')"]; #------------------------------------------------------------------------------ # Fading Animation #------------------------------------------------------------------------------ fading = true; fade-delta = 5; fade-in-step = 0.05; fade-out-step = 0.05; no-fading-openclose = false; no-fading-destroyed-argb = false; fade-exclude = [ ]; #------------------------------------------------------------------------------ # Unredirection #------------------------------------------------------------------------------ unredir-if-possible = true; unredir-if-possible-delay = 500; unredir-if-possible-exclude = [ "class_g = 'cmusCoverViewer'", "class_g = 'Chromium-browser'", "class_g = 'firefox'" ]; #------------------------------------------------------------------------------ # Other #------------------------------------------------------------------------------ # backend glx or xrender backend = "glx"; use-ewmh-active-win = true; detect-rounded-corners = true; vsync = true; no-frame-pacing = false; crop-shadow-to-monitor = true; detect-transient = true; detect-client-leader = true; #------------------------------------------------------------------------------ # GLX backend #------------------------------------------------------------------------------ glx-no-stencil = true; glx-no-rebind-pixmap = true; use-damage = true; glx-copy-from-front = true; glx-swap-method = 1; #glx-use-copysubbuffermesa = true; #------------------------------------------------------------------------------ # Window type settings #------------------------------------------------------------------------------ wintypes: { tooltip = { fade = true; shadow = true; opacity = 0.8; focus = false; }; dock = { fade = false; shadow = false; opacity = 1.00; focus = false; }; }; ```

I tried to change some of the GLX backend options, but none seemed to have an effect.

Steps of reproduction

  1. Start picom with one monitor active.
  2. Enable a second monitor to the right of the first.

Expected behavior

The new monitor is correctly displayed.

Current Behavior

The new area is not correctly rendered until picom is restarted.

Log file

This is a logfile of starting picom, enabling a second monitor, then exiting picom again. Log level set to Debug, if you feel like a full trace would help, let me know and I can record one.

picom-bad.log

For comparison, this is the same sequence but with picom at 88c8ba8 where the error does not occur, in case it helps.

picom-good.log

Video recording

The video shows me enabling the right monitor, which does not show the window that is supposed to be there, and trying to move another window onto it. At 18 seconds, I restart picom, and it works fine afterwards.

https://github.com/yshui/picom/assets/5811591/4ce1f5ac-4bf2-4cf9-922a-2ca6156cbdf5

yshui commented 6 days ago

Thanks for reporting. Yes, I can reproduce this

yshui commented 6 days ago

I think the cause is I accidentally changed what event mask is set on the root window, should be easy to fix.

Suyooo commented 6 days ago

I'm sorry, but the problem still occurs for me. Is there any other information I could post that could help?

Version/Log Monitor is enabled at 18:11:34. ``` > picom --version vgit-61ec9 > picom --log-level debug --config ~/.config/picom/picom-test.conf [ 22/06/24 18:11:21.783 script_compile DEBUG ] Compiled script at line 0, total instructions: 29, max duration: 0.100000, slots: 7, stack size: 2 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Output mapping: [ 22/06/24 18:11:21.783 script_compile DEBUG ] opacity -> 0 [ 22/06/24 18:11:21.783 script_compile DEBUG ] shadow-opacity -> 1 [ 22/06/24 18:11:21.783 script_compile DEBUG ] blur-opacity -> 2 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Compiled script at line 0, total instructions: 17, max duration: 0.100000, slots: 4, stack size: 2 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Output mapping: [ 22/06/24 18:11:21.783 script_compile DEBUG ] opacity -> 0 [ 22/06/24 18:11:21.783 script_compile DEBUG ] shadow-opacity -> 1 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Compiled script at line 0, total instructions: 29, max duration: 0.100000, slots: 7, stack size: 2 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Output mapping: [ 22/06/24 18:11:21.783 script_compile DEBUG ] opacity -> 0 [ 22/06/24 18:11:21.783 script_compile DEBUG ] shadow-opacity -> 1 [ 22/06/24 18:11:21.783 script_compile DEBUG ] blur-opacity -> 2 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Compiled script at line 0, total instructions: 17, max duration: 0.100000, slots: 4, stack size: 2 [ 22/06/24 18:11:21.783 script_compile DEBUG ] Output mapping: [ 22/06/24 18:11:21.783 script_compile DEBUG ] opacity -> 0 [ 22/06/24 18:11:21.783 script_compile DEBUG ] shadow-opacity -> 1 [ 22/06/24 18:11:21.783 generate_fading_config DEBUG ] Generated 4 scripts for fading. [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_OPACITY is 333 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_FRAME_EXTENTS is 336 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_STATE is 356 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_NAME is 329 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_PID is 426 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_NAME is 39 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_CLASS is 67 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_ICON_NAME is 37 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_TRANSIENT_FOR is 68 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_WINDOW_ROLE is 431 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_CLIENT_LEADER is 429 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom WM_CLIENT_MACHINE is 36 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_ACTIVE_WINDOW is 328 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _COMPTON_SHADOW is 443 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom COMPTON_VERSION is 444 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE is 331 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _XROOTPMAP_ID is 382 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom ESETROOT_PMAP_ID is 441 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _XSETROOT_ID is 445 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_DESKTOP is 340 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_DOCK is 341 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_TOOLBAR is 342 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_MENU is 343 [ 22/06/24 18:11:21.783 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_UTILITY is 344 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_SPLASH is 345 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_DIALOG is 346 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_NORMAL is 353 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_DROPDOWN_MENU is 347 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_POPUP_MENU is 348 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_TOOLTIP is 349 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_NOTIFICATION is 350 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_COMBO is 351 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_WINDOW_TYPE_DND is 352 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_STATE is 332 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_STATE_FULLSCREEN is 338 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_BYPASS_COMPOSITOR is 446 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom UTF8_STRING is 318 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom C_STRING is 447 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _GTK_FRAME_EXTENTS is 448 [ 22/06/24 18:11:21.784 atom_getter DEBUG ] Atom _NET_WM_CM_S0 is 367 [ 22/06/24 18:11:21.785 init_overlay DEBUG ] overlay = 0x000001e1 [ 22/06/24 18:11:21.786 file_watch_init DEBUG ] Starting watching for file changes [ 22/06/24 18:11:21.786 file_watch_add DEBUG ] Adding "/home/chris/.config/picom/picom-test.conf" to watched files [ 22/06/24 18:11:21.786 wm_import_incomplete DEBUG ] Importing window 0x000001e3 with parent 0000000000 [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x000001e3 with parent 0000000000. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x00400001 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x00400003 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x0040000c with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x0040000d with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x0040000e with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x0040000f with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x00400010 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x00400011 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x00600004 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x01600001 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x01c00000 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x01c00001 with parent 0x000001e3. [ 22/06/24 18:11:21.786 wm_complete_import_single DEBUG ] Finishing importing window 0x01800001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02800001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01e00004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02200004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02000004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01a00001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02400001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02600001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02e00001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02c00001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02a00001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02000008 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03600001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x02200008 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03800004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03a00004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0240000c with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01a00008 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01e00008 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03e00001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0180000c with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03e00008 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x04000004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x04200001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x04400004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x04600001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x04000008 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03a0000b with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03a00015 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0040000b with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x00400009 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0040024d with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0040010e with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0040000a with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x00400013 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x00400094 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x00400012 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01000001 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01000009 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03a0002c with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03e00064 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01a000c4 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01800064 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0240006d with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x00600002 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x00e00004 with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01c000ce with parent 0x000001e3. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x0240006e with parent 0x0240006d. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01800065 with parent 0x01800064. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x01a000c5 with parent 0x01a000c4. [ 22/06/24 18:11:21.787 wm_complete_import_single DEBUG ] Finishing importing window 0x03e00065 with parent 0x03e00064. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x0040010f with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400110 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400111 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400112 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400113 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400114 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400115 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400116 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400117 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400118 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400119 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x0040011a with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x0040011b with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x01000003 with parent 0x0040010e. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x01000004 with parent 0x01000003. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x0040024e with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x0040024f with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400250 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400251 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400252 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400253 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400254 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400255 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400256 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400257 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400258 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x00400259 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x0040025a with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x010002e2 with parent 0x0040024d. [ 22/06/24 18:11:21.788 wm_complete_import_single DEBUG ] Finishing importing window 0x010002e3 with parent 0x010002e2. [ 22/06/24 18:11:21.789 session_init DEBUG ] Initial stack: [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01c000ce [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00e00004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00600002 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0240006d [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01800064 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01a000c4 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03e00064 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03a0002c [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01000009 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01000001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00400012 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00400094 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00400013 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040000a [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040010e [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040024d [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00400009 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040000b [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03a00015 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03a0000b [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x04000008 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x04600001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x04400004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x04200001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x04000004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03e00008 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0180000c [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03e00001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01e00008 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01a00008 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0240000c [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03a00004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03800004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02200008 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x03600001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02000008 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02a00001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02c00001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02e00001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02600001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02400001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01a00001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02000004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02200004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01e00004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x02800001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01800001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01c00001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01c00000 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x01600001 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00600004 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00400011 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x00400010 [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040000f [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040000e [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040000d [ 22/06/24 18:11:21.789 session_init DEBUG ] 0x0040000c [ 22/06/24 18:11:21.799 session_init DEBUG ] 0x00400003 [ 22/06/24 18:11:21.799 session_init DEBUG ] 0x00400001 [ 22/06/24 18:11:21.800 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:21.800 win_maybe_allocate DEBUG ] Managing window 0x00400001 [ 22/06/24 18:11:21.800 win_map_start DEBUG ] Mapping (0x00400001 "(null)"), old state 0 [ 22/06/24 18:11:21.800 win_maybe_allocate DEBUG ] Managing window 0x00400003 [ 22/06/24 18:11:21.800 win_maybe_allocate DEBUG ] Managing window 0x0040000c [ 22/06/24 18:11:21.800 win_maybe_allocate DEBUG ] Managing window 0x0040000d [ 22/06/24 18:11:21.800 win_maybe_allocate DEBUG ] Managing window 0x0040000e [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x0040000f [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x00400010 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x00400011 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x00600004 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01600001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01c00000 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01c00001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01800001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02800001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01e00004 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02200004 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02000004 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01a00001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02400001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02600001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02e00001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02c00001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02a00001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02000008 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x03600001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x02200008 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x03800004 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x03a00004 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x0240000c [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01a00008 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x01e00008 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x03e00001 [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x0180000c [ 22/06/24 18:11:21.801 win_maybe_allocate DEBUG ] Managing window 0x03e00008 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x04000004 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x04200001 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x04400004 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x04600001 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x04000008 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x03a0000b [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x03a00015 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x0040000b [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x00400009 [ 22/06/24 18:11:21.802 win_map_start DEBUG ] Mapping (0x00400009 "(null)"), old state 0 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x0040024d [ 22/06/24 18:11:21.802 win_map_start DEBUG ] Mapping (0x0040024d "(null)"), old state 0 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x0040010e [ 22/06/24 18:11:21.802 win_map_start DEBUG ] Mapping (0x0040010e "(null)"), old state 0 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x0040000a [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x00400013 [ 22/06/24 18:11:21.802 win_map_start DEBUG ] Mapping (0x00400013 "(null)"), old state 0 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x00400094 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x00400012 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x01000001 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x01000009 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x03a0002c [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x03e00064 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x01a000c4 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x01800064 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x0240006d [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x00600002 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x00e00004 [ 22/06/24 18:11:21.802 win_maybe_allocate DEBUG ] Managing window 0x01c000ce [ 22/06/24 18:11:21.802 handle_new_windows DEBUG ] Client window for window 0x0040010e changed from 0000000000 to 0x01000003 [ 22/06/24 18:11:21.803 handle_new_windows DEBUG ] Client window for window 0x0040024d changed from 0000000000 to 0x010002e2 [ 22/06/24 18:11:21.803 win_update_wintype DEBUG ] Window (0x00400013) has type normal [ 22/06/24 18:11:21.803 win_update_name DEBUG ] (0x00400013): _NET_WM_NAME unset, falling back to WM_NAME. [ 22/06/24 18:11:21.803 win_update_name DEBUG ] Unsetting window name for 0x00400013 [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window 0x00400013, client 0x00400013 ((null)) factor change [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Determining shadow of window 0x00400013 ((null)) [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400013 ((null)) [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:21.803 x_log_error DEBUG ] X error 3 WINDOW request 3 minor 0 serial 684 [ 22/06/24 18:11:21.803 win_release_shadow DEBUG ] Releasing shadow of window 0x00400013 ((null)) [ 22/06/24 18:11:21.803 win_update_monitor DEBUG ] Window 0x00400013 ((null)), 1924x4+1316x758, is not entirely on any monitor [ 22/06/24 18:11:21.803 win_update_wintype DEBUG ] Window (0x00400013) has type normal [ 22/06/24 18:11:21.803 win_update_name DEBUG ] (0x00400013): _NET_WM_NAME unset, falling back to WM_NAME. [ 22/06/24 18:11:21.803 win_update_name DEBUG ] Unsetting window name for 0x00400013 [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window 0x00400013, client 0x00400013 ((null)) factor change [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Determining shadow of window 0x00400013 ((null)) [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400013 ((null)) [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x00400013): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:21.803 win_update_wintype DEBUG ] Window (0x0040010e) has type normal [ 22/06/24 18:11:21.803 win_update_name DEBUG ] (0x0040010e): client = 0x01000003, name = "~", ret = 1 [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window 0x0040010e, client 0x01000003 (~) factor change [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Determining shadow of window 0x0040010e (~) [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040010e (~) [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 1, client = 0x01000003, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "firefox" [ 22/06/24 18:11:21.803 win_release_shadow DEBUG ] Releasing shadow of window 0x0040010e (~) [ 22/06/24 18:11:21.803 win_update_monitor DEBUG ] Window 0x0040010e (~), 4x4+938x1072, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:21.803 win_update_wintype DEBUG ] Window (0x0040010e) has type normal [ 22/06/24 18:11:21.803 win_update_name DEBUG ] (0x0040010e): client = 0x01000003, name = "~", ret = 0 [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window 0x0040010e, client 0x01000003 (~) factor change [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Determining shadow of window 0x0040010e (~) [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040010e (~) [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 1, client = 0x01000003, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "firefox" [ 22/06/24 18:11:21.803 win_update_wintype DEBUG ] Window (0x0040024d) has type normal [ 22/06/24 18:11:21.803 win_update_name DEBUG ] (0x0040024d): client = 0x010002e2, name = "~", ret = 1 [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window 0x0040024d, client 0x010002e2 (~) factor change [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Determining shadow of window 0x0040024d (~) [ 22/06/24 18:11:21.803 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.803 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040024d (~) [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040024d): leaf: result = 1, client = 0x010002e2, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.803 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.803 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "firefox" [ 22/06/24 18:11:21.803 win_release_shadow DEBUG ] Releasing shadow of window 0x0040024d (~) [ 22/06/24 18:11:21.803 win_update_monitor DEBUG ] Window 0x0040024d (~), 942x4+938x1072, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:21.803 win_update_wintype DEBUG ] Window (0x0040024d) has type normal [ 22/06/24 18:11:21.804 win_update_name DEBUG ] (0x0040024d): client = 0x010002e2, name = "~", ret = 0 [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x0040024d, client 0x010002e2 (~) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x0040024d (~) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040024d (~) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 1, client = 0x010002e2, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 win_update_wintype DEBUG ] Window (0x00400009) has type normal [ 22/06/24 18:11:21.804 win_update_name DEBUG ] (0x00400009): _NET_WM_NAME unset, falling back to WM_NAME. [ 22/06/24 18:11:21.804 win_update_name DEBUG ] Unsetting window name for 0x00400009 [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x00400009, client 0x00400009 ((null)) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400009 ((null)) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 x_log_error DEBUG ] X error 3 WINDOW request 3 minor 0 serial 755 [ 22/06/24 18:11:21.804 win_release_shadow DEBUG ] Releasing shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:21.804 win_update_monitor DEBUG ] Window 0x00400009 ((null)), 4x4+1876x1072, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:21.804 win_update_wintype DEBUG ] Window (0x00400009) has type normal [ 22/06/24 18:11:21.804 win_update_name DEBUG ] (0x00400009): _NET_WM_NAME unset, falling back to WM_NAME. [ 22/06/24 18:11:21.804 win_update_name DEBUG ] Unsetting window name for 0x00400009 [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x00400009, client 0x00400009 ((null)) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400009 ((null)) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 win_update_wintype DEBUG ] Window (0x00400001) has type normal [ 22/06/24 18:11:21.804 win_update_name DEBUG ] (0x00400001): client = 0x00400001, name = "herbstluftwm", ret = 1 [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x00400001, client 0x00400001 (herbstluftwm) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 x_log_error DEBUG ] X error 3 WINDOW request 3 minor 0 serial 777 [ 22/06/24 18:11:21.804 win_release_shadow DEBUG ] Releasing shadow of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:21.804 win_update_monitor DEBUG ] Window 0x00400001 (herbstluftwm), -100x-100+1x1, is not entirely on any monitor [ 22/06/24 18:11:21.804 win_update_wintype DEBUG ] Window (0x00400001) has type normal [ 22/06/24 18:11:21.804 win_update_name DEBUG ] (0x00400001): client = 0x00400001, name = "herbstluftwm", ret = 0 [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x00400001, client 0x00400001 (herbstluftwm) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x00400001): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x0040010e, client 0x01000003 (~) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x0040010e (~) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040010e (~) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 1, client = 0x01000003, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x0040024d, client 0x010002e2 (~) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x0040024d (~) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040024d (~) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 1, client = 0x010002e2, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window 0x0040010e, client 0x01000003 (~) factor change [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Determining shadow of window 0x0040010e (~) [ 22/06/24 18:11:21.804 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:21.804 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040010e (~) [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 1, client = 0x01000003, pattern = class_g != "Terminator" [ 22/06/24 18:11:21.804 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:21.804 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "firefox" [ 22/06/24 18:11:21.804 repair_win DEBUG ] Window 0x0040024d (~) has been damaged the first time [ 22/06/24 18:11:21.804 repair_win DEBUG ] Window 0x0040010e (~) has been damaged the first time [ 22/06/24 18:11:21.804 repair_win DEBUG ] Window 0x00400013 ((null)) has been damaged the first time [ 22/06/24 18:11:21.805 redirect_start DEBUG ] Redirecting the screen. [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_SGI_video_sync - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_SGI_swap_control - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_OML_sync_control - absent [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_MESA_swap_control - absent [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_EXT_swap_control - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_EXT_texture_from_pixmap - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_ARB_create_context - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_EXT_buffer_age - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_ARB_create_context_robustness - present [ 22/06/24 18:11:21.822 glxext_init INFO ] Extension GLX_MESA_query_renderer - absent [ 22/06/24 18:11:21.842 gl_init DEBUG ] GL_VENDOR = NVIDIA Corporation [ 22/06/24 18:11:21.842 gl_init INFO ] GL vendor is NVIDIA, enable xrender sync fence. [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01c000ce ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00e00004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00600002 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0240006d ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01800064 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01a000c4 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x03e00064 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x03a0002c ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01000009 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400012 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400094 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400013 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040000a ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040010e (~) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040024d (~) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400009 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040000b ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x03a00015 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x03a0000b ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x04000008 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x04400004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x04000004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x03e00008 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0180000c ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01e00008 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01a00008 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0240000c ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x03a00004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x02200008 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x02000008 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x02000004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x02200004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01e00004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01c00001 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01c00000 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x01600001 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00600004 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400011 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400010 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040000f ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040000e ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040000d ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x0040000c ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400003 ((null)) for update after redirection [ 22/06/24 18:11:21.843 initialize_backend DEBUG ] Marking window 0x00400001 (herbstluftwm) for update after redirection [ 22/06/24 18:11:21.843 redirect_start INFO ] Using vblank scheduler: sgi_video_sync. [ 22/06/24 18:11:21.855 sgi_video_sync_scheduler_init INFO ] Started sgi_video_sync_thread [ 22/06/24 18:11:21.855 glx_find_fbconfig DEBUG ] Looking for FBConfig for RGBA8880, depth: 24, visual id: 0x21 [ 22/06/24 18:11:21.855 glx_bind_pixmap DEBUG ] depth 24, rgba 0 [ 22/06/24 18:11:21.858 redirect_start DEBUG ] Screen redirected. [ 22/06/24 18:11:21.858 draw_callback_impl DEBUG ] Re-run _draw_callback [ 22/06/24 18:11:21.858 ev_handle DEBUG ] event MAP_NOTIFY serial 0x00000324 window 0x000001e1 "(Overlay)" [ 22/06/24 18:11:21.858 ev_handle DEBUG ] event EXPOSE serial 0x00000324 window 0x000001e1 "(Overlay)" [ 22/06/24 18:11:21.858 ev_handle DEBUG ] event CREATE_NOT serial 0x00000362 window 0x00a00002 "(Failed to get title)" [ 22/06/24 18:11:21.858 wm_import_incomplete DEBUG ] Importing window 0x00a00002 with parent 0x000001e3 [ 22/06/24 18:11:21.858 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:21.858 wm_complete_import_single DEBUG ] Finishing importing window 0x00a00002 with parent 0x000001e3. [ 22/06/24 18:11:21.858 win_maybe_allocate DEBUG ] Managing window 0x00a00002 [ 22/06/24 18:11:21.858 win_bind_pixmap DEBUG ] New named pixmap for 0x00400013 ((null)) : 0x00e00039 [ 22/06/24 18:11:21.858 glx_find_fbconfig DEBUG ] Looking for FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:21.858 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:21.859 win_bind_pixmap DEBUG ] New named pixmap for 0x0040010e (~) : 0x00e0003b [ 22/06/24 18:11:21.859 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:21.859 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:21.859 win_bind_pixmap DEBUG ] New named pixmap for 0x0040024d (~) : 0x00e0003d [ 22/06/24 18:11:21.859 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:21.859 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:21.860 win_bind_pixmap DEBUG ] New named pixmap for 0x00400009 ((null)) : 0x00e0003f [ 22/06/24 18:11:21.860 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:21.860 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:21.861 win_bind_pixmap DEBUG ] New named pixmap for 0x00400001 (herbstluftwm) : 0x00e00041 [ 22/06/24 18:11:21.861 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8880, depth: 24, visual id: 0x21 [ 22/06/24 18:11:21.861 glx_bind_pixmap DEBUG ] depth 24, rgba 0 [ 22/06/24 18:11:25.020 ev_handle DEBUG ] event PROPERTY_N serial 0x00000405 window 0x01000003 "~" [ 22/06/24 18:11:25.020 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:25.116 ev_handle DEBUG ] event CONFIGURE_ serial 0x00000428 window 0x0040024d "~" [ 22/06/24 18:11:25.116 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x0040024d, above: 0x0040010e, override_redirect: 0 } [ 22/06/24 18:11:25.116 ev_handle DEBUG ] event PROPERTY_N serial 0x00000428 window 0x01000003 "~" [ 22/06/24 18:11:25.116 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:25.119 ev_handle DEBUG ] event PROPERTY_N serial 0x00000430 window 0x010002e2 "~" [ 22/06/24 18:11:25.119 ev_handle DEBUG ] event SHAPE_NOTI serial 0x00000431 window 0x00400009 "(Failed to get title)" [ 22/06/24 18:11:25.119 ev_handle DEBUG ] event PROPERTY_N serial 0x00000431 window 0x00400009 "(Failed to get title)" [ 22/06/24 18:11:25.119 ev_handle DEBUG ] event PROPERTY_N serial 0x00000431 window 0x00400003 "(Failed to get title)" [ 22/06/24 18:11:25.119 ev_handle DEBUG ] event PROPERTY_N serial 0x00000431 window 0x000001e3 "(Root window)" [ 22/06/24 18:11:25.131 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:25.131 win_release_shadow DEBUG ] Releasing shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:25.131 win_update_monitor DEBUG ] Window 0x00400009 ((null)), 4x4+1876x1072, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:25.131 win_on_factor_change DEBUG ] Window 0x00400009, client 0x00400009 ((null)) factor change [ 22/06/24 18:11:25.131 win_determine_shadow DEBUG ] Determining shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:25.131 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:25.131 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400009 ((null)) [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:25.131 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:25.131 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:25.131 win_on_factor_change DEBUG ] Window 0x0040010e, client 0x01000003 (~) factor change [ 22/06/24 18:11:25.131 win_determine_shadow DEBUG ] Determining shadow of window 0x0040010e (~) [ 22/06/24 18:11:25.131 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:25.131 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040010e (~) [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040010e): leaf: result = 1, client = 0x01000003, pattern = class_g != "Terminator" [ 22/06/24 18:11:25.131 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "firefox" [ 22/06/24 18:11:25.131 win_on_factor_change DEBUG ] Window 0x0040024d, client 0x010002e2 (~) factor change [ 22/06/24 18:11:25.131 win_determine_shadow DEBUG ] Determining shadow of window 0x0040024d (~) [ 22/06/24 18:11:25.131 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:25.131 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040024d (~) [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040024d): leaf: result = 1, client = 0x010002e2, pattern = class_g != "Terminator" [ 22/06/24 18:11:25.131 win_on_factor_change DEBUG ] Window mode changed to 1 [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:25.131 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "firefox" [ 22/06/24 18:11:25.131 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00400009 ((null)) [ 22/06/24 18:11:25.131 win_bind_pixmap DEBUG ] New named pixmap for 0x00400009 ((null)) : 0x00e00043 [ 22/06/24 18:11:25.131 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:25.131 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:25.276 ev_handle DEBUG ] event PROPERTY_N serial 0x00000463 window 0x010002e2 "~" [ 22/06/24 18:11:25.276 ev_handle DEBUG ] event PROPERTY_N serial 0x00000463 window 0x010002e2 "~" [ 22/06/24 18:11:25.276 ev_handle DEBUG ] event PROPERTY_N serial 0x00000463 window 0x010002e2 "~" [ 22/06/24 18:11:25.276 ev_handle DEBUG ] event PROPERTY_N serial 0x00000463 window 0x010002e2 "~" [ 22/06/24 18:11:25.276 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:25.276 win_update_name DEBUG ] (0x0040024d): client = 0x010002e2, name = "~", ret = 0 [ 22/06/24 18:11:26.316 ev_handle DEBUG ] event PROPERTY_N serial 0x00000494 window 0x010002e2 "~" [ 22/06/24 18:11:26.316 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:26.908 ev_handle DEBUG ] event PROPERTY_N serial 0x000004bb window 0x010002e2 "~" [ 22/06/24 18:11:26.908 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:29.914 check_render_finish DEBUG ] Last render did not complete during vblank, msc: 0 [ 22/06/24 18:11:34.556 ev_handle DEBUG ] event PROPERTY_N serial 0x0000057a window 0x010002e2 "~" [ 22/06/24 18:11:34.556 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:34.705 ev_handle DEBUG ] event CONFIGURE_ serial 0x00000589 window 0x000001e1 "(Overlay)" [ 22/06/24 18:11:34.705 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x000001e1, above: 0x00a00002, override_redirect: 1 } [ 22/06/24 18:11:34.705 ev_handle DEBUG ] event EXPOSE serial 0x00000589 window 0x000001e1 "(Overlay)" [ 22/06/24 18:11:34.705 ev_handle DEBUG ] event Event 89 serial 0x00000589 window 0000000000 "" [ 22/06/24 18:11:34.705 set_root_flags DEBUG ] Setting root flags: 1 [ 22/06/24 18:11:34.705 ev_handle DEBUG ] event EXPOSE serial 0x00000589 window 0x000001e1 "(Overlay)" [ 22/06/24 18:11:34.705 ev_handle DEBUG ] event Event 89 serial 0x00000589 window 0000000000 "" [ 22/06/24 18:11:34.705 set_root_flags DEBUG ] Setting root flags: 1 [ 22/06/24 18:11:34.705 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:34.781 ev_handle DEBUG ] event CONFIGURE_ serial 0x0000059f window 0x00600002 "(Failed to get title)" [ 22/06/24 18:11:34.781 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x00600002, above: 0x0240006d, override_redirect: 1 } [ 22/06/24 18:11:34.781 win_update_monitor DEBUG ] Window 0x00600002 ((null)), 0x0+0x0, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:34.781 ev_handle DEBUG ] event SHAPE_NOTI serial 0x0000059f window 0x00600002 "(Failed to get title)" [ 22/06/24 18:11:34.781 ev_handle DEBUG ] event CONFIGURE_ serial 0x000005a0 window 0x00600002 "(Failed to get title)" [ 22/06/24 18:11:34.781 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x00600002, above: 0x00a00002, override_redirect: 1 } [ 22/06/24 18:11:34.781 ev_handle DEBUG ] event MAP_NOTIFY serial 0x000005a0 window 0x00600002 "(Failed to get title)" [ 22/06/24 18:11:34.781 repair_win DEBUG ] Window 0x00600002 ((null)) has been damaged the first time [ 22/06/24 18:11:34.784 ev_handle DEBUG ] event CONFIGURE_ serial 0x000005a6 window 0x00600002 "(Failed to get title)" [ 22/06/24 18:11:34.784 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x00600002, above: 0x00a00002, override_redirect: 1 } [ 22/06/24 18:11:34.784 win_update_monitor DEBUG ] Window 0x00600002 ((null)), 0x0+0x0, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:34.784 ev_handle DEBUG ] event SHAPE_NOTI serial 0x000005a8 window 0x00600002 "(Failed to get title)" [ 22/06/24 18:11:34.784 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:34.784 win_map_start DEBUG ] Mapping (0x00600002 "(null)"), old state 0 [ 22/06/24 18:11:34.784 win_update_wintype DEBUG ] Window (0x00600002) has type notification [ 22/06/24 18:11:34.784 win_update_name DEBUG ] (0x00600002): client = 0x00600002, name = "Dunst", ret = 1 [ 22/06/24 18:11:34.784 win_on_factor_change DEBUG ] Window 0x00600002, client 0x00600002 (Dunst) factor change [ 22/06/24 18:11:34.785 win_determine_shadow DEBUG ] Determining shadow of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.785 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:34.785 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:34.785 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:34.785 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:34.785 x_log_error DEBUG ] X error 3 WINDOW request 3 minor 0 serial 1464 [ 22/06/24 18:11:34.785 win_release_shadow DEBUG ] Releasing shadow of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.785 win_update_monitor DEBUG ] Window 0x00600002 (Dunst), 1939x19+664x89, is entirely on the monitor 1 (1920x0+1360x768) [ 22/06/24 18:11:34.785 win_update_wintype DEBUG ] Window (0x00600002) has type notification [ 22/06/24 18:11:34.785 win_update_name DEBUG ] (0x00600002): client = 0x00600002, name = "Dunst", ret = 0 [ 22/06/24 18:11:34.785 win_on_factor_change DEBUG ] Window 0x00600002, client 0x00600002 (Dunst) factor change [ 22/06/24 18:11:34.785 win_determine_shadow DEBUG ] Determining shadow of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.785 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:34.785 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:34.785 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:34.785 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:34.785 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:34.785 win_bind_pixmap DEBUG ] New named pixmap for 0x00600002 (Dunst) : 0x00e00045 [ 22/06/24 18:11:34.785 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:34.785 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:34.786 win_process_animation_and_state_change DEBUG ] Starting animation open for window 0x00600002 (Dunst) [ 22/06/24 18:11:34.788 ev_handle DEBUG ] event CONFIGURE_ serial 0x000005d6 window 0x00600002 "Dunst" [ 22/06/24 18:11:34.788 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x00600002, above: 0x00a00002, override_redirect: 1 } [ 22/06/24 18:11:34.788 win_update_monitor DEBUG ] Window 0x00600002 (Dunst), 1939x19+664x89, is entirely on the monitor 1 (1920x0+1360x768) [ 22/06/24 18:11:34.788 ev_handle DEBUG ] event SHAPE_NOTI serial 0x000005d6 window 0x00600002 "Dunst" [ 22/06/24 18:11:34.788 ev_handle DEBUG ] event SHAPE_NOTI serial 0x000005d9 window 0x00600002 "Dunst" [ 22/06/24 18:11:34.788 ev_handle DEBUG ] event SHAPE_NOTI serial 0x000005db window 0x00600002 "Dunst" [ 22/06/24 18:11:34.789 ev_handle DEBUG ] event SHAPE_NOTI serial 0x000005dd window 0x00600002 "Dunst" [ 22/06/24 18:11:34.799 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:34.799 win_release_shadow DEBUG ] Releasing shadow of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.799 win_update_monitor DEBUG ] Window 0x00600002 (Dunst), 1939x19+569x76, is entirely on the monitor 1 (1920x0+1360x768) [ 22/06/24 18:11:34.799 win_on_factor_change DEBUG ] Window 0x00600002, client 0x00600002 (Dunst) factor change [ 22/06/24 18:11:34.799 win_determine_shadow DEBUG ] Determining shadow of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.799 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:34.799 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.799 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:34.799 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:34.799 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:34.799 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:34.799 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:34.799 c2_match_once DEBUG ] (0x00600002): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:34.799 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00600002 (Dunst) [ 22/06/24 18:11:34.802 win_bind_pixmap DEBUG ] New named pixmap for 0x00600002 (Dunst) : 0x00e00047 [ 22/06/24 18:11:34.802 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:34.802 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:36.714 ev_handle DEBUG ] event UNMAP_NOTI serial 0x00000667 window 0x00600002 "Dunst" [ 22/06/24 18:11:36.714 unmap_win_start DEBUG ] Unmapping 0x00600002 (Dunst) [ 22/06/24 18:11:36.714 win_process_animation_and_state_change DEBUG ] Starting animation hide for window 0x00600002 (Dunst) [ 22/06/24 18:11:36.830 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00600002 (Dunst) [ 22/06/24 18:11:38.380 ev_handle DEBUG ] event PROPERTY_N serial 0x000006ee window 0x010002e2 "~" [ 22/06/24 18:11:38.380 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:38.397 check_render_finish DEBUG ] Last render did not complete during vblank, msc: 0 [ 22/06/24 18:11:38.460 ev_handle DEBUG ] event CONFIGURE_ serial 0x0000071d window 0x0040010e "~" [ 22/06/24 18:11:38.460 ev_configure_notify DEBUG ] { event: 0x000001e3, id: 0x0040010e, above: 0x0040024d, override_redirect: 0 } [ 22/06/24 18:11:38.460 ev_handle DEBUG ] event PROPERTY_N serial 0x0000071d window 0x01000003 "~" [ 22/06/24 18:11:38.460 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:38.461 ev_handle DEBUG ] event PROPERTY_N serial 0x00000725 window 0x010002e2 "~" [ 22/06/24 18:11:38.461 ev_handle DEBUG ] event SHAPE_NOTI serial 0x00000727 window 0x00400009 "(Failed to get title)" [ 22/06/24 18:11:38.461 ev_handle DEBUG ] event PROPERTY_N serial 0x00000727 window 0x00400009 "(Failed to get title)" [ 22/06/24 18:11:38.461 ev_handle DEBUG ] event PROPERTY_N serial 0x00000727 window 0x00400003 "(Failed to get title)" [ 22/06/24 18:11:38.461 ev_handle DEBUG ] event PROPERTY_N serial 0x00000727 window 0x000001e3 "(Root window)" [ 22/06/24 18:11:38.464 check_render_finish DEBUG ] Last render did not complete during vblank, msc: 0 [ 22/06/24 18:11:38.464 check_render_finish DEBUG ] Last render did not complete during vblank, msc: 0 [ 22/06/24 18:11:38.483 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:38.483 win_release_shadow DEBUG ] Releasing shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:38.483 win_update_monitor DEBUG ] Window 0x00400009 ((null)), 4x4+1876x1072, is entirely on the monitor 0 (0x0+1920x1080) [ 22/06/24 18:11:38.483 win_on_factor_change DEBUG ] Window 0x00400009, client 0x00400009 ((null)) factor change [ 22/06/24 18:11:38.483 win_determine_shadow DEBUG ] Determining shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:38.483 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:38.483 win_determine_blur_background DEBUG ] Determining blur-background of window 0x00400009 ((null)) [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g != "Terminator" [ 22/06/24 18:11:38.483 win_determine_blur_background DEBUG ] Blur background disabled by blur-background-exclude [ 22/06/24 18:11:38.483 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x00400009): leaf: result = 0, client = 0000000000, pattern = class_g = "firefox" [ 22/06/24 18:11:38.483 win_on_factor_change DEBUG ] Window 0x0040024d, client 0x010002e2 (~) factor change [ 22/06/24 18:11:38.483 win_determine_shadow DEBUG ] Determining shadow of window 0x0040024d (~) [ 22/06/24 18:11:38.483 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:38.483 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040024d (~) [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040024d): leaf: result = 1, client = 0x010002e2, pattern = class_g != "Terminator" [ 22/06/24 18:11:38.483 win_on_factor_change DEBUG ] Window mode changed to 1 [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040024d): leaf: result = 0, client = 0x010002e2, pattern = class_g = "firefox" [ 22/06/24 18:11:38.483 win_on_factor_change DEBUG ] Window 0x0040010e, client 0x01000003 (~) factor change [ 22/06/24 18:11:38.483 win_determine_shadow DEBUG ] Determining shadow of window 0x0040010e (~) [ 22/06/24 18:11:38.483 win_determine_shadow DEBUG ] Shadow disabled by wintypes [ 22/06/24 18:11:38.483 win_determine_blur_background DEBUG ] Determining blur-background of window 0x0040010e (~) [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040010e): leaf: result = 1, client = 0x01000003, pattern = class_g != "Terminator" [ 22/06/24 18:11:38.483 win_on_factor_change DEBUG ] Window mode changed to 0 [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "cmusCoverViewer" [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "Chromium-browser" [ 22/06/24 18:11:38.483 c2_match_once DEBUG ] (0x0040010e): leaf: result = 0, client = 0x01000003, pattern = class_g = "firefox" [ 22/06/24 18:11:38.483 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00400009 ((null)) [ 22/06/24 18:11:38.485 win_bind_pixmap DEBUG ] New named pixmap for 0x00400009 ((null)) : 0x00e00049 [ 22/06/24 18:11:38.485 glx_bind_pixmap DEBUG ] Found cached FBConfig for RGBA8888, depth: 32, visual id: 0x23 [ 22/06/24 18:11:38.485 glx_bind_pixmap DEBUG ] depth 32, rgba 1 [ 22/06/24 18:11:38.564 ev_handle DEBUG ] event PROPERTY_N serial 0x00000759 window 0x01000003 "~" [ 22/06/24 18:11:38.564 ev_handle DEBUG ] event PROPERTY_N serial 0x00000759 window 0x01000003 "~" [ 22/06/24 18:11:38.564 ev_handle DEBUG ] event PROPERTY_N serial 0x00000759 window 0x01000003 "~" [ 22/06/24 18:11:38.564 ev_handle DEBUG ] event PROPERTY_N serial 0x00000759 window 0x01000003 "~" [ 22/06/24 18:11:38.564 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:38.564 win_update_name DEBUG ] (0x0040010e): client = 0x01000003, name = "~", ret = 0 [ 22/06/24 18:11:38.716 ev_handle DEBUG ] event PROPERTY_N serial 0x0000077e window 0x01000003 "~" [ 22/06/24 18:11:38.716 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:38.763 ev_handle DEBUG ] event PROPERTY_N serial 0x000007a1 window 0x01000003 "~" ^C[ 22/06/24 18:11:38.764 handle_pending_updates DEBUG ] Delayed handling of events, entering critical section [ 22/06/24 18:11:38.765 exit_enable INFO ] picom is quitting... [ 22/06/24 18:11:38.765 unredirect DEBUG ] Unredirecting the screen. [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x00600002 (Dunst) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x00a00002 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x01c000ce ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x00e00004 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x0240006d ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x01800064 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x01a000c4 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x03e00064 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x03a0002c ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x01000009 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x00400012 ((null)) [ 22/06/24 18:11:38.765 win_release_shadow DEBUG ] Releasing shadow of window 0x00400094 ((null)) [ 22/06/24 18:11:38.765 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00400013 ((null)) [ 22/06/24 18:11:38.766 win_release_shadow DEBUG ] Releasing shadow of window 0x00400013 ((null)) [ 22/06/24 18:11:38.766 win_release_shadow DEBUG ] Releasing shadow of window 0x0040000a ((null)) [ 22/06/24 18:11:38.766 win_release_pixmap DEBUG ] Releasing pixmap of window 0x0040010e (~) [ 22/06/24 18:11:38.781 win_release_shadow DEBUG ] Releasing shadow of window 0x0040010e (~) [ 22/06/24 18:11:38.781 win_release_pixmap DEBUG ] Releasing pixmap of window 0x0040024d (~) [ 22/06/24 18:11:38.782 win_release_shadow DEBUG ] Releasing shadow of window 0x0040024d (~) [ 22/06/24 18:11:38.782 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00400009 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x00400009 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x0040000b ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x03a00015 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x03a0000b ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x04000008 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x04400004 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x04000004 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x03e00008 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x0180000c ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x01e00008 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x01a00008 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x0240000c ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x03a00004 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x02200008 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x02000008 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x02000004 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x02200004 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x01e00004 ((null)) [ 22/06/24 18:11:38.788 win_release_shadow DEBUG ] Releasing shadow of window 0x01c00001 ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x01c00000 ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x01600001 ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x00600004 ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x00400011 ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x00400010 ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x0040000f ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x0040000e ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x0040000d ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x0040000c ((null)) [ 22/06/24 18:11:38.789 win_release_shadow DEBUG ] Releasing shadow of window 0x00400003 ((null)) [ 22/06/24 18:11:38.789 win_release_pixmap DEBUG ] Releasing pixmap of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:38.792 win_release_shadow DEBUG ] Releasing shadow of window 0x00400001 (herbstluftwm) [ 22/06/24 18:11:38.815 unredirect DEBUG ] Screen unredirected. [ 22/06/24 18:11:38.815 file_watch_destroy DEBUG ] Stopping watching for file changes ```
yshui commented 6 days ago

@Suyooo can you give me the sequence of commands you ran to enable the second monitor?

Suyooo commented 6 days ago

@Suyooo can you give me the sequence of commands you ran to enable the second monitor?

xrandr --output DVI-I-0 --mode 1360x768 --right-of HDMI-0

In the video in the first post, the command also includes --rotate inverted since that's what I usually have to use, but the error occurs without it, too.

yshui commented 6 days ago

Hmm, I can't reproduce the problem anymore.

What's your window manager?

Suyooo commented 6 days ago

My window manager is herbstluftwm.

I also managed to reproduce it on xfwm4, and using a config file containing only backend="glx"; (same problem with egl and xrender).

yshui commented 6 days ago

OK, there does seem to still be a problem, but the behavior you described in your OP has been fixed, I believe?

What I am seeing now is that the second monitor was blank after I ran the xrandr command, but if I move a window across the second monitor, it "reveals" what is there.

Is that what you saw as well?

Suyooo commented 6 days ago

No, it's still the same behaviour as in the video on all three backends. It seems that, as long the dragged window is still partially in the visible area, the color for the space the dragged window would take up on the new monitor is taken from the last pixel from the visible area on the same row - but the window that is located on the newly enabled monitor is never revealed that way.

yshui commented 6 days ago

I am unable to reproduce that, but I will fix the problem I saw. Don't know if that's going to help with your problem or not.

yshui commented 6 days ago

Oh, I just tried again and this time I get something different and is more like what you described, lucky.

Suyooo commented 6 days ago

That fixed it, thank you so much!