jakehilborn / displayplacer

macOS command line utility to configure multi-display resolutions and arrangements. Essentially XRandR for macOS.
MIT License
3.74k stars 134 forks source link

getting wrong values in mac MacBook Pro M1 Pro #124

Open niron1 opened 1 year ago

niron1 commented 1 year ago

I run:

displayplacer list | grep -e Resolution: -e Scaling:
Resolution: 1728x1117
Scaling: on
Resolution: 1920x1080
Scaling: off

the secondary is correct. however, the primary retina display is 16-inch (3456 × 2234) maybe it's a miscalculation of the 120hz?

oschrenk commented 1 year ago

120Hz, is the refresh rate. That is separate from resolution. The resolution looks awkward  but it is correct. Macbook Pro Displays use retina resolution (scaling:on), effectively increasing pixel density density, to bring you a crisper looking image. The resolution is 3456x2234 (physically) but it renders as 1728x11171728x1117 is (3456/2)× (2234/2)See also What is a 'Retina' display, and why it matters | AppleInsiderOn 1. Sep 2023, at 09:57, Nir Oren @.***> wrote: I run: displayplacer list | grep -e Resolution: -e Scaling: Resolution: 1728x1117 Scaling: on Resolution: 1920x1080 Scaling: off

the secondary is correct. however, the primary retina display is 16-inch (3456 × 2234) maybe it's a miscalculation of the 120hz?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>