-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chances add "d3d9.enableDialogMode = True" for dx11? #3963
Comments
In some games, you can't set the borderless mode for vulcan, the settings in game not work. "Valheim" work on exclusive fullscreen - (X) |
Not entirely sure what you mean? The problem that the dialogue mode option solves does not really exist in D3D11. |
This command allows you to run the application in bordeless fullscreen instead of an exclusive full screen on dx9. |
How about making "VK_EXT_full_screen_exclusive" controllable from a config file? Name it dxvk.AllowExclusiveFullscreen, (Auto/True/False). |
The extension is a Windows only thing fwiw which is not officially a target platform. |
On Windows, Nvidia & AMD drivers use DXGI Swapchain for Vulkan apps. That means even if you select Exclusive/Fullscreen, as long as it uses Vulkan and you don't see any window borders, it will be borderless fullscreen. tldr: Don't use "Borderless" settings in game options. |
lextra2 |
Sounds more like an EDID issue. You can fix that really easily with CRU Alternatively you could use SpecialK |
Windows 10 x64
Nvidia 552.22
add borderless mode for vulkan on dx11 games.
The text was updated successfully, but these errors were encountered: