Last active
May 30, 2022 14:27
-
-
Save nicolaskopp/359deda213bd66a2a49b8370cd8e8715 to your computer and use it in GitHub Desktop.
Revisions
-
nicolaskopp revised this gist
May 30, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
nicolaskopp revised this gist
May 30, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ 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%. -
nicolaskopp revised this gist
May 30, 2022 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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%. -
nicolaskopp created this gist
May 30, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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%.