Physical resolution is not changed - just scaling applied #3354
-
I am trying to use Picture by Picture of HP Z27k G3 4K (3840 2160) monitor. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, the app normally lists physical resolutions only and when adding custom resolutions, those will be scaled resolutions. You need to use the Display Mode's filters to get more + might need to enable Unsafe resolutions as well under Settings/Displays/Overall. Some newer Apple Silicon Macs don't easily allow physical resolution switch (except for some scenarios) - in this case you need to use the If you want to use a mode that does not exist in the display's EDID, you might need to edit get the EDID using the app, add the timing via AW EDID Editor and apply the updated EDID so the custom timing will be available. |
Beta Was this translation helpful? Give feedback.
Yes, the app normally lists physical resolutions only and when adding custom resolutions, those will be scaled resolutions. You need to use the Display Mode's filters to get more + might need to enable Unsafe resolutions as well under Settings/Displays/Overall.
Some newer Apple Silicon Macs don't easily allow physical resolution switch (except for some scenarios) - in this case you need to use the
betterdisplaycli get -connectionModeListAll
feature to determine the recognized physical timings (you can also switch to one but that is a low level switch, won't resize the framebuffer correctly) and might need to set the native resolution to one under Configuration Editing and apply an activat…