After update X wont start if I have any xorg.conf

After an update I couldn’t get x to start. after mucking around a bit I deleted my /etc/X11/xorg.conf.d/20-amdgpu.conf file and I was able to boot again, but from what I can find there shouldn’t have been anything wrong with the file. Now I’m having trouble with wine games because they need DRI 3, but adding a file with that causes the crash again.

excerpt from xorg.0.log.old when I have a conf file

[    13.755] (II) AMDGPU(0): Setting screen physical size to 2032 x 571
[    13.794] (EE) 
[    13.794] (EE) Backtrace:
[    13.794] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x564a66718ac3]
[    13.794] (EE) 1: /usr/lib/Xorg (0x564a665d2000+0x151905) [0x564a66723905]
[    13.795] (EE) 2: /usr/lib/libc.so.6 (0x7fc263f44000+0x3c3e0) [0x7fc263f803e0]
[    13.795] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x145) [0x7fc263f80355]
[    13.795] (EE) 4: /usr/lib/libc.so.6 (abort+0x127) [0x7fc263f69853]
[    13.795] (EE) 5: /usr/lib/libc.so.6 (0x7fc263f44000+0x25727) [0x7fc263f69727]
[    13.795] (EE) 6: /usr/lib/libc.so.6 (0x7fc263f44000+0x34936) [0x7fc263f78936]
[    13.795] (EE) 7: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc26338b000+0x8fd3) [0x7fc263393fd3]
[    13.795] (EE) 8: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc26338b000+0x933a) [0x7fc26339433a]
[    13.795] (EE) 9: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc26338b000+0x1534d) [0x7fc2633a034d]
[    13.795] (EE) 10: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc26338b000+0x1746a) [0x7fc2633a246a]
[    13.795] (EE) 11: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7fc26338b000+0x19127) [0x7fc2633a4127]
[    13.795] (EE) 12: /usr/lib/Xorg (MapWindow+0x251) [0x564a66675961]
[    13.795] (EE) 13: /usr/lib/Xorg (0x564a665d2000+0x39619) [0x564a6660b619]
[    13.795] (EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7fc263f6b002]
[    13.795] (EE) 15: /usr/lib/Xorg (_start+0x2e) [0x564a6660c5de]
[    13.795] (EE) 
[    13.795] (EE) 
Fatal server error:
[    13.795] (EE) Caught signal 6 (Aborted). Server aborting
[    13.795] (EE) 
[    13.795] (EE) 

I’ve tried

Section "Device"
        Option     "EnablePageFlip"     	"true"
        Option     "AccelMethod"        	"glamor"
        Option     "DRI3"               	"3"
        Option     "DRI"                	"true"
        Option     "VariableRefresh"    	"true"
	Identifier  "Card0"
	Driver      "amdgpu"
	BusID       "PCI:10:0:0"
EndSection

as well as just

Section "Device"
        Option     "DRI3"               	"3"
        Option     "DRI"                	"true"
	Identifier  "Card0"
	Driver      "amdgpu"
EndSection

but it ends the same.
gist with xorg.0.log and xorg.0.log.old the .old one is the one that has the backtrace

~]$ lspci | grep AMD
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 59)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7
00:19.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
00:19.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
00:19.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2
00:19.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3
00:19.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4
00:19.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5
00:19.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6
00:19.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7
01:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] X399 Series Chipset USB 3.1 xHCI Controller (rev 02)
01:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] X399 Series Chipset SATA Controller (rev 02)
01:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] X399 Series Chipset PCIe Bridge (rev 02)
02:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
02:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
02:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
02:06.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
02:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] 300 Series Chipset PCIe Port (rev 02)
08:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of PCI Express Switch (rev c1)
09:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Downstream Port of PCI Express Switch
0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c1)
0a:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 HDMI Audio
0b:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
0b:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor
0b:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller
0c:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function
0c:00.2 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)
40:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Root Complex
40:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) I/O Memory Management Unit
40:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
40:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
40:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
40:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
40:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
40:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
40:03.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
40:03.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
40:03.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) PCIe GPP Bridge
40:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
40:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
40:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
40:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
40:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
47:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Raven/Raven2 PCIe Dummy Function
47:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) Platform Security Processor
47:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Zeppelin USB 3.0 Host controller
48:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Zeppelin/Renoir PCIe Dummy Function
48:00.2 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 51)

AMDGPU should be using dri3 by default.

How about

inxi -Fxza
mhwd -li

PS … your file could be simpler … no need for bus or ident

Section "Device"
        Option     "EnablePageFlip"     	"true"
        Option     "AccelMethod"        	"glamor"
        Option     "DRI3"               	"3"
        Option     "DRI"                	"true"
        Option     "VariableRefresh"    	"true"
	Driver      "amdgpu"
EndSection

(but again … all of those except VariableRefresh are defaults anyways. See man amdgpu)

Should I take these when I don’t have the xorg.conf and x works or when I do and it doesn’t?

I’m in X without the conf now

inxi -Fxza
    System:    Kernel: 5.8.0-2-MANJARO x86_64 bits: 64 compiler: N/A 
               parameters: BOOT_IMAGE=/@/boot/vmlinuz-5.8-x86_64 root=UUID=b2cd43b2-8e91-4995-89ab-9ccec9813b74 rw 
               rootflags=subvol=@ quiet apparmor=1 security=apparmor udev.log_priority=3 radeon.cik_support=0 radeon.si_support=0 
               amdgpu.cik_support=1 amdgpu.si_support=1 amdgpu.dc=1 
               Desktop: Xfce 4.14.2 tk: Gtk 3.24.20 info: xfce4-panel wm: xfwm4 dm: LightDM 1.30.0 Distro: Manjaro Linux 
    Machine:   Type: Desktop Mobo: ASRock model: X399 Taichi serial: <filter> UEFI: American Megatrends v: P3.30 date: 08/14/2018 
    CPU:       Topology: 16-Core (2-Die) model: AMD Ryzen Threadripper 2950X bits: 64 type: MT MCP MCM arch: Zen+ family: 17 (23) 
               model-id: 8 stepping: 2 microcode: 800820D L2 cache: 8192 KiB 
               flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 223621 
               Speed: 3672 MHz min/max: 2200/3500 MHz boost: enabled Core speeds (MHz): 1: 1937 2: 4113 3: 1945 4: 1866 5: 2173 
               6: 2157 7: 2181 8: 2097 9: 1945 10: 3676 11: 2083 12: 1955 13: 1859 14: 1757 15: 1758 16: 1858 17: 2846 18: 4263 
               19: 1900 20: 1899 21: 1858 22: 2175 23: 1948 24: 1960 25: 2185 26: 2091 27: 2144 28: 2021 29: 1847 30: 2481 
               31: 4257 32: 1895 
               Vulnerabilities: Type: itlb_multihit status: Not affected 
               Type: l1tf status: Not affected 
               Type: mds status: Not affected 
               Type: meltdown status: Not affected 
               Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via prctl and seccomp 
               Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer sanitization 
               Type: spectre_v2 mitigation: Full AMD retpoline, IBPB: conditional, STIBP: disabled, RSB filling 
               Type: srbds status: Not affected 
               Type: tsx_async_abort status: Not affected 
    Graphics:  Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] driver: amdgpu 
               v: kernel bus ID: 0a:00.0 chip ID: 1002:731f 
               Display: x11 server: X.Org 1.20.8 driver: ati,modesetting unloaded: radeon alternate: fbdev,vesa display ID: :0.0 
               screens: 1 
               Screen-1: 0 s-res: 3840x4320 s-dpi: 96 s-size: 1016x1143mm (40.0x45.0") s-diag: 1529mm (60.2") 
               Monitor-1: DP-1 res: 3840x2160 hz: 60 dpi: 163 size: 600x340mm (23.6x13.4") diag: 690mm (27.2") 
               Monitor-2: HDMI-1 res: 3840x2160 hz: 30 dpi: 163 size: 600x340mm (23.6x13.4") diag: 690mm (27.2") 
               OpenGL: renderer: N/A v: N/A direct render: N/A 
    Audio:     Device-1: Advanced Micro Devices [AMD/ATI] Navi 10 HDMI Audio driver: N/A alternate: snd_hda_intel bus ID: 0a:00.1 
               chip ID: 1002:ab38 
               Device-2: Cooler Master Full Color Gaming Keyboard type: USB driver: hid-generic,snd-usb-audio,usbhid 
               bus ID: 1-4.3:5 chip ID: 2516:0093 serial: <filter> 
               Device-3: Antlion Audio Antlion USB Microphone type: USB driver: hid-generic,snd-usb-audio,usbhid bus ID: 1-13:6 
               chip ID: 2f96:0200 
               Sound Server: ALSA v: k5.8.0-2-MANJARO 
    Network:   Device-1: Intel I211 Gigabit Network vendor: ASRock driver: igb v: 5.6.0-k port: 2000 bus ID: 04:00.0 
               chip ID: 8086:1539 
               IF: enp4s0 state: down mac: <filter> 
               Device-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi v: kernel port: 2000 bus ID: 05:00.0 
               chip ID: 8086:24fb 
               IF: wlp5s0 state: down mac: <filter> 
               Device-3: Intel I211 Gigabit Network vendor: ASRock driver: igb v: 5.6.0-k port: 1000 bus ID: 06:00.0 
               chip ID: 8086:1539 
               IF: enp6s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
    Drives:    Local Storage: total: 10.25 TiB used: 3.24 TiB (31.6%) 
               SMART Message: Required tool smartctl not installed. Check --recommends 
               ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 PRO 512GB size: 476.94 GiB block size: physical: 512 B 
               logical: 512 B speed: 31.6 Gb/s lanes: 4 serial: <filter> rev: 1B2QEXP7 scheme: GPT 
               ID-2: /dev/nvme1n1 vendor: Samsung model: SSD 960 PRO 512GB size: 476.94 GiB block size: physical: 512 B 
               logical: 512 B speed: 31.6 Gb/s lanes: 4 serial: <filter> rev: 1B6QCXP7 scheme: MBR 
               ID-3: /dev/nvme2n1 vendor: Samsung model: SSD 970 PRO 512GB size: 476.94 GiB block size: physical: 512 B 
               logical: 512 B speed: 31.6 Gb/s lanes: 4 serial: <filter> rev: 1B2QEXP7 
               ID-4: /dev/nvme3n1 vendor: Samsung model: SSD 970 PRO 512GB size: 476.94 GiB block size: physical: 512 B 
               logical: 512 B speed: 31.6 Gb/s lanes: 4 serial: <filter> rev: 1B2QEXP7 
               ID-5: /dev/nvme4n1 vendor: Samsung model: SSD 970 PRO 512GB size: 476.94 GiB block size: physical: 512 B 
               logical: 512 B speed: 31.6 Gb/s lanes: 4 serial: <filter> rev: 1B2QEXP7 
               ID-6: /dev/nvme5n1 vendor: Samsung model: SSD 970 PRO 512GB size: 476.94 GiB block size: physical: 512 B 
               logical: 512 B speed: 31.6 Gb/s lanes: 4 serial: <filter> rev: 1B2QEXP7 
               ID-7: /dev/sda vendor: Seagate model: ST2000DX001-1CM164 size: 1.82 TiB block size: physical: 4096 B logical: 512 B 
               speed: 6.0 Gb/s rotation: 7200 rpm serial: <filter> rev: CC43 scheme: GPT 
               ID-8: /dev/sdb vendor: Seagate model: ST3120813AS size: 111.79 GiB block size: physical: 512 B logical: 512 B 
               speed: 3.0 Gb/s serial: <filter> rev: E scheme: GPT 
               ID-9: /dev/sdc type: USB vendor: Seagate model: Backup+ Hub BK size: 7.28 TiB block size: physical: 4096 B 
               logical: 512 B serial: <filter> rev: D781 scheme: GPT 
               ID-10: /dev/sdd type: USB vendor: Patriot model: N/A size: 115.50 GiB block size: physical: 512 B logical: 512 B 
               serial: <filter> rev: PMAP scheme: MBR 
    Partition: ID-1: / raw size: 476.69 GiB size: 476.69 GiB (100.00%) used: 312.76 GiB (65.6%) fs: btrfs dev: /dev/nvme0n1p2 
               ID-2: /home raw size: 476.69 GiB size: 476.69 GiB (100.00%) used: 312.76 GiB (65.6%) fs: btrfs dev: /dev/nvme0n1p2 
    Swap:      Alert: No Swap data was found. 
    Sensors:   System Temperatures: cpu: 45.1 C mobo: N/A gpu: amdgpu temp: 54 C 
               Fan Speeds (RPM): N/A gpu: amdgpu fan: 1195 
    Info:      Processes: 678 Uptime: 1h 19m Memory: 62.74 GiB used: 9.93 GiB (15.8%) Init: systemd v: 245 Compilers: gcc: 10.1.0 
               alt: 9 clang: 10.0.1 Packages: pacman: 1766 lib: 463 flatpak: 0 Shell: Bash v: 5.0.18 running in: terminator 
               inxi: 3.1.05 
mhwd -li
    > Installed PCI configs:
    --------------------------------------------------------------------------------
                      NAME               VERSION          FREEDRIVER           TYPE
    --------------------------------------------------------------------------------
               video-linux            2018.05.04                true            PCI


    Warning: No installed USB configs!

The reason I thought it was a lack of DRI 3 was these wine logs from lutris

Summary
    Running gamemoderun /home/sirus/.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/bin/wine /mnt/hyper/wine/Games/overwatch/drive_c/Program Files (x86)/Battle.net/Battle.net.exe
    Initial process has started with pid 16478
    Game is considered started.
    gamemodeauto: 
    esync: up and running.
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    info:  Game: Battle.net.exe
    info:  DXVK: v1.7.1
    info:  Built-in extension providers:
    info:    Win32 WSI
    info:    OpenVR
    warn:  OpenVR: Failed to locate module
    info:  Enabled instance extensions:
    info:    VK_KHR_get_surface_capabilities2
    info:    VK_KHR_surface
    info:    VK_KHR_win32_surface
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    info:  AMD RADV/ACO NAVI10 (LLVM 10.0.1):
    info:    Driver: 20.1.5
    info:    Vulkan: 1.2.131
    info:    Memory Heap[0]: 
    info:      Size: 7936 MiB
    info:      Flags: 0x1
    info:      Memory Type[0]: Property Flags = 0x1
    info:      Memory Type[4]: Property Flags = 0xc1
    info:    Memory Heap[1]: 
    info:      Size: 8176 MiB
    info:      Flags: 0x0
    info:      Memory Type[1]: Property Flags = 0x6
    info:      Memory Type[3]: Property Flags = 0xe
    info:      Memory Type[5]: Property Flags = 0xc6
    info:      Memory Type[7]: Property Flags = 0xce
    info:    Memory Heap[2]: 
    info:      Size: 256 MiB
    info:      Flags: 0x1
    info:      Memory Type[2]: Property Flags = 0x7
    info:      Memory Type[6]: Property Flags = 0xc7
    info:  D3D11CoreCreateDevice: Probing D3D_FEATURE_LEVEL_11_1
    info:  D3D11CoreCreateDevice: Using feature level D3D_FEATURE_LEVEL_11_1
    info:  Device properties:
    info:    Device name:     : AMD RADV/ACO NAVI10 (LLVM 10.0.1)
    info:    Driver version   : 20.1.5
    info:  Enabled device extensions:
    info:    VK_AMD_memory_overallocation_behavior
    info:    VK_AMD_shader_fragment_mask
    info:    VK_EXT_depth_clip_enable
    info:    VK_EXT_full_screen_exclusive
    info:    VK_EXT_host_query_reset
    info:    VK_EXT_memory_priority
    info:    VK_EXT_robustness2
    info:    VK_EXT_shader_demote_to_helper_invocation
    info:    VK_EXT_shader_stencil_export
    info:    VK_EXT_shader_viewport_index_layer
    info:    VK_EXT_transform_feedback
    info:    VK_EXT_vertex_attribute_divisor
    info:    VK_KHR_create_renderpass2
    info:    VK_KHR_depth_stencil_resolve
    info:    VK_KHR_draw_indirect_count
    info:    VK_KHR_driver_properties
    info:    VK_KHR_image_format_list
    info:    VK_KHR_sampler_mirror_clamp_to_edge
    info:    VK_KHR_swapchain
    info:  Device features:
    info:    robustBufferAccess                     : 1
    info:    fullDrawIndexUint32                    : 1
    info:    imageCubeArray                         : 1
    info:    independentBlend                       : 1
    info:    geometryShader                         : 1
    info:    tessellationShader                     : 1
    info:    sampleRateShading                      : 1
    info:    dualSrcBlend                           : 1
    info:    logicOp                                : 1
    info:    multiDrawIndirect                      : 1
    info:    drawIndirectFirstInstance              : 1
    info:    depthClamp                             : 1
    info:    depthBiasClamp                         : 1
    info:    fillModeNonSolid                       : 1
    info:    depthBounds                            : 1
    info:    multiViewport                          : 1
    info:    samplerAnisotropy                      : 1
    info:    textureCompressionBC                   : 1
    info:    occlusionQueryPrecise                  : 1
    info:    pipelineStatisticsQuery                : 1
    info:    vertexPipelineStoresAndAtomics         : 1
    info:    fragmentStoresAndAtomics               : 1
    info:    shaderImageGatherExtended              : 1
    info:    shaderStorageImageExtendedFormats      : 1
    info:    shaderStorageImageReadWithoutFormat    : 1
    info:    shaderStorageImageWriteWithoutFormat   : 1
    info:    shaderClipDistance                     : 1
    info:    shaderCullDistance                     : 1
    info:    shaderFloat64                          : 1
    info:    shaderInt64                            : 1
    info:    variableMultisampleRate                : 1
    info:  VK_EXT_conditional_rendering
    info:    conditionalRendering                   : 1
    info:  VK_EXT_4444_formats
    info:    formatA4R4G4B4                         : 0
    info:    formatA4B4G4R4                         : 0
    info:  VK_EXT_custom_border_color
    info:    customBorderColors                     : 0
    info:    customBorderColorWithoutFormat         : 0
    info:  VK_EXT_depth_clip_enable
    info:    depthClipEnable                        : 1
    info:  VK_EXT_extended_dynamic_state
    info:    extendedDynamicState                   : 0
    info:  VK_EXT_host_query_reset
    info:    hostQueryReset                         : 1
    info:  VK_EXT_memory_priority
    info:    memoryPriority                         : 1
    info:  VK_EXT_robustness2
    info:    robustBufferAccess2                    : 1
    info:    robustImageAccess2                     : 1
    info:    nullDescriptor                         : 1
    info:  VK_EXT_shader_demote_to_helper_invocation
    info:    shaderDemoteToHelperInvocation         : 1
    info:  VK_EXT_transform_feedback
    info:    transformFeedback                      : 1
    info:    geometryStreams                        : 1
    info:  VK_EXT_vertex_attribute_divisor
    info:    vertexAttributeInstanceRateDivisor     : 1
    info:    vertexAttributeInstanceRateZeroDivisor : 1
    info:  Queue families:
    info:    Graphics : 0
    info:    Transfer : 1
    info:  DXVK: Read 28 valid state cache entries
    info:  DXVK: Using 22 compiler threads
    warn:  DXGI: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
    [0818/075246.315:ERROR:network_change_notifier_win.cc(156)] WSALookupServiceBegin failed with: 0
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    info:  Game: Battle.net.exe
    info:  DXVK: v1.7.1
    info:  Built-in extension providers:
    info:    Win32 WSI
    info:    OpenVR
    warn:  OpenVR: Failed to locate module
    info:  Enabled instance extensions:
    info:    VK_KHR_get_surface_capabilities2
    info:    VK_KHR_surface
    info:    VK_KHR_win32_surface
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    warn:  D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
    warn:  D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
    info:  AMD RADV/ACO NAVI10 (LLVM 10.0.1):
    info:    Driver: 20.1.5
    info:    Vulkan: 1.2.131
    info:    Memory Heap[0]: 
    info:      Size: 7936 MiB
    info:      Flags: 0x1
    info:      Memory Type[0]: Property Flags = 0x1
    info:      Memory Type[4]: Property Flags = 0xc1
    info:    Memory Heap[1]: 
    info:      Size: 8176 MiB
    info:      Flags: 0x0
    info:      Memory Type[1]: Property Flags = 0x6
    info:      Memory Type[3]: Property Flags = 0xe
    info:      Memory Type[5]: Property Flags = 0xc6
    info:      Memory Type[7]: Property Flags = 0xce
    info:    Memory Heap[2]: 
    info:      Size: 256 MiB
    info:      Flags: 0x1
    info:      Memory Type[2]: Property Flags = 0x7
    info:      Memory Type[6]: Property Flags = 0xc7
    warn:  D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
    warn:  D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
    info:  AMD RADV/ACO NAVI10 (LLVM 10.0.1):
    info:    Driver: 20.1.5
    info:    Vulkan: 1.2.131
    info:    Memory Heap[0]: 
    info:      Size: 7936 MiB
    info:      Flags: 0x1
    info:      Memory Type[0]: Property Flags = 0x1
    info:      Memory Type[4]: Property Flags = 0xc1
    info:    Memory Heap[1]: 
    info:      Size: 8176 MiB
    info:      Flags: 0x0
    info:      Memory Type[1]: Property Flags = 0x6
    info:      Memory Type[3]: Property Flags = 0xe
    info:      Memory Type[5]: Property Flags = 0xc6
    info:      Memory Type[7]: Property Flags = 0xce
    info:    Memory Heap[2]: 
    info:      Size: 256 MiB
    info:      Flags: 0x1
    info:      Memory Type[2]: Property Flags = 0x7
    info:      Memory Type[6]: Property Flags = 0xc7
    info:  Process set as DPI aware
    info:  Device properties:
    info:    Device name:     : AMD RADV/ACO NAVI10 (LLVM 10.0.1)
    info:    Driver version   : 20.1.5
    info:  Enabled device extensions:
    info:    VK_AMD_memory_overallocation_behavior
    info:    VK_AMD_shader_fragment_mask
    info:    VK_EXT_depth_clip_enable
    info:    VK_EXT_full_screen_exclusive
    info:    VK_EXT_host_query_reset
    info:    VK_EXT_memory_priority
    info:    VK_EXT_robustness2
    info:    VK_EXT_shader_demote_to_helper_invocation
    info:    VK_EXT_shader_stencil_export
    info:    VK_EXT_shader_viewport_index_layer
    info:    VK_EXT_transform_feedback
    info:    VK_EXT_vertex_attribute_divisor
    info:    VK_KHR_create_renderpass2
    info:    VK_KHR_depth_stencil_resolve
    info:    VK_KHR_draw_indirect_count
    info:    VK_KHR_driver_properties
    info:    VK_KHR_image_format_list
    info:    VK_KHR_sampler_mirror_clamp_to_edge
    info:    VK_KHR_swapchain
    info:  Device features:
    info:    robustBufferAccess                     : 1
    info:    fullDrawIndexUint32                    : 1
    info:    imageCubeArray                         : 1
    info:    independentBlend                       : 1
    info:    geometryShader                         : 1
    info:    tessellationShader                     : 0
    info:    sampleRateShading                      : 1
    info:    dualSrcBlend                           : 0
    info:    logicOp                                : 0
    info:    multiDrawIndirect                      : 0
    info:    drawIndirectFirstInstance              : 0
    info:    depthClamp                             : 1
    info:    depthBiasClamp                         : 1
    info:    fillModeNonSolid                       : 1
    info:    depthBounds                            : 1
    info:    multiViewport                          : 1
    info:    samplerAnisotropy                      : 1
    info:    textureCompressionBC                   : 1
    info:    occlusionQueryPrecise                  : 1
    info:    pipelineStatisticsQuery                : 1
    info:    vertexPipelineStoresAndAtomics         : 1
    info:    fragmentStoresAndAtomics               : 0
    info:    shaderImageGatherExtended              : 0
    info:    shaderStorageImageExtendedFormats      : 1
    info:    shaderStorageImageReadWithoutFormat    : 0
    info:    shaderStorageImageWriteWithoutFormat   : 1
    info:    shaderClipDistance                     : 1
    info:    shaderCullDistance                     : 1
    info:    shaderFloat64                          : 0
    info:    shaderInt64                            : 0
    info:    variableMultisampleRate                : 0
    info:  VK_EXT_conditional_rendering
    info:    conditionalRendering                   : 0
    info:  VK_EXT_4444_formats
    info:    formatA4R4G4B4                         : 0
    info:    formatA4B4G4R4                         : 0
    info:  VK_EXT_custom_border_color
    info:    customBorderColors                     : 0
    info:    customBorderColorWithoutFormat         : 0
    info:  VK_EXT_depth_clip_enable
    info:    depthClipEnable                        : 1
    info:  VK_EXT_extended_dynamic_state
    info:    extendedDynamicState                   : 0
    info:  VK_EXT_host_query_reset
    info:    hostQueryReset                         : 1
    info:  VK_EXT_memory_priority
    info:    memoryPriority                         : 1
    info:  VK_EXT_robustness2
    info:    robustBufferAccess2                    : 0
    info:    robustImageAccess2                     : 0
    info:    nullDescriptor                         : 0
    info:  VK_EXT_shader_demote_to_helper_invocation
    info:    shaderDemoteToHelperInvocation         : 1
    info:  VK_EXT_transform_feedback
    info:    transformFeedback                      : 0
    info:    geometryStreams                        : 0
    info:  VK_EXT_vertex_attribute_divisor
    info:    vertexAttributeInstanceRateDivisor     : 1
    info:    vertexAttributeInstanceRateZeroDivisor : 1
    info:  Queue families:
    info:    Graphics : 0
    info:    Transfer : 1
    info:  DXVK: Read 28 valid state cache entries
    info:  DXVK: Using 22 compiler threads
    info:  D3D9DeviceEx::ResetSwapChain:
    info:    Requested Presentation Parameters
    info:      - Width:              1
    info:      - Height:             1
    info:      - Format:             D3D9Format::Unknown
    info:      - Auto Depth Stencil: false
    info:                  ^ Format: D3D9Format::Unknown
    info:      - Windowed:           true
    warn:  winevulkan detected, disabling exclusive fullscreen support
    vulkan: No DRI3 support detected - required for presentation
    Note: you can probably enable DRI3 in your Xorg config
    err:   Failed to create surface
    info:  Device properties:
    info:    Device name:     : AMD RADV/ACO NAVI10 (LLVM 10.0.1)
    info:    Driver version   : 20.1.5
    info:  Enabled device extensions:
    info:    VK_AMD_memory_overallocation_behavior
    info:    VK_AMD_shader_fragment_mask
    info:    VK_EXT_depth_clip_enable
    info:    VK_EXT_full_screen_exclusive
    info:    VK_EXT_host_query_reset
    info:    VK_EXT_memory_priority
    info:    VK_EXT_robustness2
    info:    VK_EXT_shader_demote_to_helper_invocation
    info:    VK_EXT_shader_stencil_export
    info:    VK_EXT_shader_viewport_index_layer
    info:    VK_EXT_transform_feedback
    info:    VK_EXT_vertex_attribute_divisor
    info:    VK_KHR_create_renderpass2
    info:    VK_KHR_depth_stencil_resolve
    info:    VK_KHR_draw_indirect_count
    info:    VK_KHR_driver_properties
    info:    VK_KHR_image_format_list
    info:    VK_KHR_sampler_mirror_clamp_to_edge
    info:    VK_KHR_swapchain
    info:  Device features:
    info:    robustBufferAccess                     : 1
    info:    fullDrawIndexUint32                    : 1
    info:    imageCubeArray                         : 1
    info:    independentBlend                       : 1
    info:    geometryShader                         : 1
    info:    tessellationShader                     : 0
    info:    sampleRateShading                      : 1
    info:    dualSrcBlend                           : 0
    info:    logicOp                                : 0
    info:    multiDrawIndirect                      : 0
    info:    drawIndirectFirstInstance              : 0
    info:    depthClamp                             : 1
    info:    depthBiasClamp                         : 1
    info:    fillModeNonSolid                       : 1
    info:    depthBounds                            : 1
    info:    multiViewport                          : 1
    info:    samplerAnisotropy                      : 1
    info:    textureCompressionBC                   : 1
    info:    occlusionQueryPrecise                  : 1
    info:    pipelineStatisticsQuery                : 1
    info:    vertexPipelineStoresAndAtomics         : 1
    info:    fragmentStoresAndAtomics               : 0
    info:    shaderImageGatherExtended              : 0
    info:    shaderStorageImageExtendedFormats      : 1
    info:    shaderStorageImageReadWithoutFormat    : 0
    info:    shaderStorageImageWriteWithoutFormat   : 1
    info:    shaderClipDistance                     : 1
    info:    shaderCullDistance                     : 1
    info:    shaderFloat64                          : 0
    info:    shaderInt64                            : 0
    info:    variableMultisampleRate                : 0
    info:  VK_EXT_conditional_rendering
    info:    conditionalRendering                   : 0
    info:  VK_EXT_4444_formats
    info:    formatA4R4G4B4                         : 0
    info:    formatA4B4G4R4                         : 0
    info:  VK_EXT_custom_border_color
    info:    customBorderColors                     : 0
    info:    customBorderColorWithoutFormat         : 0
    info:  VK_EXT_depth_clip_enable
    info:    depthClipEnable                        : 1
    info:  VK_EXT_extended_dynamic_state
    info:    extendedDynamicState                   : 0
    info:  VK_EXT_host_query_reset
    info:    hostQueryReset                         : 1
    info:  VK_EXT_memory_priority
    info:    memoryPriority                         : 1
    info:  VK_EXT_robustness2
    info:    robustBufferAccess2                    : 0
    info:    robustImageAccess2                     : 0
    info:    nullDescriptor                         : 0
    info:  VK_EXT_shader_demote_to_helper_invocation
    info:    shaderDemoteToHelperInvocation         : 1
    info:  VK_EXT_transform_feedback
    info:    transformFeedback                      : 0
    info:    geometryStreams                        : 0
    info:  VK_EXT_vertex_attribute_divisor
    info:    vertexAttributeInstanceRateDivisor     : 1
    info:    vertexAttributeInstanceRateZeroDivisor : 1
    info:  Queue families:
    info:    Graphics : 0
    info:    Transfer : 1
    info:  DXVK: Read 28 valid state cache entries
    info:  DXVK: Using 22 compiler threads
    info:  D3D9DeviceEx: Using extended constant set for software vertex processing.
    info:  D3D9DeviceEx::ResetSwapChain:
    info:    Requested Presentation Parameters
    info:      - Width:              1
    info:      - Height:             1
    info:      - Format:             D3D9Format::X8R8G8B8
    info:      - Auto Depth Stencil: false
    info:                  ^ Format: D3D9Format::Unknown
    info:      - Windowed:           true
    warn:  winevulkan detected, disabling exclusive fullscreen support
    vulkan: No DRI3 support detected - required for presentation
    Note: you can probably enable DRI3 in your Xorg config
    err:   Failed to create surface
    [0818/075247.302:ERROR:gl_surface_egl.cc(544)] EGL Driver message (Critical) eglInitialize: No available renderers.
    [0818/075247.302:ERROR:gl_surface_egl.cc(965)] eglInitialize D3D9 failed with error EGL_NOT_INITIALIZED
    [0818/075247.302:ERROR:gl_initializer_win.cc(196)] GLSurfaceEGL::InitializeOneOff failed.
    [0818/075247.308:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 373
    [0818/075247.308:ERROR:viz_main_impl.cc(170)] Exiting GPU process due to errors during initialization
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    [0818/075248.285:ERROR:mf_helpers.cc(14)] Error in dxva_video_decode_accelerator_win.cc on line 373
    info:  Game: Battle.net.exe
    info:  DXVK: v1.7.1
    info:  Built-in extension providers:
    info:    Win32 WSI
    info:    OpenVR
    warn:  OpenVR: Failed to locate module
    info:  Enabled instance extensions:
    info:    VK_KHR_get_surface_capabilities2
    info:    VK_KHR_surface
    info:    VK_KHR_win32_surface
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    warn:  D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
    warn:  D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
    info:  AMD RADV/ACO NAVI10 (LLVM 10.0.1):
    info:    Driver: 20.1.5
    info:    Vulkan: 1.2.131
    info:    Memory Heap[0]: 
    info:      Size: 7936 MiB
    info:      Flags: 0x1
    info:      Memory Type[0]: Property Flags = 0x1
    info:      Memory Type[4]: Property Flags = 0xc1
    info:    Memory Heap[1]: 
    info:      Size: 8176 MiB
    info:      Flags: 0x0
    info:      Memory Type[1]: Property Flags = 0x6
    info:      Memory Type[3]: Property Flags = 0xe
    info:      Memory Type[5]: Property Flags = 0xc6
    info:      Memory Type[7]: Property Flags = 0xce
    info:    Memory Heap[2]: 
    info:      Size: 256 MiB
    info:      Flags: 0x1
    info:      Memory Type[2]: Property Flags = 0x7
    info:      Memory Type[6]: Property Flags = 0xc7
    warn:  D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
    warn:  D3D9: VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT -> VK_FORMAT_B4G4R4A4_UNORM_PACK16
    info:  AMD RADV/ACO NAVI10 (LLVM 10.0.1):
    info:    Driver: 20.1.5
    info:    Vulkan: 1.2.131
    info:    Memory Heap[0]: 
    info:      Size: 7936 MiB
    info:      Flags: 0x1
    info:      Memory Type[0]: Property Flags = 0x1
    info:      Memory Type[4]: Property Flags = 0xc1
    info:    Memory Heap[1]: 
    info:      Size: 8176 MiB
    info:      Flags: 0x0
    info:      Memory Type[1]: Property Flags = 0x6
    info:      Memory Type[3]: Property Flags = 0xe
    info:      Memory Type[5]: Property Flags = 0xc6
    info:      Memory Type[7]: Property Flags = 0xce
    info:    Memory Heap[2]: 
    info:      Size: 256 MiB
    info:      Flags: 0x1
    info:      Memory Type[2]: Property Flags = 0x7
    info:      Memory Type[6]: Property Flags = 0xc7
    info:  Process set as DPI aware
    info:  Game: Battle.net.exe
    info:  DXVK: v1.7.1
    info:  Built-in extension providers:
    info:    Win32 WSI
    info:    OpenVR
    warn:  OpenVR: Failed to locate module
    info:  Enabled instance extensions:
    info:    VK_KHR_get_surface_capabilities2
    info:    VK_KHR_surface
    info:    VK_KHR_win32_surface
    WARNING: Experimental compiler backend enabled. Here be dragons! Incorrect rendering, GPU hangs and/or resets are likely
    info:  AMD RADV/ACO NAVI10 (LLVM 10.0.1):
    info:    Driver: 20.1.5
    info:    Vulkan: 1.2.131
    info:    Memory Heap[0]: 
    info:      Size: 7936 MiB
    info:      Flags: 0x1
    info:      Memory Type[0]: Property Flags = 0x1
    info:      Memory Type[4]: Property Flags = 0xc1
    info:    Memory Heap[1]: 
    info:      Size: 8176 MiB
    info:      Flags: 0x0
    info:      Memory Type[1]: Property Flags = 0x6
    info:      Memory Type[3]: Property Flags = 0xe
    info:      Memory Type[5]: Property Flags = 0xc6
    info:      Memory Type[7]: Property Flags = 0xce
    info:    Memory Heap[2]: 
    info:      Size: 256 MiB
    info:      Flags: 0x1
    info:      Memory Type[2]: Property Flags = 0x7
    info:      Memory Type[6]: Property Flags = 0xc7
    info:  D3D11CoreCreateDevice: Probing D3D_FEATURE_LEVEL_11_1
    info:  D3D11CoreCreateDevice: Using feature level D3D_FEATURE_LEVEL_11_1
    info:  Device properties:
    info:    Device name:     : AMD RADV/ACO NAVI10 (LLVM 10.0.1)
    info:    Driver version   : 20.1.5
    info:  Enabled device extensions:
    info:    VK_AMD_memory_overallocation_behavior
    info:    VK_AMD_shader_fragment_mask
    info:    VK_EXT_depth_clip_enable
    info:    VK_EXT_full_screen_exclusive
    info:    VK_EXT_host_query_reset
    info:    VK_EXT_memory_priority
    info:    VK_EXT_robustness2
    info:    VK_EXT_shader_demote_to_helper_invocation
    info:    VK_EXT_shader_stencil_export
    info:    VK_EXT_shader_viewport_index_layer
    info:    VK_EXT_transform_feedback
    info:    VK_EXT_vertex_attribute_divisor
    info:    VK_KHR_create_renderpass2
    info:    VK_KHR_depth_stencil_resolve
    info:    VK_KHR_draw_indirect_count
    info:    VK_KHR_driver_properties
    info:    VK_KHR_image_format_list
    info:    VK_KHR_sampler_mirror_clamp_to_edge
    info:    VK_KHR_swapchain
    info:  Device features:
    info:    robustBufferAccess                     : 1
    info:    fullDrawIndexUint32                    : 1
    info:    imageCubeArray                         : 1
    info:    independentBlend                       : 1
    info:    geometryShader                         : 1
    info:    tessellationShader                     : 1
    info:    sampleRateShading                      : 1
    info:    dualSrcBlend                           : 1
    info:    logicOp                                : 1
    info:    multiDrawIndirect                      : 1
    info:    drawIndirectFirstInstance              : 1
    info:    depthClamp                             : 1
    info:    depthBiasClamp                         : 1
    info:    fillModeNonSolid                       : 1
    info:    depthBounds                            : 1
    info:    multiViewport                          : 1
    info:    samplerAnisotropy                      : 1
    info:    textureCompressionBC                   : 1
    info:    occlusionQueryPrecise                  : 1
    info:    pipelineStatisticsQuery                : 1
    info:    vertexPipelineStoresAndAtomics         : 1
    info:    fragmentStoresAndAtomics               : 1
    info:    shaderImageGatherExtended              : 1
    info:    shaderStorageImageExtendedFormats      : 1
    info:    shaderStorageImageReadWithoutFormat    : 1
    info:    shaderStorageImageWriteWithoutFormat   : 1
    info:    shaderClipDistance                     : 1
    info:    shaderCullDistance                     : 1
    info:    shaderFloat64                          : 1
    info:    shaderInt64                            : 1
    info:    variableMultisampleRate                : 1
    info:  VK_EXT_conditional_rendering
    info:    conditionalRendering                   : 1
    info:  VK_EXT_4444_formats
    info:    formatA4R4G4B4                         : 0
    info:    formatA4B4G4R4                         : 0
    info:  VK_EXT_custom_border_color
    info:    customBorderColors                     : 0
    info:    customBorderColorWithoutFormat         : 0
    info:  VK_EXT_depth_clip_enable
    info:    depthClipEnable                        : 1
    info:  VK_EXT_extended_dynamic_state
    info:    extendedDynamicState                   : 0
    info:  VK_EXT_host_query_reset
    info:    hostQueryReset                         : 1
    info:  VK_EXT_memory_priority
    info:    memoryPriority                         : 1
    info:  VK_EXT_robustness2
    info:    robustBufferAccess2                    : 1
    info:    robustImageAccess2                     : 1
    info:    nullDescriptor                         : 1
    info:  VK_EXT_shader_demote_to_helper_invocation
    info:    shaderDemoteToHelperInvocation         : 1
    info:  VK_EXT_transform_feedback
    info:    transformFeedback                      : 1
    info:    geometryStreams                        : 1
    info:  VK_EXT_vertex_attribute_divisor
    info:    vertexAttributeInstanceRateDivisor     : 1
    info:    vertexAttributeInstanceRateZeroDivisor : 1
    info:  Queue families:
    info:    Graphics : 0
    info:    Transfer : 1
    info:  DXVK: Read 28 valid state cache entries
    info:  DXVK: Using 22 compiler threads
    warn:  DXGI: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT
    err:   D3D11DXGIResource::GetSharedHandle: Stub
    warn:  D3D11Texture2D::QueryInterface: Unknown interface query
    warn:  9d8e1289-d7b3-465f-8126-250e349af85d
    warn:  winevulkan detected, disabling exclusive fullscreen support
    vulkan: No DRI3 support detected - required for presentation
    Note: you can probably enable DRI3 in your Xorg config
    err:   Failed to create surface
    err:   D3D11DXGIResource::GetSharedHandle: Stub
    warn:  D3D11Texture2D::QueryInterface: Unknown interface query
    warn:  9d8e1289-d7b3-465f-8126-250e349af85d
    warn:  winevulkan detected, disabling exclusive fullscreen support
    vulkan: No DRI3 support detected - required for presentation
    Note: you can probably enable DRI3 in your Xorg config
    err:   Failed to create surface
    warn:  winevulkan detected, disabling exclusive fullscreen support
    vulkan: No DRI3 support detected - required for presentation
    Note: you can probably enable DRI3 in your Xorg config
    err:   Failed to create surface
    [0818/075251.296:ERROR:network_change_notifier_win.cc(156)] WSALookupServiceBegin failed with: 0
    Initial process has exited.

Well … and you arent using amdgpu…

:thinking:

Try force reinstall?

sudo pacman -Syyu
sudo mhwd -f -i pci video-linux

sudo pacman -Syyu
[sudo] password for sirus:
:: Synchronizing package databases…
core 168.7 KiB 1622 KiB/s 00:00 [#######################################################################################] 100%
extra 2000.2 KiB 1770 KiB/s 00:01 [#######################################################################################] 100%
community 6.1 MiB 4.85 MiB/s 00:01 [#######################################################################################] 100%
multilib 195.2 KiB 8.29 MiB/s 00:00 [#######################################################################################] 100%
:: Starting full system upgrade…
there is nothing to do
[sirus@thread ~]$ sudo mhwd -f -i pci video-linux

Removing video-linux…
Sourcing /etc/mhwd-x86_64.conf
Has lib32 support: true
Sourcing /var/lib/mhwd/local/pci/video-linux/MHWDCONFIG
Processing classid: 0300
Sourcing /var/lib/mhwd/scripts/include/0300
Processing classid: 0380
Processing classid: 0302
checking dependencies…
error: failed to prepare transaction (could not satisfy dependencies)
:: removing xf86-video-amdgpu breaks dependency ‘xf86-video-amdgpu’ required by amdgpu-experimental
Error: pacman failed!
Error: script failed!

Oh. So you have amdgpu-expirmental installed ?
I dont know if it is causing any issues …
but it is in the way of this reinstall, so remove it first

After a reinstall reboot and check inxi -G again for output.

That broke x. Reinstalling amdgpu-exprrimental didn’t fix it either. Now I don’t have x and we are 9 minutes from market open :frowning:

How?
Do you have any other special packages or files we dont know about?
video-linux was already installed, and is just a catch-all for the open drivers. It comes with every install.

I guess specifically files in X11

ls /etc/X11/{mhwd,xorg.conf}.d

Also … wait a sec … what is this ?

Its not owned by any package in the repos, isnt generated when I run mhwd … did you create it?
Whats in it?

cat /etc/mhwd-x86_64.conf

There is nothing in /etc/X11/mhwd.d
In xorg.conf.d there is a 00-keyboard.conf with a single entry about a 105 key keyboard

I have no idea what that file is from. It contains MHWD64_IS_LIB32=“true”

well… eh … I dont know what that is. I certainly dont have that env var.
I say nuke the file and rerun mhwd reinstall.

Still black screen. Console only

The conf file has some mistakes. For example, the DRI option should be

Option "DRI" "3"

or

Option "DRI3" "true"

You only need one setting.

Another issue is the fact you’re using the experimental driver. You should try to assign the amdgpu driver without options. Then, if it boots, check which DRI version is in use through the log. DRI3 may be failing.

I wonder … during your update did you change kernels? I see you are on new 5.8
Have you tried booting with an earlier kernel?

I have tried booting with 5.7. I installed 5.8 as a troubleshooting step

And what if you do startx ?

Tried to post a pic but I was flagged as spam and now imgur is blocked as a host on the forums it tells me. The gist is it doesn’t work

Yeah I saw those and killed the flags.

As to your error… yeah … thats messed up.

Maybe we can get more from the log it mentions … but I think it will be same as already shown there and above.

If ati/radeon was working for you and you just want to get in, you can probably set boot option:
amdgpu.modeset=0