Skip to content

Instantly share code, notes, and snippets.

@nicolaskopp
Last active May 30, 2022 14:27
Show Gist options
  • Save nicolaskopp/359deda213bd66a2a49b8370cd8e8715 to your computer and use it in GitHub Desktop.
Save nicolaskopp/359deda213bd66a2a49b8370cd8e8715 to your computer and use it in GitHub Desktop.
How to fix the DaVinci Resolve DPI Scaling Problem / blurry fonts on Windows

How to fix the DaVinci Resolve DPI Scaling Problem / blurry fonts on Windows

Using a High-DPI monitor with high resolutions such as 3840px and above, you may have noticed that DaVinci Resolve does not really care about Windows system scaling settings.

You may have also tried to force override DPI handling in the shortcut properties, which kind of works, but makes fonts blurry.

Here his how to fix DaVinci Resolve High DPI scaling to respect your windows settings without blurry fonts

Edit the shortcut target of DaVinci Resolve to use this:

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -WindowStyle Hidden "$Env:QT_DEVICE_PIXEL_RATIO=1;$Env:QT_AUTO_SCREEN_SCALE_FACTOR=1;start 'C:\Program Files\Blackmagic Design\DaVinci Resolve\Resolve.exe'"

Then start DaVinci Resolve like usual. It should now respect whatever scaling factor you applied onto your Windows Desktop, for example 150%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment