protonscr

[d3d11] Vindictus: Wrong Aspect Ratio in Multiple Screens Setup

dxvkopen dxgi
doitsujin/dxvk#3975 · opened 2024-04-28 by kin-patsu · updated 2025-05-18 · 1 comments · github
Kkin-patsu 2024-04-28 github

When playing Vindictus in DirecX 11 mode in a setup with more than one screen, if one of those is connected through DisplayPort and the second one through HDMI then the aspect ratio of only the DisplayPort screen will be used, regardless of which screen is being used as the main one.

In my case, my main screen is 16:9 connected through HDMI, with another side monitor, also 16:9, used vertically and connected through DisplayPort. This causes Vindictus to default its resolution to windowed 1024x768 when started with dxvk, and to only show vertical resolutions when choosing a custom one, as shown here:
image
It's worth noting that this doesn't happen when playing in DirectX 9 mode.

Software information

System information

  • GPU: NVIDIA GeForce RTX 4090
  • Driver: 552.12
  • Wine/Proton Version: NA (Windows)
  • DXVK version: v2.3.1

Apitrace file(s)

Log files

No Proton or Wine log, being on Windows, however I can provide the dxvk log:

Ddoitsujin maintainer 2024-04-29 github

We currently don't really support rotated displays, in part because I have no idea how DXGI reports display modes for them and whether or not apps have to be aware of the rotation.

I'm also not sure what the expectation here is though, the game is not aware of multi-monitor setups and only queries display 0, and I don't know if changing the "main" display at an OS level has any effect at all on the way EnumDisplayMonitors / EnumDisplaySettings report things.

Nothing extracted yet.