You are not logged in.
Hello
I am running this in a VM on Proxmox. I have GPU passthrough working (at least on the Proxmox side; I do see the GPU in lspci in the VM), and I am trying to run Vulkan applications inside of the VM. However, testing out vulkan functionality with vkcube, it spawns a blank window and then has a segmentation fault. Something of note here is that, unlike most instances of broken Vulkan support I've seen online, I can run vulkaninfo and get information about my GPU. I have also tested glxgears (just in case it's something broader than just Vulkan), with the normal results. I used gdb and looked at the backtrace, which showed that at the end of the backtrace, it called libvulkan_radeon.so. Here's the backtrace:
Thread 1 "vkcube" received signal SIGSEGV, Segmentation fault.
0x00007ffff6f4003e in ?? () from /usr/lib/libvulkan_radeon.so
(gdb) bt
#0 0x00007ffff6f4003e in ?? () from /usr/lib/libvulkan_radeon.so
#1 0x0000555555559ba9 in ?? ()
#2 0x0000555555556b21 in ?? ()
#3 0x00007ffff7ce76b5 in ?? () from /usr/lib/libc.so.6
#4 0x00007ffff7ce7769 in __libc_start_main () from /usr/lib/libc.so.6
#5 0x0000555555557fa5 in ?? ()Oh, and here's the output from vkcube:
$ vkcube
Selected WSI platform: xcb
Selected GPU 0: AMD Radeon RX 6700 XT (RADV NAVI22), type: DiscreteGpu
Segmentation fault (core dumped)Output of vulkaninfo:
$ vulkaninfo --summary
==========
VULKANINFO
==========
Vulkan Instance Version: 1.4.313
Instance Extensions: count = 24
-------------------------------
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_headless_surface : extension revision 1
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 5
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
Instance Layers: count = 6
--------------------------
VK_LAYER_INTEL_nullhw INTEL NULL HW 1.1.73 version 1
VK_LAYER_MESA_device_select Linux device selection layer 1.4.303 version 1
VK_LAYER_MESA_overlay Mesa Overlay layer 1.4.303 version 1
VK_LAYER_MESA_screenshot Mesa Screenshot layer 1.4.303 version 1
VK_LAYER_MESA_vram_report_limit Limit reported VRAM 1.4.303 version 1
VK_LAYER_RENDERDOC_Capture Debugging capture layer for RenderDoc 1.3.131 version 38
Devices:
========
GPU0:
apiVersion = 1.4.311
driverVersion = 25.1.5
vendorID = 0x1002
deviceID = 0x73df
deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
deviceName = AMD Radeon RX 6700 XT (RADV NAVI22)
driverID = DRIVER_ID_MESA_RADV
driverName = radv
driverInfo = Mesa 25.1.5-arch1.1
conformanceVersion = 1.4.0.0
deviceUUID = 00000000-0100-0000-0000-000000000000
driverUUID = 414d442d-4d45-5341-2d44-525600000000Tell me if I'm missing something; I'd love to find out what went wrong. I don't have physical access to the computer running Proxmox itself, though I do have access to the dashboard and the like. I do have monitors plugged into the card. So if that's the issue, I might have to get someone to unplug it for me. I have checked dmesg for any amdgpu errors, but nothing of note there.
Last edited by KO6BXL (2025-07-10 18:52:58)
Offline
Try getting proper symbols: https://wiki.archlinux.org/title/Debuginfod
Offline
Thanks for the reply. I never knew this was even a thing, so thank you!
Here's the output from gdb now that I have debug symbols:
Thread 1 "vkcube" received signal SIGSEGV, Segmentation fault.
wsi_common_get_images () at ../mesa-25.1.5/src/vulkan/wsi/wsi_common.c:1130
1130 for (uint32_t i = 0; i < swapchain->image_count; i++) {
(gdb) bt
#0 wsi_common_get_images () at ../mesa-25.1.5/src/vulkan/wsi/wsi_common.c:1130
#1 0x0000555555559ba9 in demo_prepare_swapchain (demo=demo@entry=0x7fffffffdaf0) at /usr/src/debug/vulkan-tools/Vulkan-Tools/cube/cube.c:1538
#2 0x0000555555556b21 in demo_prepare (demo=0x7fffffffdaf0) at /usr/src/debug/vulkan-tools/Vulkan-Tools/cube/cube.c:2547
#3 main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/vulkan-tools/Vulkan-Tools/cube/cube.c:5134Hope this helps anyone trying to debug this with me! I'm going to look at the source now and see if it's anything I can fix on my end.
Offline
does the vm has any other graphics device except the passed gpu?
is the gpu properly isolated from the host on boot?
pleas share a lspci -vk from both the host and vm as well as the cmdline from the host
is iommu enabled in the bios?
Offline
The vm does have the virtual graphics card.
Though for the gpu isolated, I have no clue but judging by what I'm seeing in the Proxmox shell, I'd say that it isn't (host has the card in the output and has the driver loaded). Now I thought it was isolated (I was even able to play Cyberpunk inside of a VM), but something must've screwed up my isolation.
For iommu being enabled, I don't have access to the machine at the moment. I'm guessing it's on, judging on the VM being able to use it before.
As requested, here's lspci -vk from both machines:
VM:
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0
Kernel modules: intel_agp
00:01.0 VGA compatible controller: Red Hat, Inc. QXL paravirtual graphic card (rev 05) (prog-if 00 [VGA controller])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at 84000000 (32-bit, non-prefetchable) [size=64M]
Memory at 80000000 (32-bit, non-prefetchable) [size=64M]
Memory at 89244000 (32-bit, non-prefetchable) [size=8K]
I/O ports at 8120 [size=32]
Expansion ROM at 000c0000 [disabled] [size=128K]
Kernel driver in use: qxl
Kernel modules: qxl
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 16
I/O ports at 8100 [size=32]
Kernel driver in use: uhci_hcd
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at 80e0 [size=32]
Kernel driver in use: uhci_hcd
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 18
I/O ports at 80c0 [size=32]
Kernel driver in use: uhci_hcd
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at 8924c000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at 89240000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Red Hat, Inc. QEMU PCIe Root port (prog-if 00 [Normal decode])
Subsystem: Red Hat, Inc. Device 0000
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 8924b000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 7000-7fff [size=4K] [16-bit]
Memory behind bridge: 89000000-891fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c000000000-c017ffffff [size=384M] [32-bit]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Red Hat, Inc. QEMU PCIe Root port (prog-if 00 [Normal decode])
Subsystem: Red Hat, Inc. Device 0000
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 8924a000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 1000-1fff [size=4K] [16-bit]
Memory behind bridge: 88e00000-88ffffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c020000000-c03fffffff [size=512M] [32-bit]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.2 PCI bridge: Red Hat, Inc. QEMU PCIe Root port (prog-if 00 [Normal decode])
Subsystem: Red Hat, Inc. Device 0000
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 89249000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 2000-2fff [size=4K] [16-bit]
Memory behind bridge: 88c00000-88dfffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c040000000-c05fffffff [size=512M] [32-bit]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Red Hat, Inc. QEMU PCIe Root port (prog-if 00 [Normal decode])
Subsystem: Red Hat, Inc. Device 0000
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at 89248000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 3000-3fff [size=4K] [16-bit]
Memory behind bridge: 88a00000-88bfffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c060000000-c07fffffff [size=512M] [32-bit]
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 16
I/O ports at 80a0 [size=32]
Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 17
I/O ports at 8080 [size=32]
Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 18
I/O ports at 8060 [size=32]
Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at 89247000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: ehci-pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92) (prog-if 01 [Subtractive decode])
Flags: bus master, 66MHz, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=09, sec-latency=0
I/O behind bridge: 6000-6fff [size=4K] [16-bit]
Memory behind bridge: 88000000-888fffff [size=9M] [32-bit]
Prefetchable memory behind bridge: c080000000-c0ffffffff [size=2G] [32-bit]
Capabilities: <access denied>
00:1f.0 ISA bridge: Intel Corporation 82801IB (ICH9) LPC Interface Controller (rev 02)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02) (prog-if 01 [AHCI 1.0])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 30
I/O ports at 8040 [size=32]
Memory at 89246000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Flags: bus master, fast devsel, latency 0, IRQ 16
I/O ports at 8000 [size=64]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c5) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 3982
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at c000000000 (64-bit, prefetchable) [size=256M]
Memory at c010000000 (64-bit, prefetchable) [size=2M]
I/O ports at 7000 [size=256]
Memory at 89000000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at 89120000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: amdgpu
Kernel modules: amdgpu
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
Physical Slot: 0
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at 89100000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
05:01.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 21
Memory at 88800000 (64-bit, non-prefetchable) [size=256]
Bus: primary=05, secondary=06, subordinate=06, sec-latency=0
I/O behind bridge: 6000-6fff [size=4K] [16-bit]
Memory behind bridge: 88600000-887fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c0e0000000-c0ffffffff [size=512M] [32-bit]
Capabilities: <access denied>
05:02.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
Memory at 88801000 (64-bit, non-prefetchable) [size=256]
Bus: primary=05, secondary=07, subordinate=07, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: 88400000-885fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c0c0000000-c0dfffffff [size=512M] [32-bit]
Capabilities: <access denied>
05:03.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 23
Memory at 88802000 (64-bit, non-prefetchable) [size=256]
Bus: primary=05, secondary=08, subordinate=08, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: 88200000-883fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c0a0000000-c0bfffffff [size=512M] [32-bit]
Capabilities: <access denied>
05:04.0 PCI bridge: Red Hat, Inc. QEMU PCI-PCI bridge (prog-if 00 [Normal decode])
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 20
Memory at 88803000 (64-bit, non-prefetchable) [size=256]
Bus: primary=05, secondary=09, subordinate=09, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: 88000000-881fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: c080000000-c09fffffff [size=512M] [32-bit]
Capabilities: <access denied>
06:03.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon
Subsystem: Red Hat, Inc. Device 0005
Physical Slot: 3
Flags: bus master, fast devsel, latency 0, IRQ 20
I/O ports at 6040 [size=64]
Memory at c0e0004000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: virtio-pci
06:07.0 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode] (rev 02) (prog-if 01 [AHCI 1.0])
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Physical Slot: 7-2
Flags: bus master, fast devsel, latency 0, IRQ 31
I/O ports at 60a0 [size=32]
Memory at 88645000 (32-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: ahci
06:09.0 Communication controller: Red Hat, Inc. Virtio console
Subsystem: Red Hat, Inc. Device 0003
Physical Slot: 9-2
Flags: bus master, fast devsel, latency 0, IRQ 22
I/O ports at 6000 [size=64]
Memory at 88644000 (32-bit, non-prefetchable) [size=4K]
Memory at c0e0000000 (64-bit, prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: virtio-pci
06:12.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
Subsystem: Intel Corporation Device 0000
Physical Slot: 18-2
Flags: bus master, fast devsel, latency 0, IRQ 23
Memory at 88620000 (32-bit, non-prefetchable) [size=128K]
Memory at 88600000 (32-bit, non-prefetchable) [size=128K]
I/O ports at 6080 [size=32]
Memory at 88640000 (32-bit, non-prefetchable) [size=16K]
Expansion ROM at 88680000 [disabled] [size=256K]
Capabilities: <access denied>
Kernel driver in use: e1000e
Kernel modules: e1000e
07:1b.0 USB controller: Red Hat, Inc. QEMU XHCI Host Controller (rev 01) (prog-if 30 [XHCI])
Subsystem: Red Hat, Inc. Device 1100
Physical Slot: 27-3
Flags: bus master, fast devsel, latency 0, IRQ 21
Memory at 88400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: xhci_hcd
08:0c.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Physical Slot: 12-4
Flags: bus master, fast devsel, latency 0, IRQ 49
Memory at 88200000 (32-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intelHost:
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Root Complex
Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Root Complex
Flags: fast devsel
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge IOMMU
Subsystem: Gigabyte Technology Co., Ltd Raphael/Granite Ridge IOMMU
Flags: bus master, fast devsel, latency 0, IRQ 26
Capabilities: [40] Secure device <?>
Capabilities: [64] MSI: Enable+ Count=1/4 Maskable- 64bit+
Capabilities: [74] HyperTransport: MSI Mapping Enable+ Fixed+
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
Flags: fast devsel, IOMMU group 0
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
Flags: bus master, fast devsel, latency 0, IRQ 27, IOMMU group 1
Bus: primary=00, secondary=01, subordinate=03, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: fcb00000-fcdfffff [size=3M] [32-bit]
Prefetchable memory behind bridge: d0000000-e01fffff [size=258M] [32-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [370] L1 PM Substates
Capabilities: [3c4] Designated Vendor-Specific: Vendor=1022 ID=0001 Rev=1 Len=44 <?>
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [440] Lane Margining at the Receiver <?>
Capabilities: [500] Extended Capability ID 0x2a
Kernel driver in use: pcieport
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
Flags: bus master, fast devsel, latency 0, IRQ 28, IOMMU group 2
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fcf00000-fcffffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [370] L1 PM Substates
Capabilities: [3c4] Designated Vendor-Specific: Vendor=1022 ID=0001 Rev=1 Len=44 <?>
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [440] Lane Margining at the Receiver <?>
Capabilities: [500] Extended Capability ID 0x2a
Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
Flags: fast devsel, IOMMU group 3
00:02.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
Flags: bus master, fast devsel, latency 0, IRQ 29, IOMMU group 4
Bus: primary=00, secondary=05, subordinate=11, sec-latency=0
I/O behind bridge: e000-efff [size=4K] [16-bit]
Memory behind bridge: fc100000-fc6fffff [size=6M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot+), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge GPP Bridge
Capabilities: [c8] HyperTransport: MSI Mapping Enable+ Fixed+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [370] L1 PM Substates
Capabilities: [3c4] Designated Vendor-Specific: Vendor=1022 ID=0001 Rev=1 Len=44 <?>
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [440] Lane Margining at the Receiver <?>
Capabilities: [500] Extended Capability ID 0x2a
Kernel driver in use: pcieport
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
Flags: fast devsel, IOMMU group 5
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
Flags: fast devsel, IOMMU group 6
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Dummy Host Bridge
Flags: fast devsel, IOMMU group 7
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
Flags: bus master, fast devsel, latency 0, IRQ 30, IOMMU group 8
Bus: primary=00, secondary=12, subordinate=12, sec-latency=0
I/O behind bridge: d000-dfff [size=4K] [16-bit]
Memory behind bridge: fc700000-fcafffff [size=4M] [32-bit]
Prefetchable memory behind bridge: b0000000-c01fffff [size=258M] [32-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot-), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [450] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
00:08.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A] (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
Flags: bus master, fast devsel, latency 0, IRQ 31, IOMMU group 9
Bus: primary=00, secondary=13, subordinate=13, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fce00000-fcefffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot-), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Internal GPP Bridge to Bus [C:A]
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [450] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 71)
Subsystem: Gigabyte Technology Co., Ltd FCH SMBus Controller
Flags: 66MHz, medium devsel, IOMMU group 10
Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
Subsystem: Gigabyte Technology Co., Ltd FCH LPC Bridge
Flags: bus master, 66MHz, medium devsel, latency 0, IOMMU group 10
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 0
Flags: fast devsel, IOMMU group 11
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 1
Flags: fast devsel, IOMMU group 11
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 2
Flags: fast devsel, IOMMU group 11
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 3
Flags: fast devsel, IOMMU group 11
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 4
Flags: fast devsel, IOMMU group 11
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 5
Flags: fast devsel, IOMMU group 11
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 6
Flags: fast devsel, IOMMU group 11
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge Data Fabric; Function 7
Flags: fast devsel, IOMMU group 11
01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev c5) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 32, IOMMU group 12
Memory at fcd00000 (32-bit, non-prefetchable) [size=16K]
Bus: primary=01, secondary=02, subordinate=03, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: fcb00000-fccfffff [size=2M] [32-bit]
Prefetchable memory behind bridge: d0000000-e01fffff [size=258M] [32-bit]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Upstream Port, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [270] Secondary PCI Express
Capabilities: [320] Latency Tolerance Reporting
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [440] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch (prog-if 00 [Normal decode])
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
Flags: bus master, fast devsel, latency 0, IRQ 33, IOMMU group 13
Bus: primary=02, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: f000-ffff [size=4K] [16-bit]
Memory behind bridge: fcb00000-fccfffff [size=2M] [32-bit]
Prefetchable memory behind bridge: d0000000-e01fffff [size=258M] [32-bit]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Downstream Port (Slot-), MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [c0] Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [400] Data Link Feature <?>
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [440] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c5) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT]
Flags: bus master, fast devsel, latency 0, IRQ 113, IOMMU group 14
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=2M]
I/O ports at f000 [size=256]
Memory at fcb00000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [200] Physical Resizable BAR
Capabilities: [240] Power Budgeting <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [2d0] Process Address Space ID (PASID)
Capabilities: [320] Latency Tolerance Reporting
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [440] Lane Margining at the Receiver <?>
Kernel driver in use: vfio-pci
Kernel modules: amdgpu
03:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 118, IOMMU group 15
Memory at fcc20000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150] Advanced Error Reporting
Capabilities: [2a0] Access Control Services
Kernel driver in use: vfio-pci
Kernel modules: snd_hda_intel
04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller 980 (prog-if 02 [NVM Express])
Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller 980 (DRAM-less)
Flags: bus master, fast devsel, latency 0, IRQ 47, IOMMU group 16
Memory at fcf00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/32 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [b0] MSI-X: Enable+ Count=13 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [148] Device Serial Number 00-00-00-00-00-00-00-00
Capabilities: [158] Power Budgeting <?>
Capabilities: [168] Secondary PCI Express
Capabilities: [188] Latency Tolerance Reporting
Capabilities: [190] L1 PM Substates
Kernel driver in use: nvme
Kernel modules: nvme
05:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Upstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Upstream Port
Flags: bus master, fast devsel, latency 0, IRQ 24, IOMMU group 17
Bus: primary=05, secondary=06, subordinate=11, sec-latency=0
I/O behind bridge: e000-efff [size=4K] [16-bit]
Memory behind bridge: fc100000-fc6fffff [size=6M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Upstream Port, MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Upstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [160] Latency Tolerance Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 34, IOMMU group 18
Bus: primary=06, secondary=07, subordinate=07, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fc600000-fc6fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 35, IOMMU group 19
Bus: primary=06, secondary=08, subordinate=08, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 37, IOMMU group 20
Bus: primary=06, secondary=09, subordinate=09, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:06.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 39, IOMMU group 21
Bus: primary=06, secondary=0a, subordinate=0a, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 41, IOMMU group 22
Bus: primary=06, secondary=0b, subordinate=0b, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 42, IOMMU group 23
Bus: primary=06, secondary=0c, subordinate=0c, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 43, IOMMU group 24
Bus: primary=06, secondary=0d, subordinate=0d, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:0a.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 44, IOMMU group 25
Bus: primary=06, secondary=0e, subordinate=0e, sec-latency=0
I/O behind bridge: e000-efff [size=4K] [16-bit]
Memory behind bridge: fc500000-fc5fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:0b.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 45, IOMMU group 26
Bus: primary=06, secondary=0f, subordinate=0f, sec-latency=0
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: fc100000-fc2fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot+), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Capabilities: [1c0] Secondary PCI Express
Capabilities: [200] L1 PM Substates
Capabilities: [220] Data Link Feature <?>
Capabilities: [240] Physical Layer 16.0 GT/s <?>
Capabilities: [280] Lane Margining at the Receiver <?>
Kernel driver in use: pcieport
06:0c.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 24, IOMMU group 27
Bus: primary=06, secondary=10, subordinate=10, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: fc400000-fc4fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot-), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: pcieport
06:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset PCIe Switch Downstream Port (rev 01) (prog-if 00 [Normal decode])
Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Flags: bus master, fast devsel, latency 0, IRQ 36, IOMMU group 28
Bus: primary=06, secondary=11, subordinate=11, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: fc300000-fc3fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Downstream Port (Slot-), MSI 00
Capabilities: [c0] Subsystem: ASMedia Technology Inc. 600 Series Chipset PCIe Switch Downstream Port
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: pcieport
07:00.0 Non-Volatile memory controller: SK hynix PC601 NVMe Solid State Drive (prog-if 02 [NVM Express])
Subsystem: SK hynix PC601 NVMe Solid State Drive
Flags: bus master, fast devsel, latency 0, IRQ 24, IOMMU group 18
Memory at fc600000 (64-bit, non-prefetchable) [size=16K]
Memory at fc605000 (32-bit, non-prefetchable) [size=4K]
Memory at fc604000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Capabilities: [90] MSI: Enable- Count=1/16 Maskable+ 64bit+
Capabilities: [b0] MSI-X: Enable+ Count=17 Masked-
Capabilities: [c0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [150] Device Serial Number 00-00-00-00-00-00-00-00
Capabilities: [160] Power Budgeting <?>
Capabilities: [1b8] Latency Tolerance Reporting
Capabilities: [300] Secondary PCI Express
Capabilities: [400] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [900] L1 PM Substates
Kernel driver in use: nvme
Kernel modules: nvme
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
Subsystem: Gigabyte Technology Co., Ltd RTL8125 2.5GbE Controller
Flags: bus master, fast devsel, latency 0, IRQ 38, IOMMU group 25
I/O ports at e000 [size=256]
Memory at fc500000 (64-bit, non-prefetchable) [size=64K]
Memory at fc510000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable+ Count=32 Masked-
Capabilities: [d0] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [168] Device Serial Number 01-00-00-00-68-4c-e0-00
Capabilities: [178] Transaction Processing Hints
Capabilities: [204] Latency Tolerance Reporting
Capabilities: [20c] L1 PM Substates
Capabilities: [21c] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
Kernel driver in use: r8169
Kernel modules: r8169
0f:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
Subsystem: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
Flags: bus master, fast devsel, latency 0, IRQ 117, IOMMU group 26
Memory at fc100000 (64-bit, prefetchable) [size=1M]
Memory at fc200000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [80] Express Endpoint, MSI 00
Capabilities: [e0] MSI: Enable+ Count=1/32 Maskable+ 64bit+
Capabilities: [f8] Power Management version 3
Capabilities: [100] Vendor Specific Information: ID=1556 Rev=1 Len=008 <?>
Capabilities: [108] Latency Tolerance Reporting
Capabilities: [110] L1 PM Substates
Capabilities: [200] Advanced Error Reporting
Kernel driver in use: mt7921e
Kernel modules: mt7921e
10:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset USB 3.2 Controller (rev 01) (prog-if 30 [XHCI])
Subsystem: ASMedia Technology Inc. 600 Series Chipset USB 3.2 Controller
Flags: bus master, fast devsel, latency 0, IRQ 24, IOMMU group 27
Memory at fc400000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
Capabilities: [78] Power Management version 3
Capabilities: [80] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [160] Latency Tolerance Reporting
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
11:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] 600 Series Chipset SATA Controller (rev 01) (prog-if 01 [AHCI 1.0])
Subsystem: ASMedia Technology Inc. 600 Series Chipset SATA Controller
Flags: bus master, fast devsel, latency 0, IRQ 46, IOMMU group 28
Memory at fc380000 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at fc300000 [disabled] [size=512K]
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Power Management version 3
Capabilities: [80] Express Legacy Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: ahci
Kernel modules: ahci
12:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev c7) (prog-if 00 [VGA controller])
Subsystem: Gigabyte Technology Co., Ltd Raphael
Flags: fast devsel, IRQ 5, IOMMU group 29
Memory at b0000000 (64-bit, prefetchable) [disabled] [size=256M]
Memory at c0000000 (64-bit, prefetchable) [disabled] [size=2M]
I/O ports at d000 [disabled] [size=256]
Memory at fca00000 (32-bit, non-prefetchable) [disabled] [size=512K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/4 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable- Count=4 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [2b0] Address Translation Service (ATS)
Capabilities: [2c0] Page Request Interface (PRI)
Capabilities: [2d0] Process Address Space ID (PASID)
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [450] Lane Margining at the Receiver <?>
Kernel driver in use: vfio-pci
Kernel modules: amdgpu
12:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 115, IOMMU group 30
Memory at fca88000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0] Access Control Services
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
12:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] VanGogh PSP/CCP
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 19h PSP/CCP
Flags: bus master, fast devsel, latency 0, IRQ 109, IOMMU group 31
Memory at fc900000 (32-bit, non-prefetchable) [size=1M]
Memory at fca8c000 (32-bit, non-prefetchable) [size=8K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=2 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0] Access Control Services
Kernel driver in use: ccp
Kernel modules: ccp
12:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
Subsystem: Gigabyte Technology Co., Ltd Raphael/Granite Ridge USB 3.1 xHCI
Flags: fast devsel, IRQ 83, IOMMU group 32
Memory at fc800000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0] Access Control Services
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
12:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Raphael/Granite Ridge USB 3.1 xHCI (prog-if 30 [XHCI])
Subsystem: Gigabyte Technology Co., Ltd Raphael/Granite Ridge USB 3.1 xHCI
Flags: fast devsel, IRQ 92, IOMMU group 33
Memory at fc700000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0] Access Control Services
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
12:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h/19h HD Audio Controller
DeviceName: Realtek ALC1220
Subsystem: Gigabyte Technology Co., Ltd Family 17h/19h/1ah HD Audio Controller
Flags: bus master, fast devsel, latency 0, IRQ 116, IOMMU group 34
Memory at fca80000 (32-bit, non-prefetchable) [size=32K]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [2a0] Access Control Services
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
13:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 15b8 (prog-if 30 [XHCI])
Subsystem: Gigabyte Technology Co., Ltd Device 5007
Flags: bus master, fast devsel, latency 0, IRQ 24, IOMMU group 35
Memory at fce00000 (64-bit, non-prefetchable) [size=1M]
Capabilities: [48] Vendor Specific Information: Len=08 <?>
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable- Count=1/8 Maskable- 64bit+
Capabilities: [c0] MSI-X: Enable+ Count=8 Masked-
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [270] Secondary PCI Express
Capabilities: [2a0] Access Control Services
Capabilities: [410] Physical Layer 16.0 GT/s <?>
Capabilities: [450] Lane Margining at the Receiver <?>
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pciOffline
1130 for (uint32_t i = 0; i < swapchain->image_count; i++) { the only way this segfaults is w/ an invalid swapchain pointer but the suurounding code doesn't look prone to that at all
https://github.com/KhronosGroup/Vulkan- … be.c#L1527 so the bug is liely in
1017 VkResult result = iface->create_swapchain(surface, _device, wsi_device,
1018 &info, alloc,
1019 &swapchain); in mesa-25.1.5/src/vulkan/wsi/wsi_common.c
https://fossies.org/linux/misc/mesa-25. … i_common.c
Selected WSI platform: xcbThis /is/ on an X11 session?
Please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
Yes, I am using X11.
Here's my Xorg log:
$ cat .local/share/xorg/Xorg.0.log
[ 155.060]
X.Org X Server 1.21.1.18
X Protocol Version 11, Revision 0
[ 155.060] Current Operating System: Linux archlinux 6.15.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sun, 06 Jul 2025 11:14:36 +0000 x86_64
[ 155.060] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fad4dec0-f2b7-4fd9-a5bf-554ae060587d rw loglevel=3 quiet
[ 155.062]
[ 155.062] Current version of pixman: 0.46.2
[ 155.062] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 155.062] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 155.063] (==) Log file: "/home/me1on/.local/share/xorg/Xorg.0.log", Time: Thu Jul 10 17:45:53 2025
[ 155.063] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 155.063] (==) No Layout section. Using the first Screen section.
[ 155.063] (==) No screen section available. Using defaults.
[ 155.063] (**) |-->Screen "Default Screen Section" (0)
[ 155.063] (**) | |-->Monitor "<default monitor>"
[ 155.063] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 155.063] (**) Allowing byte-swapped clients
[ 155.063] (==) Automatically adding devices
[ 155.063] (==) Automatically enabling devices
[ 155.063] (==) Automatically adding GPU devices
[ 155.063] (==) Automatically binding GPU devices
[ 155.063] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 155.063] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 155.063] Entry deleted from font path.
[ 155.063] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 155.063] Entry deleted from font path.
[ 155.063] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 155.063] Entry deleted from font path.
[ 155.063] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 155.063] Entry deleted from font path.
[ 155.063] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 155.063] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 155.063] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 155.063] (II) Module ABI versions:
[ 155.063] X.Org ANSI C Emulation: 0.4
[ 155.063] X.Org Video Driver: 25.2
[ 155.063] X.Org XInput driver : 24.4
[ 155.063] X.Org Server Extension : 10.0
[ 155.063] (++) using VT number 1
[ 155.064] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 155.064] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 155.064] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/drm/card1
[ 155.064] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 155.064] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 155.064] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card0
[ 155.065] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[ 155.067] (--) PCI:*(0@0:1:0) 1b36:0100:1af4:1100 rev 5, Mem @ 0x84000000/67108864, 0x80000000/67108864, 0x89244000/8192, I/O @ 0x00009120/32, BIOS @ 0x????????/131072
[ 155.067] (--) PCI: (1@0:0:0) 1002:73df:1462:3982 rev 197, Mem @ 0xc000000000/268435456, 0xc010000000/2097152, 0x89000000/1048576, I/O @ 0x00008000/256, BIOS @ 0x????????/131072
[ 155.067] (II) LoadModule: "glx"
[ 155.067] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 155.067] (II) Module glx: vendor="X.Org Foundation"
[ 155.067] compiled for 1.21.1.18, module version = 1.0.0
[ 155.067] ABI class: X.Org Server Extension, version 10.0
[ 155.067] (==) Matched qxl as autoconfigured driver 0
[ 155.067] (==) Matched ati as autoconfigured driver 1
[ 155.067] (==) Matched modesetting as autoconfigured driver 2
[ 155.067] (==) Matched fbdev as autoconfigured driver 3
[ 155.067] (==) Matched vesa as autoconfigured driver 4
[ 155.067] (==) Assigned the driver to the xf86ConfigLayout
[ 155.067] (II) LoadModule: "qxl"
[ 155.067] (WW) Warning, couldn't open module qxl
[ 155.067] (EE) Failed to load module "qxl" (module does not exist, 0)
[ 155.067] (II) LoadModule: "ati"
[ 155.067] (WW) Warning, couldn't open module ati
[ 155.067] (EE) Failed to load module "ati" (module does not exist, 0)
[ 155.067] (II) LoadModule: "modesetting"
[ 155.067] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 155.067] (II) Module modesetting: vendor="X.Org Foundation"
[ 155.067] compiled for 1.21.1.18, module version = 1.21.1
[ 155.067] Module class: X.Org Video Driver
[ 155.067] ABI class: X.Org Video Driver, version 25.2
[ 155.067] (II) LoadModule: "fbdev"
[ 155.067] (WW) Warning, couldn't open module fbdev
[ 155.067] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 155.067] (II) LoadModule: "vesa"
[ 155.067] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 155.067] (II) Module vesa: vendor="X.Org Foundation"
[ 155.067] compiled for 1.21.1.11, module version = 2.6.0
[ 155.067] Module class: X.Org Video Driver
[ 155.067] ABI class: X.Org Video Driver, version 25.2
[ 155.067] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 155.067] (II) VESA: driver for VESA chipsets: vesa
[ 155.067] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 155.067] (II) modeset(0): using drv /dev/dri/card1
[ 155.067] (II) modeset(G0): using drv /dev/dri/card0
[ 155.067] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 155.067] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 155.067] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 155.067] (==) modeset(0): RGB weight 888
[ 155.067] (==) modeset(0): Default visual is TrueColor
[ 155.067] (II) Loading sub module "glamoregl"
[ 155.067] (II) LoadModule: "glamoregl"
[ 155.067] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 155.069] (II) Module glamoregl: vendor="X.Org Foundation"
[ 155.069] compiled for 1.21.1.18, module version = 1.0.1
[ 155.069] ABI class: X.Org ANSI C Emulation, version 0.4
[ 155.090] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 155.091] (II) modeset(0): glamor initialization failed
[ 155.091] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[ 155.091] (II) modeset(0): Output Virtual-1 has no monitor section
[ 155.091] (II) modeset(0): Output Virtual-2 has no monitor section
[ 155.091] (II) modeset(0): Output Virtual-3 has no monitor section
[ 155.091] (II) modeset(0): Output Virtual-4 has no monitor section
[ 155.091] (II) modeset(0): EDID for output Virtual-1
[ 155.091] (II) modeset(0): Printing probed modes for output Virtual-1
[ 155.091] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz eP)
[ 155.091] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
[ 155.091] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz e)
[ 155.091] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
[ 155.091] (II) modeset(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
[ 155.091] (II) modeset(0): Modeline "2048x1152"x60.0 162.00 2048 2074 2154 2250 1152 1153 1156 1200 +hsync +vsync (72.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
[ 155.091] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 155.091] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 155.091] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 155.091] (II) modeset(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
[ 155.091] (II) modeset(0): Modeline "1400x1050"x59.9 101.00 1400 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e)
[ 155.091] (II) modeset(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
[ 155.091] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x854"x60.0 89.34 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.2 kHz)
[ 155.091] (II) modeset(0): Modeline "1366x768"x59.8 85.50 1366 1436 1579 1792 768 771 774 798 +hsync +vsync (47.7 kHz e)
[ 155.091] (II) modeset(0): Modeline "1366x768"x60.0 72.00 1366 1380 1436 1500 768 769 772 800 +hsync +vsync (48.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x768"x60.0 68.25 1280 1328 1360 1440 768 771 778 790 +hsync -vsync (47.4 kHz e)
[ 155.091] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "1152x768"x59.9 71.95 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.8 kHz)
[ 155.091] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 155.091] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 155.091] (II) modeset(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 155.091] (II) modeset(0): Modeline "720x480"x59.9 26.85 720 744 808 896 480 483 493 500 -hsync +vsync (30.0 kHz)
[ 155.091] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.091] (II) modeset(0): EDID for output Virtual-2
[ 155.091] (II) modeset(0): EDID for output Virtual-3
[ 155.091] (II) modeset(0): EDID for output Virtual-4
[ 155.091] (II) modeset(0): Output Virtual-1 connected
[ 155.091] (II) modeset(0): Output Virtual-2 disconnected
[ 155.091] (II) modeset(0): Output Virtual-3 disconnected
[ 155.091] (II) modeset(0): Output Virtual-4 disconnected
[ 155.091] (II) modeset(0): Using exact sizes for initial modes
[ 155.091] (II) modeset(0): Output Virtual-1 using initial mode 1024x768 +0+0
[ 155.091] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 155.091] (==) modeset(0): DPI set to (96, 96)
[ 155.091] (II) Loading sub module "fb"
[ 155.091] (II) LoadModule: "fb"
[ 155.091] (II) Module "fb" already built-in
[ 155.091] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 155.091] (==) modeset(G0): RGB weight 888
[ 155.091] (==) modeset(G0): Default visual is TrueColor
[ 155.091] (II) Loading sub module "glamoregl"
[ 155.091] (II) LoadModule: "glamoregl"
[ 155.091] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 155.091] (II) Module glamoregl: vendor="X.Org Foundation"
[ 155.091] compiled for 1.21.1.18, module version = 1.0.1
[ 155.091] ABI class: X.Org ANSI C Emulation, version 0.4
[ 155.098] (II) modeset(G0): glamor X acceleration enabled on AMD Radeon RX 6700 XT (radeonsi, navi22, LLVM 20.1.7, DRM 3.63, 6.15.5-arch1-1)
[ 155.098] (II) modeset(G0): glamor initialized
[ 155.099] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 155.100] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 155.100] (II) modeset(G0): Output DP-1-3 has no monitor section
[ 155.101] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 155.101] (II) modeset(G0): EDID for output DP-1-1
[ 155.102] (II) modeset(G0): EDID for output DP-1-2
[ 155.102] (II) modeset(G0): Manufacturer: HWP Model: 3297 Serial#: 16843009
[ 155.102] (II) modeset(G0): Year: 2016 Week: 1
[ 155.102] (II) modeset(G0): EDID Version: 1.3
[ 155.102] (II) modeset(G0): Digital Display Input
[ 155.102] (II) modeset(G0): Max Image Size [cm]: horiz.: 51 vert.: 29
[ 155.102] (II) modeset(G0): Gamma: 2.20
[ 155.102] (II) modeset(G0): DPMS capabilities: Off
[ 155.102] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 155.102] (II) modeset(G0): First detailed timing is preferred mode
[ 155.102] (II) modeset(G0): redX: 0.636 redY: 0.334 greenX: 0.309 greenY: 0.623
[ 155.102] (II) modeset(G0): blueX: 0.150 blueY: 0.067 whiteX: 0.313 whiteY: 0.329
[ 155.102] (II) modeset(G0): Supported established timings:
[ 155.102] (II) modeset(G0): 720x400@70Hz
[ 155.102] (II) modeset(G0): 640x480@60Hz
[ 155.102] (II) modeset(G0): 800x600@60Hz
[ 155.102] (II) modeset(G0): 1024x768@60Hz
[ 155.102] (II) modeset(G0): Manufacturer's mask: 0
[ 155.102] (II) modeset(G0): Supported standard timings:
[ 155.102] (II) modeset(G0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 155.102] (II) modeset(G0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 155.102] (II) modeset(G0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 155.102] (II) modeset(G0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 155.102] (II) modeset(G0): #4: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 155.102] (II) modeset(G0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 155.102] (II) modeset(G0): Supported detailed timing:
[ 155.102] (II) modeset(G0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 155.102] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 155.102] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 155.102] (II) modeset(G0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 94 kHz, PixClock max 175 MHz
[ 155.102] (II) modeset(G0): Monitor name: HP 23vx
[ 155.102] (II) modeset(G0): Serial No: 3CM60103GT
[ 155.102] (II) modeset(G0): Supported detailed timing:
[ 155.102] (II) modeset(G0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 155.102] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 155.102] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 155.102] (II) modeset(G0): Supported detailed timing:
[ 155.102] (II) modeset(G0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 155.102] (II) modeset(G0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
[ 155.102] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 155.102] (II) modeset(G0): Supported detailed timing:
[ 155.102] (II) modeset(G0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 155.102] (II) modeset(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 155.102] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 155.102] (II) modeset(G0): Supported detailed timing:
[ 155.102] (II) modeset(G0): clock: 74.2 MHz Image Size: 509 x 286 mm
[ 155.102] (II) modeset(G0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
[ 155.102] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 155.102] (II) modeset(G0): Supported detailed timing:
[ 155.102] (II) modeset(G0): clock: 27.0 MHz Image Size: 509 x 286 mm
[ 155.102] (II) modeset(G0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 155.102] (II) modeset(G0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 155.102] (II) modeset(G0): Number of EDID sections to follow: 1
[ 155.102] (II) modeset(G0): EDID (in hex):
[ 155.102] (II) modeset(G0): 00ffffffffffff0022f0973201010101
[ 155.102] (II) modeset(G0): 011a010380331d782ae295a2554f9f26
[ 155.102] (II) modeset(G0): 115054a10800d1c081c081809500a9c0
[ 155.102] (II) modeset(G0): b30001010101023a801871382d40582c
[ 155.102] (II) modeset(G0): 4500fd1e1100001e000000fd00324c18
[ 155.102] (II) modeset(G0): 5e11000a202020202020000000fc0048
[ 155.102] (II) modeset(G0): 5020323376780a2020202020000000ff
[ 155.102] (II) modeset(G0): 0033434d363031303347540a20200112
[ 155.102] (II) modeset(G0): 020314b249909f041303021211016503
[ 155.102] (II) modeset(G0): 0c001000023a801871382d40582c4500
[ 155.102] (II) modeset(G0): fd1e1100001e023a80d072382d40102c
[ 155.102] (II) modeset(G0): 4580fd1e1100001e011d007251d01e20
[ 155.102] (II) modeset(G0): 6e285500fd1e1100001e011d00bc52d0
[ 155.102] (II) modeset(G0): 1e20b8285540fd1e1100001e8c0ad08a
[ 155.102] (II) modeset(G0): 20e02d10103e9600fd1e110000180000
[ 155.102] (II) modeset(G0): 0000000000000000000000000000009c
[ 155.102] (II) modeset(G0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 155.102] (II) modeset(G0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 155.102] (II) modeset(G0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 155.102] (II) modeset(G0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 155.102] (II) modeset(G0): Printing probed modes for output DP-1-2
[ 155.102] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 155.102] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x800"x60.0 148.50 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 155.102] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 155.102] (II) modeset(G0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 155.102] (II) modeset(G0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 155.102] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 155.102] (II) modeset(G0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 155.102] (II) modeset(G0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 155.102] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 155.102] (II) modeset(G0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 155.102] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 155.102] (II) modeset(G0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 155.102] (II) modeset(G0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 155.102] (II) modeset(G0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 155.102] (II) modeset(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 155.102] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 155.102] (II) modeset(G0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 155.102] (II) modeset(G0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 155.102] (II) modeset(G0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 155.102] (II) modeset(G0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 155.102] (II) modeset(G0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 155.102] (II) modeset(G0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 155.102] (II) modeset(G0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 155.102] (II) modeset(G0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 155.102] (II) modeset(G0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 155.102] (II) modeset(G0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 155.102] (II) modeset(G0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 155.102] (II) modeset(G0): EDID for output DP-1-3
[ 155.104] (II) modeset(G0): EDID for output HDMI-1-1
[ 155.104] (II) modeset(G0): Manufacturer: DEL Model: a065 Serial#: 810702668
[ 155.104] (II) modeset(G0): Year: 2011 Week: 12
[ 155.104] (II) modeset(G0): EDID Version: 1.3
[ 155.104] (II) modeset(G0): Digital Display Input
[ 155.104] (II) modeset(G0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 155.104] (II) modeset(G0): Gamma: 2.20
[ 155.104] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[ 155.104] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 155.104] (II) modeset(G0): First detailed timing is preferred mode
[ 155.104] (II) modeset(G0): redX: 0.631 redY: 0.349 greenX: 0.341 greenY: 0.622
[ 155.104] (II) modeset(G0): blueX: 0.152 blueY: 0.058 whiteX: 0.313 whiteY: 0.329
[ 155.104] (II) modeset(G0): Supported established timings:
[ 155.104] (II) modeset(G0): 720x400@70Hz
[ 155.104] (II) modeset(G0): 640x480@60Hz
[ 155.104] (II) modeset(G0): 640x480@75Hz
[ 155.104] (II) modeset(G0): 800x600@60Hz
[ 155.104] (II) modeset(G0): 800x600@75Hz
[ 155.104] (II) modeset(G0): 1024x768@60Hz
[ 155.104] (II) modeset(G0): 1024x768@75Hz
[ 155.104] (II) modeset(G0): 1280x1024@75Hz
[ 155.104] (II) modeset(G0): Manufacturer's mask: 0
[ 155.104] (II) modeset(G0): Supported standard timings:
[ 155.104] (II) modeset(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 155.104] (II) modeset(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 155.104] (II) modeset(G0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 155.104] (II) modeset(G0): Supported detailed timing:
[ 155.104] (II) modeset(G0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 155.104] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 155.104] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 155.104] (II) modeset(G0): Serial No: PRR5113M0RWL
[ 155.104] (II) modeset(G0): Monitor name: DELL ST2220L
[ 155.104] (II) modeset(G0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 155.104] (II) modeset(G0): Supported detailed timing:
[ 155.104] (II) modeset(G0): clock: 148.5 MHz Image Size: 477 x 268 mm
[ 155.104] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 155.104] (II) modeset(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 155.104] (II) modeset(G0): Supported detailed timing:
[ 155.104] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 155.104] (II) modeset(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 155.104] (II) modeset(G0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 155.104] (II) modeset(G0): Supported detailed timing:
[ 155.104] (II) modeset(G0): clock: 74.2 MHz Image Size: 477 x 268 mm
[ 155.104] (II) modeset(G0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 155.104] (II) modeset(G0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 155.104] (II) modeset(G0): Supported detailed timing:
[ 155.104] (II) modeset(G0): clock: 27.0 MHz Image Size: 477 x 268 mm
[ 155.104] (II) modeset(G0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 155.104] (II) modeset(G0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 155.104] (II) modeset(G0): Number of EDID sections to follow: 1
[ 155.104] (II) modeset(G0): EDID (in hex):
[ 155.104] (II) modeset(G0): 00ffffffffffff0010ac65a04c575230
[ 155.104] (II) modeset(G0): 0c15010380301b78ea9535a159579f27
[ 155.104] (II) modeset(G0): 0e5054a54b00714f8180d1c001010101
[ 155.104] (II) modeset(G0): 010101010101023a801871382d40582c
[ 155.104] (II) modeset(G0): 4500dd0c1100001e000000ff00505252
[ 155.104] (II) modeset(G0): 353131334d3052574c0a000000fc0044
[ 155.104] (II) modeset(G0): 454c4c205354323232304c0a000000fd
[ 155.104] (II) modeset(G0): 00384c1e5311000a202020202020011d
[ 155.104] (II) modeset(G0): 02031ff14c9005040302071601141f12
[ 155.104] (II) modeset(G0): 132309070765030c0010008301000002
[ 155.104] (II) modeset(G0): 3a801871382d40582c4500dd0c110000
[ 155.104] (II) modeset(G0): 1e011d8018711c1620582c2500dd0c11
[ 155.104] (II) modeset(G0): 00009e011d007251d01e206e285500dd
[ 155.104] (II) modeset(G0): 0c1100001e8c0ad08a20e02d10103e96
[ 155.104] (II) modeset(G0): 00dd0c11000018000000000000000000
[ 155.104] (II) modeset(G0): 000000000000000000000000000000af
[ 155.104] (II) modeset(G0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 155.104] (II) modeset(G0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 155.104] (II) modeset(G0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 155.104] (II) modeset(G0): Not using default mode "1920x1080" (bad mode clock/interlace/doublescan)
[ 155.104] (II) modeset(G0): Printing probed modes for output HDMI-1-1
[ 155.104] (II) modeset(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[ 155.104] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1680x1050"x60.0 148.50 1680 2008 2052 2200 1050 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1440x900"x60.0 148.50 1440 2008 2052 2200 900 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x800"x60.0 148.50 1280 2008 2052 2200 800 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 155.104] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 155.104] (II) modeset(G0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 155.104] (II) modeset(G0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 155.104] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 155.104] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 155.104] (II) modeset(G0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 155.104] (II) modeset(G0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 155.104] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 155.104] (II) modeset(G0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 155.104] (II) modeset(G0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 155.104] (II) modeset(G0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 155.104] (II) modeset(G0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 155.104] (II) modeset(G0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 155.104] (II) modeset(G0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 155.104] (II) modeset(G0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 155.104] (II) modeset(G0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 155.104] (II) modeset(G0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 155.104] (II) modeset(G0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 155.104] (II) modeset(G0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 155.104] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 155.104] (==) modeset(G0): DPI set to (96, 96)
[ 155.104] (II) Loading sub module "fb"
[ 155.104] (II) LoadModule: "fb"
[ 155.104] (II) Module "fb" already built-in
[ 155.104] (II) UnloadModule: "vesa"
[ 155.104] (II) Unloading vesa
[ 155.104] (==) modeset(0): Backing store enabled
[ 155.104] (==) modeset(0): Silken mouse enabled
[ 155.104] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 155.104] (==) modeset(0): DPMS enabled
[ 155.112] (==) modeset(G0): Backing store enabled
[ 155.112] (==) modeset(G0): Silken mouse enabled
[ 155.113] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 155.113] (==) modeset(G0): DPMS enabled
[ 155.113] (II) modeset(G0): [DRI2] Setup complete
[ 155.113] (II) modeset(G0): [DRI2] DRI driver: radeonsi
[ 155.113] (II) modeset(G0): [DRI2] VDPAU driver: radeonsi
[ 155.113] (II) Initializing extension Generic Event Extension
[ 155.113] (II) Initializing extension SHAPE
[ 155.113] (II) Initializing extension MIT-SHM
[ 155.113] (II) Initializing extension XInputExtension
[ 155.113] (II) Initializing extension XTEST
[ 155.113] (II) Initializing extension BIG-REQUESTS
[ 155.113] (II) Initializing extension SYNC
[ 155.113] (II) Initializing extension XKEYBOARD
[ 155.113] (II) Initializing extension XC-MISC
[ 155.113] (II) Initializing extension SECURITY
[ 155.113] (II) Initializing extension XFIXES
[ 155.113] (II) Initializing extension RENDER
[ 155.113] (II) Initializing extension RANDR
[ 155.114] (II) Initializing extension COMPOSITE
[ 155.114] (II) Initializing extension DAMAGE
[ 155.114] (II) Initializing extension MIT-SCREEN-SAVER
[ 155.114] (II) Initializing extension DOUBLE-BUFFER
[ 155.114] (II) Initializing extension RECORD
[ 155.114] (II) Initializing extension DPMS
[ 155.114] (II) Initializing extension Present
[ 155.114] (II) Initializing extension DRI3
[ 155.114] (II) Initializing extension X-Resource
[ 155.114] (II) Initializing extension XVideo
[ 155.114] (II) Initializing extension XVideo-MotionCompensation
[ 155.114] (II) Initializing extension GLX
[ 155.114] (II) AIGLX: Screen 0 is not DRI2 capable
[ 155.119] (II) IGLX: Loaded and initialized swrast
[ 155.119] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 155.119] (II) Initializing extension XFree86-VidModeExtension
[ 155.119] (II) Initializing extension XFree86-DGA
[ 155.119] (II) Initializing extension XFree86-DRI
[ 155.119] (II) Initializing extension DRI2
[ 155.305] (II) modeset(G0): Damage tracking initialized
[ 155.306] (II) modeset(0): Damage tracking initialized
[ 155.306] (II) modeset(0): Setting screen physical size to 270 x 203
[ 155.334] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 155.334] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 155.334] (II) LoadModule: "libinput"
[ 155.334] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 155.335] (II) Module libinput: vendor="X.Org Foundation"
[ 155.335] compiled for 1.21.1.13, module version = 1.5.0
[ 155.335] Module class: X.Org XInput Driver
[ 155.335] ABI class: X.Org XInput driver, version 24.4
[ 155.335] (II) Using input driver 'libinput' for 'Power Button'
[ 155.335] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 155.335] (**) Power Button: always reports core events
[ 155.335] (**) Option "Device" "/dev/input/event0"
[ 155.336] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 155.336] (II) event0 - Power Button: device is a keyboard
[ 155.336] (II) event0 - Power Button: device removed
[ 155.336] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[ 155.336] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 155.336] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 155.336] (II) event0 - Power Button: device is a keyboard
[ 155.337] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[ 155.337] (II) No input driver specified, ignoring this device.
[ 155.337] (II) This device may have been added with another device file.
[ 155.337] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[ 155.337] (II) No input driver specified, ignoring this device.
[ 155.337] (II) This device may have been added with another device file.
[ 155.337] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[ 155.337] (II) No input driver specified, ignoring this device.
[ 155.337] (II) This device may have been added with another device file.
[ 155.337] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event11)
[ 155.337] (II) No input driver specified, ignoring this device.
[ 155.337] (II) This device may have been added with another device file.
[ 155.337] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[ 155.337] (II) No input driver specified, ignoring this device.
[ 155.337] (II) This device may have been added with another device file.
[ 155.337] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event13)
[ 155.337] (II) No input driver specified, ignoring this device.
[ 155.337] (II) This device may have been added with another device file.
[ 155.337] (II) config/udev: Adding input device Lenovo ThinkPad Compact USB Keyboard with TrackPoint (/dev/input/event2)
[ 155.337] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
[ 155.337] (II) Using input driver 'libinput' for 'Lenovo ThinkPad Compact USB Keyboard with TrackPoint'
[ 155.338] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[ 155.338] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: always reports core events
[ 155.338] (**) Option "Device" "/dev/input/event2"
[ 155.338] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is tagged by udev as: Keyboard Pointingstick
[ 155.338] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is an external pointing stick
[ 155.338] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a pointer
[ 155.338] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a keyboard
[ 155.338] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device removed
[ 155.338] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: needs a virtual subdevice
[ 155.338] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:05:02.0/0000:07:1b.0/usb9/9-1/9-1:1.0/0003:17EF:6047.0001/input/input4/event2"
[ 155.338] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" (type: MOUSE, id 7)
[ 155.338] (**) Option "AccelerationScheme" "none"
[ 155.338] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) selected scheme none/0
[ 155.338] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
[ 155.338] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
[ 155.339] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is tagged by udev as: Keyboard Pointingstick
[ 155.339] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is an external pointing stick
[ 155.339] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a pointer
[ 155.339] (II) event2 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a keyboard
[ 155.339] (II) config/udev: Adding input device Lenovo ThinkPad Compact USB Keyboard with TrackPoint (/dev/input/event4)
[ 155.339] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "libinput pointer catchall"
[ 155.339] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
[ 155.339] (II) Using input driver 'libinput' for 'Lenovo ThinkPad Compact USB Keyboard with TrackPoint'
[ 155.340] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 30 paused 0
[ 155.340] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: always reports core events
[ 155.340] (**) Option "Device" "/dev/input/event4"
[ 155.340] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is tagged by udev as: Keyboard Mouse Pointingstick
[ 155.340] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is an external pointing stick
[ 155.340] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a pointer
[ 155.340] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a keyboard
[ 155.340] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device removed
[ 155.340] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.340] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.340] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.340] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: needs a virtual subdevice
[ 155.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:05:02.0/0000:07:1b.0/usb9/9-1/9-1:1.1/0003:17EF:6047.0002/input/input6/event4"
[ 155.340] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" (type: MOUSE, id 8)
[ 155.340] (**) Option "AccelerationScheme" "none"
[ 155.340] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) selected scheme none/0
[ 155.340] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
[ 155.340] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
[ 155.341] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is tagged by udev as: Keyboard Mouse Pointingstick
[ 155.341] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is an external pointing stick
[ 155.341] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a pointer
[ 155.341] (II) event4 - Lenovo ThinkPad Compact USB Keyboard with TrackPoint: device is a keyboard
[ 155.341] (II) config/udev: Adding input device Lenovo ThinkPad Compact USB Keyboard with TrackPoint (/dev/input/mouse0)
[ 155.341] (II) No input driver specified, ignoring this device.
[ 155.341] (II) This device may have been added with another device file.
[ 155.341] (II) config/udev: Adding input device C-Media Electronics Inc. Cable Creation (/dev/input/event3)
[ 155.341] (**) C-Media Electronics Inc. Cable Creation: Applying InputClass "libinput keyboard catchall"
[ 155.341] (II) Using input driver 'libinput' for 'C-Media Electronics Inc. Cable Creation'
[ 155.342] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[ 155.342] (**) C-Media Electronics Inc. Cable Creation: always reports core events
[ 155.342] (**) Option "Device" "/dev/input/event3"
[ 155.342] (II) event3 - C-Media Electronics Inc. Cable Creation: is tagged by udev as: Keyboard
[ 155.342] (II) event3 - C-Media Electronics Inc. Cable Creation: device is a keyboard
[ 155.342] (II) event3 - C-Media Electronics Inc. Cable Creation: device removed
[ 155.342] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:05:02.0/0000:07:1b.0/usb9/9-2/9-2:1.3/0003:0D8C:0014.0003/input/input5/event3"
[ 155.342] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. Cable Creation" (type: KEYBOARD, id 9)
[ 155.343] (II) event3 - C-Media Electronics Inc. Cable Creation: is tagged by udev as: Keyboard
[ 155.343] (II) event3 - C-Media Electronics Inc. Cable Creation: device is a keyboard
[ 155.343] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[ 155.343] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 155.343] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 155.343] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 155.343] (**) AT Translated Set 2 keyboard: always reports core events
[ 155.343] (**) Option "Device" "/dev/input/event1"
[ 155.343] (II) event1 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 155.343] (II) event1 - AT Translated Set 2 keyboard: device is a keyboard
[ 155.343] (II) event1 - AT Translated Set 2 keyboard: device removed
[ 155.343] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[ 155.343] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 155.344] (II) event1 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 155.344] (II) event1 - AT Translated Set 2 keyboard: device is a keyboard
[ 155.344] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event7)
[ 155.344] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[ 155.344] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[ 155.344] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[ 155.344] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 155.344] (**) Option "Device" "/dev/input/event7"
[ 155.345] (II) event7 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 155.345] (II) event7 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 155.345] (II) event7 - VirtualPS/2 VMware VMMouse: device removed
[ 155.345] (II) libinput: VirtualPS/2 VMware VMMouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.345] (II) libinput: VirtualPS/2 VMware VMMouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.345] (II) libinput: VirtualPS/2 VMware VMMouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.345] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[ 155.345] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 11)
[ 155.345] (**) Option "AccelerationScheme" "none"
[ 155.345] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[ 155.345] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 155.345] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 155.345] (II) event7 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 155.345] (II) event7 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 155.345] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse2)
[ 155.345] (II) No input driver specified, ignoring this device.
[ 155.345] (II) This device may have been added with another device file.
[ 155.345] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event6)
[ 155.345] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "libinput pointer catchall"
[ 155.345] (II) Using input driver 'libinput' for 'VirtualPS/2 VMware VMMouse'
[ 155.345] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[ 155.345] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 155.345] (**) Option "Device" "/dev/input/event6"
[ 155.346] (II) event6 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 155.346] (II) event6 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 155.346] (II) event6 - VirtualPS/2 VMware VMMouse: device removed
[ 155.346] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event6"
[ 155.346] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 12)
[ 155.346] (**) Option "AccelerationScheme" "none"
[ 155.346] (**) VirtualPS/2 VMware VMMouse: (accel) selected scheme none/0
[ 155.346] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 155.346] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 155.346] (II) event6 - VirtualPS/2 VMware VMMouse: is tagged by udev as: Mouse
[ 155.346] (II) event6 - VirtualPS/2 VMware VMMouse: device is a pointer
[ 155.346] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse1)
[ 155.346] (II) No input driver specified, ignoring this device.
[ 155.346] (II) This device may have been added with another device file.
[ 155.347] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 155.347] (II) No input driver specified, ignoring this device.
[ 155.347] (II) This device may have been added with another device file.
[ 155.348] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
[ 155.348] (II) Using input driver 'libinput' for 'Lenovo ThinkPad Compact USB Keyboard with TrackPoint'
[ 155.348] (II) systemd-logind: returning pre-existing fd for /dev/input/event2 13:66
[ 155.348] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: always reports core events
[ 155.348] (**) Option "Device" "/dev/input/event2"
[ 155.348] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is a virtual subdevice
[ 155.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:05:02.0/0000:07:1b.0/usb9/9-1/9-1:1.0/0003:17EF:6047.0001/input/input4/event2"
[ 155.348] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" (type: KEYBOARD, id 13)
[ 155.348] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "libinput pointer catchall"
[ 155.348] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Applying InputClass "libinput keyboard catchall"
[ 155.348] (II) Using input driver 'libinput' for 'Lenovo ThinkPad Compact USB Keyboard with TrackPoint'
[ 155.348] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[ 155.348] (**) Lenovo ThinkPad Compact USB Keyboard with TrackPoint: always reports core events
[ 155.348] (**) Option "Device" "/dev/input/event4"
[ 155.348] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: is a virtual subdevice
[ 155.348] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.348] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.348] (II) libinput: Lenovo ThinkPad Compact USB Keyboard with TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 155.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1e.0/0000:05:02.0/0000:07:1b.0/usb9/9-1/9-1:1.1/0003:17EF:6047.0002/input/input6/event4"
[ 155.348] (II) XINPUT: Adding extended input device "Lenovo ThinkPad Compact USB Keyboard with TrackPoint" (type: KEYBOARD, id 14)I do have to say, after getting nowhere yesterday I did try Windows 10 and my GPU worked like normal there, so it's not a passthrough issue. This Xorg log is from a newer install than the one my first post, but I did confirm the bug and stacktrace in this new install.
Looking through the log, the only thing I noticed might be wrong is this line:
[ 155.067] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card supportOffline
Lenovo ThinkPad
sanity check: the host is not a desktop but a thinkpad?
Offline
VK_DRIVER_FILES=/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json vkcube
MESA_VK_DEVICE_SELECT=1002:73df vkcubeThe glamor and likely vulkan incapable qxl device the server is running on will likely get in the way?
You might also want to nudge the server to run on the AMD GPU and/or disable the qxl device on kernel or x11 layer?
Offline
Lenovo ThinkPadsanity check: the host is not a desktop but a thinkpad?
This originally made me feel really dumb (writing this on my x220 right now), until I looked at the Xorg log once more.
That, is a keyboard. I am so used to using a thinkpad keyboard I bought one just for other computers. The trackpoint comes in handy when you don't have a mouse on hand ![]()
I added that keyboard to my VM because I was having trouble with seeing my mouse cursor in Sunshine (remote desktop thing), and the docs suggested adding a physical mouse.
I ran both commands you gave me seth, with the same result for both (same segmentation fault and backtrace)
I will try disabling the qxl driver. I just assumed that usual desktop setups already have two GPU's anyway (one iGPU, one dGPU), but they usually don't have both outputs active.
Offline
I will try disabling the qxl driver.
That did it ![]()
I ran modprobe -r qxl and started tigervnc (so I could use Xorg. Remember, no physical access) and it showed me the worlds most slowest vkcube. Thank you all for your support, I will now try to get my VM setup for what I want it to do.
Offline