MacOS High Sierra doesn’t offer HiDPI scaling options

high-dpimacos-highsierrascaling

Windows and Linux DE environments usually have HiDPI scaling, which means keeping the resolution native (4k, 2k…) but scaling up the graphics.

MacOS seems to have this feature as well in the display settings, but in High Sierra, latest update, I can't seem to find them.

Doing sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true does not offer a solution.

Has anyone else run into this issue?

Best Answer

Solution:

  1. Disable SIP

https://support.accountek.com/support/solutions/articles/6000101816-odb-1-61d-install-disabling-sip-system-integrity-protection-on-mac-os-el-capitan-10-11-

  • Click the  menu.
  • Select Restart...
  • Hold down Command-R to boot into the Recovery System.
  • Click the Utilities menu and select Terminal.
  • Type csrutil disable and press return.
  • Close the Terminal app.
  • Click the  menu and select Restart

Then

  1. Install RDM

https://github.com/avibrazil/RDM

It's free open source

  1. Install https://github.com/syscl/Enable-HiDPI-OSX

This option gives more display options

Related Question