Wait for it
Houston, we have a problem
Starfield is using D3D12 and I guarantee you Bethesda will butcher it. Get ready.Terminology
Things You Should Know
-
Vertical Synchronization (V-Sync) - technology allowing to keep display's scanout and refresh in phase to eliminate screen tearing,
at the cost of higher latency.
(Latency lowers along with refresh rate) - G-Sync | Freesync - Variable Refresh Rate (VRR) technologies developed by NVIDIA and AMD respectively. They allow the display to adapt its refresh rate to the framerate, allowing to use V-Sync at arbitrary framerates and reduce its latency[1] .
- Multiplane Overlays (MPOs) - hardware scanout planes for the GPU. They allow for hardware image composition without any latency or performance penalty (for example displaying windows on top of each other), as well as their hardware scaling and stretching. MPOs are supported since Windows 8.1. Hardware capabilities vary between GPU manufacturers.
-
Input Latency (lag) - time between input event (mouse click, keyboard press) and the event being displayed on the screen. The lower the latency, the more responsive the game feels.
There are multiple sources of latency, varying from GPU/ CPU usage, display mode, framerate count and many more - most of them are covered in this guide.
- Yes, despite popular misinformation, VRR alone doesn't get rid of tearing. It can minimize the rolling tear however, but that varies between displays, and such, it's not a guaranteed feature. Additionally, the latency reduction applies only at framerates below V-Sync window (display's native refresh rate) - if framerate matches the native refresh rate, VRR engages V-Sync emulation.
Graphics Drivers and Windows
Driver Updates
Not much to say here - for the best compatibility and performance, you must be using the newest driver for your graphics card.
You can check what GPU you have by opening Task Manager, and going to the Performance tab - the last GPU on the left pane is your main one.
Select your graphics card to go the driver download page |
||
---|---|---|
Windows Watermark
You can ignore this section if you have following GPUs:
- Nvidia 16 series and newer
- AMD Vega and newer (single display only)
- Intel CPUs 8th Gen and newer
Make sure your Windows is activated, otherwise the watermark will kick the game into the DWM composition, which leads to increased latency, worse performance and disables VRR.
Since Starfield is using D3D12, there is no way to bypass the watermark since there is no Fullsceen Exclusive mode.
How to check if your GPU supports MPOs:
- Type dxdiag into Windows search
- Click Save All Information and save the file.
- Open the DxDiag.txt file, press Ctrl+F and look for MPO MaxPlanes
- If the number is greater than 1, then your GPU has MPO support.
Having the watermark without MPOs will disable VRR and increase input latency and stuttering!
Virtualization
Windows 11 uses virtualization features to increase system and inter-process security. Unfortunately, this can come at a performance cost, especially on lower-end hardware.I won't be writing on how to disable them, because... Microsoft already made a tutorial about it.
This step is not mandatory, as when it comes to security, it's up to you to decide. Just letting you know that this exists, and even Microsoft acknowledges the fact that it can degrade perfomance.
Game Mode
Windows 10 introduced a feature called Game Mode, which puts the system in a more gaming-friendly state.Game Mode features:
- Enables AutoHDR for DXGI based games.
- Enables VRR optimizations for games using Flip Model [?].
- Disables Windows Update.
- Disables notifications.
- Disables file indexing, if "Respect Device Power Mode Settings" is enabled in Search settings.
- Sets Game Mode power mode (Requires Balanced power plan to be active).
- Enables CPU scheduling optimizations for Ryzen CPUs.
Game Mode is enabled by default. If you had it disabled for some reason, you can enable it here.
Display Mode Differences
It's all Windowed?
Starfield uses D3D12 which has Flip Model as the only presentation mode. This naturally means one thing: it's all Windowed, no matter what the name in settings is.
Windowed / Fullscreen |
---|
|
Yes, this table is for joke purposes. There's no thing to compare here.