Skip to main content

macOS: Fix blurry fonts issue on lower resolutions - Mojave

Whether you are on a laptop or using a big screen, whether on a real Mac or Hackintosh, sometimes the Default resolution just makes everything too small. Making them bigger by changing resolution though produces another problem, especially for non-Retina screens: blurry fonts and low quality graphics. Here's how to fix that and get real crispy, sharper, high quality text and images on low resolutions by enabling the HiDPI mode in macOS.

  1. From Spotlight, type Terminal and press Enter to open a Terminal window.
  2. Type this command and press Enter: sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true
  3. Type your password and then restart your computer.
  4. Open System Preferences.
  5. Open the Displays Preference pane.
  6. Make sure you are at the Display tab.
  7. Press the Alt key on your keyboard while you click on the Scaled option, located in the Resolutions section. Doing so will reveal all the available resolutions.
  8. Choose the one that suits you, that also reads (HiDPI) next to it.
You can always go back to the native resolutions, without the HiDPI, again from the System Preferences, Displays. And there's no harm in keeping the HiDPI option enabled. But if you wish to undo this action, use this command in the Terminal: sudo defaults delete /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled



Disclaimer: The content provided in this article is for informational purposes only. You are solely responsible for verifying the information as being appropriate for your personal use.

Popular posts from this blog

How to rebuild cache and repair permissions of kexts in a Hackintosh

After installing 3rd-party kexts in /Library/Extensions, or replacing vanilla kexts with patched kexts in System/Library/Extensions, you may want to repair their permissions and rebuild the kext cache to ensure they work as intented. Here's how.

How to properly install kexts in a Hackintosh

In one of our previous articles we explained what are kexts and where they are stored . Here are a few different ways to install them. We also show how to repair permissions and rebuild the kext cache.

NVIDIA Web Drivers Mojave Workaround

It is still uncertain when will NVIDIA release any Web Drivers for macOS Mojave, but we can try a workaround.