Skip to content

Instantly share code, notes, and snippets.

@nicolaskopp
Last active May 30, 2022 14:27
Show Gist options
  • Select an option

  • Save nicolaskopp/359deda213bd66a2a49b8370cd8e8715 to your computer and use it in GitHub Desktop.

Select an option

Save nicolaskopp/359deda213bd66a2a49b8370cd8e8715 to your computer and use it in GitHub Desktop.

Revisions

  1. nicolaskopp revised this gist May 30, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions DaVinci Resolve DPI Fix.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # 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.
  2. nicolaskopp revised this gist May 30, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions DaVinci Resolve DPI Fix.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Using a High-DPI Monitor or extremely widescreen monitor with high resolutions such as 3840px and above, you may have noticed that DaVinci resolve does not really care about Windows system settings for scaling resolution.
    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.

    @@ -10,4 +10,4 @@ Edit the shortcut target of DaVinci Resolve to use this:

    <img src="https://user-images.githubusercontent.com/38662598/171011255-90f1f2f6-40c8-43d1-9d50-02992c64e862.jpg" width="250px" />

    Then start DaVinci Resolve like usual. It should now respect whatever scaling factor you applied onto your WIndows Desktop, for example 150%.
    Then start DaVinci Resolve like usual. It should now respect whatever scaling factor you applied onto your Windows Desktop, for example 150%.
  3. nicolaskopp revised this gist May 30, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion DaVinci Resolve DPI Fix.md
    Original file line number Diff line number Diff line change
    @@ -7,5 +7,7 @@ You may have *also* tried to force override DPI handling in the shortcut propert
    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'"


    <img src="https://user-images.githubusercontent.com/38662598/171011255-90f1f2f6-40c8-43d1-9d50-02992c64e862.jpg" width="250px" />

    Then start DaVinci Resolve like usual. It should now respect whatever scaling factor you applied onto your WIndows Desktop, for example 150%.
  4. nicolaskopp created this gist May 30, 2022.
    11 changes: 11 additions & 0 deletions DaVinci Resolve DPI Fix.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    Using a High-DPI Monitor or extremely widescreen monitor with high resolutions such as 3840px and above, you may have noticed that DaVinci resolve does not really care about Windows system settings for scaling resolution.

    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%.