2

What is the difference between 3840x2160 scaled at 200% and 1920x1080 scaled at 100%?

I ask because I have a 3840x2160 monitor and when I (by right-clicking on the desktop and going to display settings) adjust the resolution to 3840x2160 (its max) and the scaling to 200%: adjust the resolution to 3840x2160 (its max) and the scaling to 200%

everything looks very crisp; but then I change that same monitor's resolution to 1920x1080 and 100% scaling:

change that same monitor's resolution to 1920x1080 and 100% scaling

and it is very blurry. Why is this, is there a difference in the DPI? I am running Windows 10 Creators Update (Version 1709).

Toto
  • 19,304
Chris K
  • 121

3 Answers3

1

In Windows: Resolution defines how many pixels to be rendered on you screen. Scale defines how many pixels of the content to be enlarged. The difference is one applies to the screen. And one applies to the content.

For example, there is an picture of dimension 200 * 300. With settings Resolution: 1920 * 1080 and Scale: 100%. Under this settings, a 200 * 300 image will be displayed. Which may look blurry because of the low dimension.

With settings Resolution: 3840 * 2160 and Scale: 200%. Under this settings, the resolution does not affect the image dimension (Remember the Resolution only affects the screen). However, Scale will enlarge the image dimension by 2 times, which is 400 * 600. So, in this settings, you will see more details be rendered and the image will look crisp.

1

Because 4k resolution has 4 times the pixel density of 1080p , so to get the equivalent of 1080p scaled at 100%, you would need to scale 3840 x 2160 at 400%

3840 x 2160 = 8,294,400 1920 x 1080 = 2,073,600

8m/2m = 4

Nosweat
  • 11
0

Because it is not the resolution that is scaled, but the relative size of everything. So an app would specify font size 12 but windows would render it at size 24, but at double the dpi (because of the scaling).

Tim
  • 9