KhronosGroup / Vulkan-Loader

Vulkan Loader
https://vulkan.lunarg.com/doc/sdk/latest/linux/LoaderInterfaceArchitecture.html
Other
510 stars 278 forks source link

Fullscreen-Vulkan-wayland windows flicker for absolutely no reasons sometimes #1497

Closed SpidFightFR closed 4 months ago

SpidFightFR commented 4 months ago

Describe the bug Sometimes, a vulkan app ran with wayland in fullscreen can be subject to flickers, unpredictably.

I try to ask help here cuz i have the issue on only my main pc, which runs Void-Linux, my laptop runs the same install. The issue described here happens only on my main desktop.

Environment (please complete the following information):

To Reproduce Steps to reproduce the behavior:

  1. Launch a native vulkan app (such as Minecraft Vulkanmod or Quake2RTX)
  2. See by yourself (epilepsy warning): https://pub-933bfc621bd04d93ab1b82361d7baa1a.r2.dev/vkmod%20bug.mp4 https://pub-933bfc621bd04d93ab1b82361d7baa1a.r2.dev/vulkan-wayland.mp4

VK_LOADER_DEBUG output [happens randomly, i didn't manage to monitor it]

Additional context Apparently setting VK_ICD_FILENAMES with either mesa radv or amdvlk solves this. Also apparently, after running gamescope once, the issue goes away. Finally, sometimes it's here, sometiemes not. I'm sorry for being vague, but i'm quite desperate here, i got literally no wrong logs from the respective software, when the issue happens again, i'm throwing in VK_LOADER_DEBUG=all...

charles-lunarg commented 4 months ago

This is not a loader issue.

The vulkan-loader only passes the swapchain/surface function calls down into the instance. Therefore I am going to remove the bug label for the time being.

You mention VK_LOADER_DEBUG=all, can you run your application and add it here? That way we know which layers are being used.

That overlay looks to be mango-hud, it might be a weird bug in mango-hud's source code.

SpidFightFR commented 4 months ago

This is not a loader issue.

The vulkan-loader only passes the swapchain/surface function calls down into the instance. Therefore I am going to remove the bug label for the time being.

You mention VK_LOADER_DEBUG=all, can you run your application and add it here? That way we know which layers are being used.

That overlay looks to be mango-hud, it might be a weird bug in mango-hud's source code.

Hey thanks for your answer! I tried again a few times yesterday, the issues happened sometimes here, and there without much reason. I'm unable to reproduce it predictably.

I'll try my best to. Also, without the mango hud, the issue happens as well.

I also suspect a VRR issue (i don't remember enabling it but i must check to be sure)...

I'll keep you in touch.

SpidFightFR commented 4 months ago

I managed to get the debug logs:

Q2RTX-logs ``` ]LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) DRIVER: Searching for driver manifest files DRIVER: In following locations: DRIVER: /home/spid/.config/vulkan/icd.d DRIVER: /home/spid/.config/kdedefaults/vulkan/icd.d DRIVER: /etc/xdg/vulkan/icd.d DRIVER: /etc/vulkan/icd.d DRIVER: /home/spid/.local/share/vulkan/icd.d DRIVER: /home/spid/.local/share/flatpak/exports/share/vulkan/icd.d DRIVER: /var/lib/flatpak/exports/share/vulkan/icd.d DRIVER: /usr/local/share/vulkan/icd.d DRIVER: /usr/share/vulkan/icd.d DRIVER: Found the following files: DRIVER: /usr/share/vulkan/icd.d/amd_icd64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.i686.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.i686.json DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/amd_icd64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/amdvlk64.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_virtio.so INFO: /usr/lib32/libvulkan_virtio.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_virtio.so was wrong bit-type. Ignoring this JSON DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_radeon.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_virtio.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_radeon.so INFO: /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_radeon.so was wrong bit-type. Ignoring this JSON DRIVER: Searching for driver manifest files DRIVER: In following locations: DRIVER: /home/spid/.config/vulkan/icd.d DRIVER: /home/spid/.config/kdedefaults/vulkan/icd.d DRIVER: /etc/xdg/vulkan/icd.d DRIVER: /etc/vulkan/icd.d DRIVER: /home/spid/.local/share/vulkan/icd.d DRIVER: /home/spid/.local/share/flatpak/exports/share/vulkan/icd.d DRIVER: /var/lib/flatpak/exports/share/vulkan/icd.d DRIVER: /usr/local/share/vulkan/icd.d DRIVER: /usr/share/vulkan/icd.d DRIVER: Found the following files: DRIVER: /usr/share/vulkan/icd.d/amd_icd64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.i686.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.i686.json DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/amd_icd64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/amdvlk64.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_virtio.so INFO: /usr/lib32/libvulkan_virtio.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_virtio.so was wrong bit-type. Ignoring this JSON DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_radeon.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_virtio.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_radeon.so INFO: /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_radeon.so was wrong bit-type. Ignoring this JSON LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) DRIVER: Searching for driver manifest files DRIVER: In following locations: DRIVER: /home/spid/.config/vulkan/icd.d DRIVER: /home/spid/.config/kdedefaults/vulkan/icd.d DRIVER: /etc/xdg/vulkan/icd.d DRIVER: /etc/vulkan/icd.d DRIVER: /home/spid/.local/share/vulkan/icd.d DRIVER: /home/spid/.local/share/flatpak/exports/share/vulkan/icd.d DRIVER: /var/lib/flatpak/exports/share/vulkan/icd.d DRIVER: /usr/local/share/vulkan/icd.d DRIVER: /usr/share/vulkan/icd.d DRIVER: Found the following files: DRIVER: /usr/share/vulkan/icd.d/amd_icd64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.i686.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.i686.json DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/amd_icd64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/amdvlk64.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_virtio.so INFO: /usr/lib32/libvulkan_virtio.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_virtio.so was wrong bit-type. Ignoring this JSON DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_radeon.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_virtio.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_radeon.so INFO: /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_radeon.so was wrong bit-type. Ignoring this JSON LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) Loaded 2388 materials from materials/baseq2.mat ----- init_vulkan ----- ]LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/explicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/explicit_layer.d LAYER: /etc/xdg/vulkan/explicit_layer.d LAYER: /etc/vulkan/explicit_layer.d LAYER: /home/spid/.local/share/vulkan/explicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/explicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/explicit_layer.d LAYER: /usr/local/share/vulkan/explicit_layer.d LAYER: /usr/share/vulkan/explicit_layer.d LAYER: Found the following files: LAYER: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json INFO: Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json (file version 1.2.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/explicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/explicit_layer.d LAYER: /etc/xdg/vulkan/explicit_layer.d LAYER: /etc/vulkan/explicit_layer.d LAYER: /home/spid/.local/share/vulkan/explicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/explicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/explicit_layer.d LAYER: /usr/local/share/vulkan/explicit_layer.d LAYER: /usr/share/vulkan/explicit_layer.d LAYER: Found the following files: LAYER: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json INFO: Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json (file version 1.2.0) Available Vulkan layers: VK_LAYER_VALVE_steam_fossilize_64 VK_LAYER_VALVE_steam_fossilize_32 VK_LAYER_VALVE_steam_overlay_32 VK_LAYER_VALVE_steam_overlay_64 VK_LAYER_FROG_gamescope_wsi_x86_64 VK_LAYER_MANGOHUD_overlay_x86_64 VK_LAYER_KHRONOS_validation Vulkan instance extensions required by SDL2: VK_KHR_surface VK_KHR_wayland_surface ]LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) DRIVER: Searching for driver manifest files DRIVER: In following locations: DRIVER: /home/spid/.config/vulkan/icd.d DRIVER: /home/spid/.config/kdedefaults/vulkan/icd.d DRIVER: /etc/xdg/vulkan/icd.d DRIVER: /etc/vulkan/icd.d DRIVER: /home/spid/.local/share/vulkan/icd.d DRIVER: /home/spid/.local/share/flatpak/exports/share/vulkan/icd.d DRIVER: /var/lib/flatpak/exports/share/vulkan/icd.d DRIVER: /usr/local/share/vulkan/icd.d DRIVER: /usr/share/vulkan/icd.d DRIVER: Found the following files: DRIVER: /usr/share/vulkan/icd.d/amd_icd64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.i686.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.i686.json DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/amd_icd64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/amdvlk64.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_virtio.so INFO: /usr/lib32/libvulkan_virtio.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_virtio.so was wrong bit-type. Ignoring this JSON DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_radeon.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_virtio.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_radeon.so INFO: /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_radeon.so was wrong bit-type. Ignoring this JSON LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) DRIVER: Searching for driver manifest files DRIVER: In following locations: DRIVER: /home/spid/.config/vulkan/icd.d DRIVER: /home/spid/.config/kdedefaults/vulkan/icd.d DRIVER: /etc/xdg/vulkan/icd.d DRIVER: /etc/vulkan/icd.d DRIVER: /home/spid/.local/share/vulkan/icd.d DRIVER: /home/spid/.local/share/flatpak/exports/share/vulkan/icd.d DRIVER: /var/lib/flatpak/exports/share/vulkan/icd.d DRIVER: /usr/local/share/vulkan/icd.d DRIVER: /usr/share/vulkan/icd.d DRIVER: Found the following files: DRIVER: /usr/share/vulkan/icd.d/amd_icd64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.i686.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.i686.json DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/amd_icd64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/amdvlk64.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_virtio.so INFO: /usr/lib32/libvulkan_virtio.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_virtio.so was wrong bit-type. Ignoring this JSON DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_radeon.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_virtio.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_radeon.so INFO: /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_radeon.so was wrong bit-type. Ignoring this JSON LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) Supported Vulkan instance extensions: VK_KHR_device_group_creation (requested) VK_KHR_display VK_KHR_external_fence_capabilities VK_KHR_external_memory_capabilities VK_KHR_external_semaphore_capabilities VK_KHR_get_display_properties2 VK_KHR_get_physical_device_properties2 VK_KHR_get_surface_capabilities2 VK_KHR_surface (requested) VK_KHR_wayland_surface (requested) VK_KHR_xcb_surface VK_KHR_xlib_surface VK_EXT_acquire_xlib_display VK_EXT_debug_report (requested) VK_EXT_debug_utils (requested) VK_EXT_direct_mode_display VK_EXT_display_surface_counter VK_KHR_surface_protected_capabilities VK_EXT_acquire_drm_display VK_EXT_surface_maintenance1 VK_EXT_swapchain_colorspace VK_KHR_portability_enumeration VK_LUNARG_direct_driver_loading ]LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/implicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/implicit_layer.d LAYER: /etc/xdg/vulkan/implicit_layer.d LAYER: /etc/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/vulkan/implicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/implicit_layer.d LAYER: /usr/local/share/vulkan/implicit_layer.d LAYER: /usr/share/vulkan/implicit_layer.d LAYER: Found the following files: LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json LAYER: /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json LAYER: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json (file version 1.0.0) INFO: Found manifest file /home/spid/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.x86_64.json (file version 1.0.0) INFO: Found manifest file /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json (file version 1.0.0) LAYER: Searching for layer manifest files LAYER: In following locations: LAYER: /home/spid/.config/vulkan/explicit_layer.d LAYER: /home/spid/.config/kdedefaults/vulkan/explicit_layer.d LAYER: /etc/xdg/vulkan/explicit_layer.d LAYER: /etc/vulkan/explicit_layer.d LAYER: /home/spid/.local/share/vulkan/explicit_layer.d LAYER: /home/spid/.local/share/flatpak/exports/share/vulkan/explicit_layer.d LAYER: /var/lib/flatpak/exports/share/vulkan/explicit_layer.d LAYER: /usr/local/share/vulkan/explicit_layer.d LAYER: /usr/share/vulkan/explicit_layer.d LAYER: Found the following files: LAYER: /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json INFO: Found manifest file /usr/share/vulkan/explicit_layer.d/VkLayer_khronos_validation.json (file version 1.2.0) DRIVER: Searching for driver manifest files DRIVER: In following locations: DRIVER: /home/spid/.config/vulkan/icd.d DRIVER: /home/spid/.config/kdedefaults/vulkan/icd.d DRIVER: /etc/xdg/vulkan/icd.d DRIVER: /etc/vulkan/icd.d DRIVER: /home/spid/.local/share/vulkan/icd.d DRIVER: /home/spid/.local/share/flatpak/exports/share/vulkan/icd.d DRIVER: /var/lib/flatpak/exports/share/vulkan/icd.d DRIVER: /usr/local/share/vulkan/icd.d DRIVER: /usr/share/vulkan/icd.d DRIVER: Found the following files: DRIVER: /usr/share/vulkan/icd.d/amd_icd64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.i686.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/virtio_icd.x86_64.json DRIVER: /usr/share/vulkan/icd.d/radeon_icd.i686.json DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/amd_icd64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/amdvlk64.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_virtio.so INFO: /usr/lib32/libvulkan_virtio.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_virtio.so was wrong bit-type. Ignoring this JSON DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_radeon.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/virtio_icd.x86_64.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib64/libvulkan_virtio.so DRIVER: Found ICD manifest file /usr/share/vulkan/icd.d/radeon_icd.i686.json, version 1.0.0 DEBUG | DRIVER: Searching for ICD drivers named /usr/lib32/libvulkan_radeon.so INFO: /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 DRIVER: Requested layer /usr/lib32/libvulkan_radeon.so was wrong bit-type. Ignoring this JSON DEBUG | LAYER: Loading layer library /usr/lib64/mangohud/libMangoHud.so INFO | LAYER: Insert instance layer "VK_LAYER_MANGOHUD_overlay_x86_64" (/usr/lib64/mangohud/libMangoHud.so) LAYER: vkCreateInstance layer callstack setup to: LAYER: LAYER: || LAYER: LAYER: || LAYER: VK_LAYER_MANGOHUD_overlay_x86_64 LAYER: Type: Implicit LAYER: Disable Env Var: DISABLE_MANGOHUD LAYER: Manifest: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json LAYER: Library: /usr/lib64/mangohud/libMangoHud.so LAYER: || LAYER: WARNING: terminator_CreateInstance: Failed to CreateInstance in ICD 2. Skipping ICD. INFO | DRIVER: linux_read_sorted_physical_devices: INFO | DRIVER: Original order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [2] AMD Radeon RX 7900 XTX INFO | DRIVER: [3] AMD Radeon Graphics INFO | DRIVER: Sorted order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon RX 7900 XTX INFO | DRIVER: [2] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [3] AMD Radeon Graphics INFO | DRIVER: linux_read_sorted_physical_devices: INFO | DRIVER: Original order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [2] AMD Radeon RX 7900 XTX INFO | DRIVER: [3] AMD Radeon Graphics INFO | DRIVER: Sorted order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon RX 7900 XTX INFO | DRIVER: [2] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [3] AMD Radeon Graphics DEBUG | DRIVER: Copying old device 0 into new device 0 DEBUG | DRIVER: Copying old device 1 into new device 1 DEBUG | DRIVER: Copying old device 2 into new device 2 DEBUG | DRIVER: Copying old device 3 into new device 3 INFO | DRIVER: linux_read_sorted_physical_devices: INFO | DRIVER: Original order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [2] AMD Radeon RX 7900 XTX INFO | DRIVER: [3] AMD Radeon Graphics INFO | DRIVER: Sorted order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon RX 7900 XTX INFO | DRIVER: [2] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [3] AMD Radeon Graphics DEBUG | DRIVER: Copying old device 0 into new device 0 DEBUG | DRIVER: Copying old device 1 into new device 1 DEBUG | DRIVER: Copying old device 2 into new device 2 DEBUG | DRIVER: Copying old device 3 into new device 3 INFO | DRIVER: linux_read_sorted_physical_devices: INFO | DRIVER: Original order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [2] AMD Radeon RX 7900 XTX INFO | DRIVER: [3] AMD Radeon Graphics INFO | DRIVER: Sorted order: INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: [1] AMD Radeon RX 7900 XTX INFO | DRIVER: [2] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: [3] AMD Radeon Graphics DEBUG | DRIVER: Copying old device 0 into new device 0 DEBUG | DRIVER: Copying old device 1 into new device 1 DEBUG | DRIVER: Copying old device 2 into new device 2 DEBUG | DRIVER: Copying old device 3 into new device 3 INFO | DRIVER: linux_sort_physical_device_groups: Original order: INFO | DRIVER: Group 0 INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) INFO | DRIVER: Group 1 INFO | DRIVER: [0] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) INFO | DRIVER: Group 2 INFO | DRIVER: [0] AMD Radeon RX 7900 XTX INFO | DRIVER: Group 3 INFO | DRIVER: [0] AMD Radeon Graphics INFO | DRIVER: linux_sort_physical_device_groups: Sorted order: INFO | DRIVER: Group 0 INFO | DRIVER: [0] AMD Radeon RX 7900 XTX (RADV NAVI31) 0x55a96866f0f0 INFO | DRIVER: Group 1 INFO | DRIVER: [0] AMD Radeon RX 7900 XTX 0x55a9683e4380 INFO | DRIVER: Group 2 INFO | DRIVER: [0] AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) 0x55a96867b010 INFO | DRIVER: Group 3 INFO | DRIVER: [0] AMD Radeon Graphics 0x55a968519690 INFO: terminator_EnumeratePhysicalDeviceGroups : Trimming device count from 4 to 1. SLI: using device group 0 with 1 device(s). Physical device 0: AMD Radeon RX 7900 XTX (RADV NAVI31) Supported Vulkan device extensions: VK_KHR_8bit_storage VK_KHR_16bit_storage VK_KHR_acceleration_structure VK_KHR_bind_memory2 VK_KHR_buffer_device_address VK_KHR_calibrated_timestamps VK_KHR_cooperative_matrix VK_KHR_copy_commands2 VK_KHR_create_renderpass2 VK_KHR_dedicated_allocation VK_KHR_deferred_host_operations VK_KHR_depth_stencil_resolve VK_KHR_descriptor_update_template VK_KHR_device_group VK_KHR_draw_indirect_count VK_KHR_driver_properties VK_KHR_dynamic_rendering VK_KHR_external_fence VK_KHR_external_fence_fd VK_KHR_external_memory VK_KHR_external_memory_fd VK_KHR_external_semaphore VK_KHR_external_semaphore_fd VK_KHR_format_feature_flags2 VK_KHR_fragment_shader_barycentric VK_KHR_fragment_shading_rate VK_KHR_get_memory_requirements2 VK_KHR_global_priority VK_KHR_image_format_list VK_KHR_imageless_framebuffer VK_KHR_incremental_present VK_KHR_maintenance1 VK_KHR_maintenance2 VK_KHR_maintenance3 VK_KHR_maintenance4 VK_KHR_maintenance5 VK_KHR_maintenance6 VK_KHR_map_memory2 VK_KHR_multiview VK_KHR_pipeline_executable_properties VK_KHR_pipeline_library VK_KHR_push_descriptor VK_KHR_ray_query VK_KHR_ray_tracing_maintenance1 VK_KHR_ray_tracing_pipeline VK_KHR_ray_tracing_position_fetch VK_KHR_relaxed_block_layout VK_KHR_sampler_mirror_clamp_to_edge VK_KHR_sampler_ycbcr_conversion VK_KHR_separate_depth_stencil_layouts VK_KHR_shader_atomic_int64 VK_KHR_shader_clock VK_KHR_shader_draw_parameters VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls VK_KHR_shader_integer_dot_product VK_KHR_shader_non_semantic_info VK_KHR_shader_subgroup_extended_types VK_KHR_shader_subgroup_uniform_control_flow VK_KHR_shader_terminate_invocation VK_KHR_spirv_1_4 VK_KHR_storage_buffer_storage_class VK_KHR_swapchain VK_KHR_swapchain_mutable_format VK_KHR_synchronization2 VK_KHR_timeline_semaphore VK_KHR_uniform_buffer_standard_layout VK_KHR_variable_pointers VK_KHR_vertex_attribute_divisor VK_KHR_vulkan_memory_model VK_KHR_workgroup_memory_explicit_layout VK_KHR_zero_initialize_workgroup_memory VK_EXT_4444_formats VK_EXT_attachment_feedback_loop_dynamic_state VK_EXT_attachment_feedback_loop_layout VK_EXT_border_color_swizzle VK_EXT_buffer_device_address VK_EXT_calibrated_timestamps VK_EXT_color_write_enable VK_EXT_conditional_rendering VK_EXT_conservative_rasterization VK_EXT_custom_border_color VK_EXT_depth_bias_control VK_EXT_depth_clamp_zero_one VK_EXT_depth_clip_control VK_EXT_depth_clip_enable VK_EXT_depth_range_unrestricted VK_EXT_descriptor_buffer VK_EXT_descriptor_indexing VK_EXT_device_fault VK_EXT_discard_rectangles VK_EXT_display_control VK_EXT_dynamic_rendering_unused_attachments VK_EXT_extended_dynamic_state VK_EXT_extended_dynamic_state2 VK_EXT_extended_dynamic_state3 VK_EXT_external_memory_acquire_unmodified VK_EXT_external_memory_dma_buf VK_EXT_external_memory_host VK_EXT_fragment_shader_interlock VK_EXT_global_priority VK_EXT_global_priority_query VK_EXT_graphics_pipeline_library VK_EXT_host_query_reset VK_EXT_image_2d_view_of_3d VK_EXT_image_compression_control VK_EXT_image_drm_format_modifier VK_EXT_image_robustness VK_EXT_image_sliced_view_of_3d VK_EXT_image_view_min_lod VK_EXT_index_type_uint8 VK_EXT_inline_uniform_block VK_EXT_line_rasterization VK_EXT_load_store_op_none VK_EXT_memory_budget VK_EXT_memory_priority VK_EXT_mesh_shader VK_EXT_multi_draw VK_EXT_mutable_descriptor_type VK_EXT_non_seamless_cube_map VK_EXT_pci_bus_info VK_EXT_physical_device_drm VK_EXT_pipeline_creation_cache_control VK_EXT_pipeline_creation_feedback VK_EXT_pipeline_library_group_handles VK_EXT_pipeline_robustness VK_EXT_post_depth_coverage VK_EXT_primitive_topology_list_restart VK_EXT_primitives_generated_query VK_EXT_private_data VK_EXT_provoking_vertex VK_EXT_queue_family_foreign VK_EXT_robustness2 VK_EXT_sampler_filter_minmax VK_EXT_scalar_block_layout VK_EXT_separate_stencil_usage VK_EXT_shader_atomic_float VK_EXT_shader_atomic_float2 VK_EXT_shader_demote_to_helper_invocation VK_EXT_shader_image_atomic_int64 VK_EXT_shader_module_identifier VK_EXT_shader_stencil_export VK_EXT_shader_subgroup_ballot VK_EXT_shader_subgroup_vote VK_EXT_shader_viewport_index_layer VK_EXT_subgroup_size_control VK_EXT_swapchain_maintenance1 VK_EXT_texel_buffer_alignment VK_EXT_tooling_info VK_EXT_transform_feedback VK_EXT_vertex_attribute_divisor VK_EXT_vertex_input_dynamic_state VK_EXT_ycbcr_image_arrays VK_AMD_buffer_marker VK_AMD_device_coherent_memory VK_AMD_draw_indirect_count VK_AMD_gcn_shader VK_AMD_gpu_shader_half_float VK_AMD_gpu_shader_int16 VK_AMD_memory_overallocation_behavior VK_AMD_mixed_attachment_samples VK_AMD_shader_ballot VK_AMD_shader_core_properties VK_AMD_shader_core_properties2 VK_AMD_shader_early_and_late_fragment_tests VK_AMD_shader_explicit_vertex_parameter VK_AMD_shader_image_load_store_lod VK_AMD_shader_trinary_minmax VK_GOOGLE_decorate_string VK_GOOGLE_hlsl_functionality1 VK_GOOGLE_user_type VK_INTEL_shader_integer_functions2 VK_NV_compute_shader_derivatives VK_VALVE_mutable_descriptor_type Physical device 1: AMD Radeon RX 7900 XTX Supported Vulkan device extensions: VK_KHR_16bit_storage VK_KHR_8bit_storage VK_KHR_acceleration_structure VK_KHR_bind_memory2 VK_KHR_buffer_device_address VK_KHR_calibrated_timestamps VK_KHR_cooperative_matrix VK_KHR_copy_commands2 VK_KHR_create_renderpass2 VK_KHR_dedicated_allocation VK_KHR_deferred_host_operations VK_KHR_depth_stencil_resolve VK_KHR_descriptor_update_template VK_KHR_device_group VK_KHR_draw_indirect_count VK_KHR_driver_properties VK_KHR_dynamic_rendering VK_KHR_dynamic_rendering_local_read VK_KHR_external_fence VK_KHR_external_fence_fd VK_KHR_external_memory VK_KHR_external_memory_fd VK_KHR_external_semaphore VK_KHR_external_semaphore_fd VK_KHR_format_feature_flags2 VK_KHR_fragment_shader_barycentric VK_KHR_fragment_shading_rate VK_KHR_get_memory_requirements2 VK_KHR_global_priority VK_KHR_imageless_framebuffer VK_KHR_image_format_list VK_KHR_index_type_uint8 VK_KHR_line_rasterization VK_KHR_load_store_op_none VK_KHR_maintenance1 VK_KHR_maintenance2 VK_KHR_maintenance3 VK_KHR_maintenance4 VK_KHR_maintenance5 VK_KHR_maintenance6 VK_KHR_map_memory2 VK_KHR_multiview VK_KHR_pipeline_executable_properties VK_KHR_pipeline_library VK_KHR_push_descriptor VK_KHR_ray_query VK_KHR_ray_tracing_maintenance1 VK_KHR_ray_tracing_pipeline VK_KHR_ray_tracing_position_fetch VK_KHR_relaxed_block_layout VK_KHR_sampler_mirror_clamp_to_edge VK_KHR_sampler_ycbcr_conversion VK_KHR_separate_depth_stencil_layouts VK_KHR_shader_atomic_int64 VK_KHR_shader_clock VK_KHR_shader_draw_parameters VK_KHR_shader_expect_assume VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls VK_KHR_shader_float_controls2 VK_KHR_shader_integer_dot_product VK_KHR_shader_maximal_reconvergence VK_KHR_shader_non_semantic_info VK_KHR_shader_quad_control VK_KHR_shader_subgroup_extended_types VK_KHR_shader_subgroup_rotate VK_KHR_shader_subgroup_uniform_control_flow VK_KHR_shader_terminate_invocation VK_KHR_spirv_1_4 VK_KHR_storage_buffer_storage_class VK_KHR_swapchain VK_KHR_swapchain_mutable_format VK_KHR_synchronization2 VK_KHR_timeline_semaphore VK_KHR_uniform_buffer_standard_layout VK_KHR_variable_pointers VK_KHR_vertex_attribute_divisor VK_KHR_vulkan_memory_model VK_KHR_workgroup_memory_explicit_layout VK_KHR_zero_initialize_workgroup_memory VK_EXT_4444_formats VK_EXT_attachment_feedback_loop_layout VK_EXT_border_color_swizzle VK_EXT_calibrated_timestamps VK_EXT_color_write_enable VK_EXT_conditional_rendering VK_EXT_conservative_rasterization VK_EXT_custom_border_color VK_EXT_depth_clamp_zero_one VK_EXT_depth_clip_control VK_EXT_depth_clip_enable VK_EXT_depth_range_unrestricted VK_EXT_descriptor_buffer VK_EXT_descriptor_indexing VK_EXT_device_address_binding_report VK_EXT_device_fault VK_EXT_dynamic_rendering_unused_attachments VK_EXT_extended_dynamic_state VK_EXT_extended_dynamic_state2 VK_EXT_extended_dynamic_state3 VK_EXT_external_memory_dma_buf VK_EXT_external_memory_host VK_EXT_frame_boundary VK_EXT_global_priority VK_EXT_global_priority_query VK_EXT_graphics_pipeline_library VK_EXT_hdr_metadata VK_EXT_host_query_reset VK_EXT_image_drm_format_modifier VK_EXT_image_robustness VK_EXT_image_sliced_view_of_3d VK_EXT_image_view_min_lod VK_EXT_index_type_uint8 VK_EXT_inline_uniform_block VK_EXT_line_rasterization VK_EXT_load_store_op_none VK_EXT_memory_budget VK_EXT_memory_priority VK_EXT_mesh_shader VK_EXT_mutable_descriptor_type VK_EXT_nested_command_buffer VK_EXT_non_seamless_cube_map VK_EXT_pageable_device_local_memory VK_EXT_pci_bus_info VK_EXT_physical_device_drm VK_EXT_pipeline_creation_cache_control VK_EXT_pipeline_creation_feedback VK_EXT_pipeline_library_group_handles VK_EXT_post_depth_coverage VK_EXT_primitive_topology_list_restart VK_EXT_primitives_generated_query VK_EXT_private_data VK_EXT_provoking_vertex VK_EXT_queue_family_foreign VK_EXT_robustness2 VK_EXT_sampler_filter_minmax VK_EXT_sample_locations VK_EXT_scalar_block_layout VK_EXT_separate_stencil_usage VK_EXT_shader_atomic_float VK_EXT_shader_atomic_float2 VK_EXT_shader_demote_to_helper_invocation VK_EXT_shader_image_atomic_int64 VK_EXT_shader_module_identifier VK_EXT_shader_stencil_export VK_EXT_shader_subgroup_ballot VK_EXT_shader_subgroup_vote VK_EXT_shader_viewport_index_layer VK_EXT_subgroup_size_control VK_EXT_texel_buffer_alignment VK_EXT_tooling_info VK_EXT_transform_feedback VK_EXT_vertex_attribute_divisor VK_EXT_vertex_input_dynamic_state VK_EXT_ycbcr_image_arrays VK_AMD_buffer_marker VK_AMD_device_coherent_memory VK_AMD_draw_indirect_count VK_AMD_gcn_shader VK_AMD_gpa_interface VK_AMD_gpu_shader_half_float VK_AMD_gpu_shader_int16 VK_AMD_memory_overallocation_behavior VK_AMD_mixed_attachment_samples VK_AMD_shader_ballot VK_AMD_shader_core_properties VK_AMD_shader_core_properties2 VK_AMD_shader_early_and_late_fragment_tests VK_AMD_shader_explicit_vertex_parameter VK_AMD_shader_image_load_store_lod VK_AMD_shader_info VK_AMD_shader_trinary_minmax VK_GOOGLE_decorate_string VK_GOOGLE_hlsl_functionality1 VK_GOOGLE_user_type VK_VALVE_mutable_descriptor_type Physical device 2: AMD Radeon Graphics (RADV RAPHAEL_MENDOCINO) Supported Vulkan device extensions: VK_KHR_8bit_storage VK_KHR_16bit_storage VK_KHR_acceleration_structure VK_KHR_bind_memory2 VK_KHR_buffer_device_address VK_KHR_calibrated_timestamps VK_KHR_copy_commands2 VK_KHR_create_renderpass2 VK_KHR_dedicated_allocation VK_KHR_deferred_host_operations VK_KHR_depth_stencil_resolve VK_KHR_descriptor_update_template VK_KHR_device_group VK_KHR_draw_indirect_count VK_KHR_driver_properties VK_KHR_dynamic_rendering VK_KHR_external_fence VK_KHR_external_fence_fd VK_KHR_external_memory VK_KHR_external_memory_fd VK_KHR_external_semaphore VK_KHR_external_semaphore_fd VK_KHR_format_feature_flags2 VK_KHR_fragment_shader_barycentric VK_KHR_fragment_shading_rate VK_KHR_get_memory_requirements2 VK_KHR_global_priority VK_KHR_image_format_list VK_KHR_imageless_framebuffer VK_KHR_incremental_present VK_KHR_maintenance1 VK_KHR_maintenance2 VK_KHR_maintenance3 VK_KHR_maintenance4 VK_KHR_maintenance5 VK_KHR_maintenance6 VK_KHR_map_memory2 VK_KHR_multiview VK_KHR_performance_query VK_KHR_pipeline_executable_properties VK_KHR_pipeline_library VK_KHR_push_descriptor VK_KHR_ray_query VK_KHR_ray_tracing_maintenance1 VK_KHR_ray_tracing_pipeline VK_KHR_ray_tracing_position_fetch VK_KHR_relaxed_block_layout VK_KHR_sampler_mirror_clamp_to_edge VK_KHR_sampler_ycbcr_conversion VK_KHR_separate_depth_stencil_layouts VK_KHR_shader_atomic_int64 VK_KHR_shader_clock VK_KHR_shader_draw_parameters VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls VK_KHR_shader_integer_dot_product VK_KHR_shader_non_semantic_info VK_KHR_shader_subgroup_extended_types VK_KHR_shader_subgroup_uniform_control_flow VK_KHR_shader_terminate_invocation VK_KHR_spirv_1_4 VK_KHR_storage_buffer_storage_class VK_KHR_swapchain VK_KHR_swapchain_mutable_format VK_KHR_synchronization2 VK_KHR_timeline_semaphore VK_KHR_uniform_buffer_standard_layout VK_KHR_variable_pointers VK_KHR_vertex_attribute_divisor VK_KHR_vulkan_memory_model VK_KHR_workgroup_memory_explicit_layout VK_KHR_zero_initialize_workgroup_memory VK_EXT_4444_formats VK_EXT_attachment_feedback_loop_dynamic_state VK_EXT_attachment_feedback_loop_layout VK_EXT_border_color_swizzle VK_EXT_buffer_device_address VK_EXT_calibrated_timestamps VK_EXT_color_write_enable VK_EXT_conditional_rendering VK_EXT_conservative_rasterization VK_EXT_custom_border_color VK_EXT_depth_bias_control VK_EXT_depth_clamp_zero_one VK_EXT_depth_clip_control VK_EXT_depth_clip_enable VK_EXT_depth_range_unrestricted VK_EXT_descriptor_buffer VK_EXT_descriptor_indexing VK_EXT_device_fault VK_EXT_discard_rectangles VK_EXT_display_control VK_EXT_dynamic_rendering_unused_attachments VK_EXT_extended_dynamic_state VK_EXT_extended_dynamic_state2 VK_EXT_extended_dynamic_state3 VK_EXT_external_memory_acquire_unmodified VK_EXT_external_memory_dma_buf VK_EXT_external_memory_host VK_EXT_fragment_shader_interlock VK_EXT_global_priority VK_EXT_global_priority_query VK_EXT_graphics_pipeline_library VK_EXT_host_query_reset VK_EXT_image_2d_view_of_3d VK_EXT_image_compression_control VK_EXT_image_drm_format_modifier VK_EXT_image_robustness VK_EXT_image_sliced_view_of_3d VK_EXT_image_view_min_lod VK_EXT_index_type_uint8 VK_EXT_inline_uniform_block VK_EXT_line_rasterization VK_EXT_load_store_op_none VK_EXT_memory_budget VK_EXT_memory_priority VK_EXT_mesh_shader VK_EXT_multi_draw VK_EXT_mutable_descriptor_type VK_EXT_non_seamless_cube_map VK_EXT_pci_bus_info VK_EXT_physical_device_drm VK_EXT_pipeline_creation_cache_control VK_EXT_pipeline_creation_feedback VK_EXT_pipeline_library_group_handles VK_EXT_pipeline_robustness VK_EXT_post_depth_coverage VK_EXT_primitive_topology_list_restart VK_EXT_primitives_generated_query VK_EXT_private_data VK_EXT_provoking_vertex VK_EXT_queue_family_foreign VK_EXT_robustness2 VK_EXT_sampler_filter_minmax VK_EXT_scalar_block_layout VK_EXT_separate_stencil_usage VK_EXT_shader_atomic_float VK_EXT_shader_atomic_float2 VK_EXT_shader_demote_to_helper_invocation VK_EXT_shader_image_atomic_int64 VK_EXT_shader_module_identifier VK_EXT_shader_stencil_export VK_EXT_shader_subgroup_ballot VK_EXT_shader_subgroup_vote VK_EXT_shader_viewport_index_layer VK_EXT_subgroup_size_control VK_EXT_swapchain_maintenance1 VK_EXT_texel_buffer_alignment VK_EXT_tooling_info VK_EXT_transform_feedback VK_EXT_vertex_attribute_divisor VK_EXT_vertex_input_dynamic_state VK_EXT_ycbcr_image_arrays VK_AMD_buffer_marker VK_AMD_device_coherent_memory VK_AMD_draw_indirect_count VK_AMD_gcn_shader VK_AMD_gpu_shader_half_float VK_AMD_gpu_shader_int16 VK_AMD_memory_overallocation_behavior VK_AMD_mixed_attachment_samples VK_AMD_shader_ballot VK_AMD_shader_core_properties VK_AMD_shader_core_properties2 VK_AMD_shader_early_and_late_fragment_tests VK_AMD_shader_explicit_vertex_parameter VK_AMD_shader_fragment_mask VK_AMD_shader_image_load_store_lod VK_AMD_shader_trinary_minmax VK_AMD_texture_gather_bias_lod VK_GOOGLE_decorate_string VK_GOOGLE_hlsl_functionality1 VK_GOOGLE_user_type VK_INTEL_shader_integer_functions2 VK_NV_compute_shader_derivatives VK_VALVE_mutable_descriptor_type Physical device 3: AMD Radeon Graphics Supported Vulkan device extensions: VK_KHR_16bit_storage VK_KHR_8bit_storage VK_KHR_acceleration_structure VK_KHR_bind_memory2 VK_KHR_buffer_device_address VK_KHR_calibrated_timestamps VK_KHR_copy_commands2 VK_KHR_create_renderpass2 VK_KHR_dedicated_allocation VK_KHR_deferred_host_operations VK_KHR_depth_stencil_resolve VK_KHR_descriptor_update_template VK_KHR_device_group VK_KHR_draw_indirect_count VK_KHR_driver_properties VK_KHR_dynamic_rendering VK_KHR_dynamic_rendering_local_read VK_KHR_external_fence VK_KHR_external_fence_fd VK_KHR_external_memory VK_KHR_external_memory_fd VK_KHR_external_semaphore VK_KHR_external_semaphore_fd VK_KHR_format_feature_flags2 VK_KHR_fragment_shader_barycentric VK_KHR_fragment_shading_rate VK_KHR_get_memory_requirements2 VK_KHR_global_priority VK_KHR_imageless_framebuffer VK_KHR_image_format_list VK_KHR_index_type_uint8 VK_KHR_line_rasterization VK_KHR_load_store_op_none VK_KHR_maintenance1 VK_KHR_maintenance2 VK_KHR_maintenance3 VK_KHR_maintenance4 VK_KHR_maintenance5 VK_KHR_maintenance6 VK_KHR_map_memory2 VK_KHR_multiview VK_KHR_pipeline_executable_properties VK_KHR_pipeline_library VK_KHR_push_descriptor VK_KHR_ray_query VK_KHR_ray_tracing_maintenance1 VK_KHR_ray_tracing_pipeline VK_KHR_ray_tracing_position_fetch VK_KHR_relaxed_block_layout VK_KHR_sampler_mirror_clamp_to_edge VK_KHR_sampler_ycbcr_conversion VK_KHR_separate_depth_stencil_layouts VK_KHR_shader_atomic_int64 VK_KHR_shader_clock VK_KHR_shader_draw_parameters VK_KHR_shader_expect_assume VK_KHR_shader_float16_int8 VK_KHR_shader_float_controls VK_KHR_shader_float_controls2 VK_KHR_shader_integer_dot_product VK_KHR_shader_maximal_reconvergence VK_KHR_shader_non_semantic_info VK_KHR_shader_quad_control VK_KHR_shader_subgroup_extended_types VK_KHR_shader_subgroup_rotate VK_KHR_shader_subgroup_uniform_control_flow VK_KHR_shader_terminate_invocation VK_KHR_spirv_1_4 VK_KHR_storage_buffer_storage_class VK_KHR_swapchain VK_KHR_swapchain_mutable_format VK_KHR_synchronization2 VK_KHR_timeline_semaphore VK_KHR_uniform_buffer_standard_layout VK_KHR_variable_pointers VK_KHR_vertex_attribute_divisor VK_KHR_vulkan_memory_model VK_KHR_workgroup_memory_explicit_layout VK_KHR_zero_initialize_workgroup_memory VK_EXT_4444_formats VK_EXT_attachment_feedback_loop_layout VK_EXT_border_color_swizzle VK_EXT_calibrated_timestamps VK_EXT_color_write_enable VK_EXT_conditional_rendering VK_EXT_conservative_rasterization VK_EXT_custom_border_color VK_EXT_depth_clamp_zero_one VK_EXT_depth_clip_control VK_EXT_depth_clip_enable VK_EXT_depth_range_unrestricted VK_EXT_descriptor_buffer VK_EXT_descriptor_indexing VK_EXT_device_address_binding_report VK_EXT_device_fault VK_EXT_dynamic_rendering_unused_attachments VK_EXT_extended_dynamic_state VK_EXT_extended_dynamic_state2 VK_EXT_extended_dynamic_state3 VK_EXT_external_memory_dma_buf VK_EXT_external_memory_host VK_EXT_frame_boundary VK_EXT_global_priority VK_EXT_global_priority_query VK_EXT_graphics_pipeline_library VK_EXT_hdr_metadata VK_EXT_host_query_reset VK_EXT_image_drm_format_modifier VK_EXT_image_robustness VK_EXT_image_sliced_view_of_3d VK_EXT_image_view_min_lod VK_EXT_index_type_uint8 VK_EXT_inline_uniform_block VK_EXT_line_rasterization VK_EXT_load_store_op_none VK_EXT_memory_budget VK_EXT_memory_priority VK_EXT_mesh_shader VK_EXT_mutable_descriptor_type VK_EXT_nested_command_buffer VK_EXT_non_seamless_cube_map VK_EXT_pageable_device_local_memory VK_EXT_pci_bus_info VK_EXT_physical_device_drm VK_EXT_pipeline_creation_cache_control VK_EXT_pipeline_creation_feedback VK_EXT_pipeline_library_group_handles VK_EXT_post_depth_coverage VK_EXT_primitive_topology_list_restart VK_EXT_private_data VK_EXT_provoking_vertex VK_EXT_queue_family_foreign VK_EXT_robustness2 VK_EXT_sampler_filter_minmax VK_EXT_sample_locations VK_EXT_scalar_block_layout VK_EXT_separate_stencil_usage VK_EXT_shader_atomic_float VK_EXT_shader_atomic_float2 VK_EXT_shader_demote_to_helper_invocation VK_EXT_shader_image_atomic_int64 VK_EXT_shader_module_identifier VK_EXT_shader_stencil_export VK_EXT_shader_subgroup_ballot VK_EXT_shader_subgroup_vote VK_EXT_shader_viewport_index_layer VK_EXT_subgroup_size_control VK_EXT_texel_buffer_alignment VK_EXT_tooling_info VK_EXT_transform_feedback VK_EXT_vertex_attribute_divisor VK_EXT_vertex_input_dynamic_state VK_EXT_ycbcr_image_arrays VK_AMD_buffer_marker VK_AMD_device_coherent_memory VK_AMD_draw_indirect_count VK_AMD_gcn_shader VK_AMD_gpa_interface VK_AMD_gpu_shader_half_float VK_AMD_gpu_shader_int16 VK_AMD_memory_overallocation_behavior VK_AMD_mixed_attachment_samples VK_AMD_shader_ballot VK_AMD_shader_core_properties VK_AMD_shader_core_properties2 VK_AMD_shader_early_and_late_fragment_tests VK_AMD_shader_explicit_vertex_parameter VK_AMD_shader_fragment_mask VK_AMD_shader_image_load_store_lod VK_AMD_shader_info VK_AMD_shader_trinary_minmax VK_AMD_texture_gather_bias_lod VK_GOOGLE_decorate_string VK_GOOGLE_hlsl_functionality1 VK_GOOGLE_user_type VK_VALVE_mutable_descriptor_type Picked physical device 0: AMD Radeon RX 7900 XTX (RADV NAVI31) Using VK_KHR_ray_tracing_pipeline FP16 support: yes ]INFO | LAYER: Inserted device layer "VK_LAYER_MANGOHUD_overlay_x86_64" (/usr/lib64/mangohud/libMangoHud.so) DRIVER | LAYER: vkCreateDevice layer callstack setup to: DRIVER | LAYER: DRIVER | LAYER: || DRIVER | LAYER: DRIVER | LAYER: || LAYER: VK_LAYER_MANGOHUD_overlay_x86_64 LAYER: Type: Implicit LAYER: Disable Env Var: DISABLE_MANGOHUD LAYER: Manifest: /usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json LAYER: Library: /usr/lib64/mangohud/libMangoHud.so LAYER: || DRIVER | LAYER: DRIVER | LAYER: Using "AMD Radeon RX 7900 XTX (RADV NAVI31)" with driver: "/usr/lib64/libvulkan_radeon.so" ----------------------- ```

Anything wrong with it ? (i'm not sure)

SpidFightFR commented 4 months ago

I close this issue as it's a DRM Bug with scanout: https://gitlab.freedesktop.org/drm/amd/-/issues/3402#note_2438198

charles-lunarg commented 4 months ago

Glad you were able to get to the bottom of it!