TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sub-pixel aliasing has Not been removed from Mojave

7 pointsby AnabeeKnoxover 6 years ago
MacOS Mojave looked bad for me on my non-retina Macbook Air. The consensus everywhere I looked is that it has been removed from Mojave, there are many pages describing this if you do a Google search. However, the feature has not been removed, just hidden.<p>It can be enabled using the following terminal command:<p><pre><code> defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO</code></pre>

1 comment

AnabeeKnoxover 6 years ago
You need to logout and login to see the changes.