ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
22.89k stars 1k forks source link

Vulkan/DXVK games spazzing out untill OpenGL game is launched once #7655

Closed bpc1 closed 3 weeks ago

bpc1 commented 3 weeks ago

System Information

Symptoms

Vulkan/DXVK games when launched after a system reboot have gpu/cpu usage spazzing out unless I run an OpenGL game once

Video_2024-04-20_16-55-08.webm

While checking the logs I've found that these lines keep spamming indefinitely in bad launches while in good launches it only happen 3 times.

info:  Presenter: Actual swap chain properties:
info:    Format:       VK_FORMAT_B8G8R8A8_UNORM
info:    Color space:  VK_COLOR_SPACE_SRGB_NONLINEAR_KHR
info:    Present mode: VK_PRESENT_MODE_FIFO_KHR (dynamic: no)
info:    Buffer size:  1920x1080
info:    Image count:  4
info:    Exclusive FS: 1

steam-1086940-bad1.log steam-1086940-good1.log It's a fresh arch install, I've installed all the amd drivers as recommended in the lutris docs

Reproduction

1.Reboot

  1. Start any Vulkan/DXVK game
  2. The bug happens every time
  3. Launch any OpenGL game once
  4. The bug stops happening