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

Bullet Journal and Task Management in Obsidian (part 1)- Free Vault for download and Folder Structure

This is the vault in Obsidian that I use daily as a bullet journal and task manager. This is going to be a series of posts on explaining how I use this vault.   Download the full vault .zip file here . Extract it, save the folder to your desired location and then open it from Obsidian. If you just want the snippets, download the snippets .zip file here . Extract and paste the CSS snippets to your .obsidian/snippets folder (show hidden files and folders in your file explorer). For a list of the alternate checkboxes you can use, see here (you don't need the minimal theme, the CSS snippet I have enabled will work on any theme, even the default one):  https://minimal.guide/Block+types/Checklists Folder Structure I have 3 parent folders: inbox - this is where I have Obsidian automatically store any new note I create journal - this is where I have Obsidian automatically store daily notes. I keep the current month in there, then when the month ends, I review and archive by month and y

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.

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.