Hello @01ie, vanilla wine is out of scope for this project. Please report your findings to the upstream wine project.
Looking around a bit, this issue report is following up from https://github.com/Kron4ek/Wine-Builds/issues/230. Pulling Proton apart and using individual components of Proton separately is not supportable.
winevulkan.dllx1 2026-04
On a PRIME dual-GPU laptop (NVIDIA renders via prime-run, Intel drives the display), winevulkan provides a modified surface size to DXVK that doesn't match what the NVIDIA driver reports. This causes repeated swapchain failures and wrong resolution, making games unable to display correctly.
Affected: proton-10, proton-11-beta1
Working: proton-9
Tested with: Puyo Puyo Tetris 2
Launch command:
prime-run gamemoderun wine "Puyo Puyo Tetris 2.exe"System Information
Log (proton-11-beta1)
Key symptoms:
info: Buffer size: 1280x720 → VK_ERROR_OUT_OF_DATE_KHR
info: Buffer size: 960x540 → VK_ERROR_OUT_OF_DATE_KHR
info: Buffer size: 1603x880 → game starts cycling display modes
info: Setting display mode: 1600x900@60
info: Setting display mode: 1368x768@60
info: Setting display mode: 1024x576@60
info: Buffer size: 855x481 ← final wrong resolution
Click to expand