The dxvk.conf syntax is dxvk.hud = fps. It works fine in D3D11 games when actually set up correctly.
Not just D3D11 games, it works fine in D3D9, 8 and 10 games too.
The dxvk.conf syntax is
dxvk.hud = fps. It works fine in D3D11 games when actually set up correctly.
Thank you. In that case you should update this part of the "How to use" page to reflect the correct syntax:
That section talks about a environment variable not the dxvk config file.
You can see the config syntax in the example file https://github.com/doitsujin/dxvk/blob/master/dxvk.conf
@rado84-github
The
DXVK_HUDenvironment variable controls a HUD...
DXVK_HUDx1 2024-09DXVK_HUD=fpsx1 2024-09
I have this set in dxvk.conf: DXVK_HUD=fps and according to the usage page it should work, but it doesn't, at least not in DX11 games. In DX9 (D9VK) games, such as NFS Most Wanted, it works just fine. But if the game is DX11 - no FPS. Why?