-
Notifications
You must be signed in to change notification settings - Fork 6
Description
version: proton-cachyos 1:10.0.20250520-2
Opening Hunt Showdown 1896 with the following launch options to force HDR to work makes the game opens the game on the primary monitor (fullHd) with the resolution of the second monitor 1080x2560.
i can reproduce this error/bug everytime and only happens when i'm forcing HDR to work.
launch options that trigger the bug : PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1
digging throughout the logs i find one difference while searching for the "1080" since its the common searchable aspect between the two, its the following line:
[hdr launch options]
18028.601:01e4:01e8:info:vkd3d-proton:dxgi_vk_swap_chain_init: Creating swapchain (1080 x 1920), BufferCount = 3.
[normal launch]
18327.416:01d0:01d4:info:vkd3d-proton:dxgi_vk_swap_chain_init: Creating swapchain (1920 x 1080), BufferCount = 3.
i can provide more info if needed, if this isn't the place to report this bug please advise where to do it.