Even Retina Displays are affected. I have it installed on my mbp2017 which I use with an LG Ultrafine 5K and text still looks fuzzy with AA. With AA off fonts get so thin you can hardly read them and window edges look crooked. Catalina is a mess.
Is there any real fix for the thin fuzzy fonts on non-retina MBA?
Got a LG 27" 5K monitor (27MD5KL-B) today and fonts look beautiful. I thought that I would miss the extra space of my 34" ultra wide but the image quality of this new monitor makes up for it.
defaults -currentHost delete -globalDomain AppleFontSmoothing
defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES
I reverted the "fixes" I had used in Mojave:
Code:defaults -currentHost delete -globalDomain AppleFontSmoothing defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES
I have set the resolution to "Default for display" and "Use font smoothing when available" is enabled (System Settings > General).
Even Retina Displays are affected. I have it installed on my mbp2017 which I use with an LG Ultrafine 5K and text still looks fuzzy with AA. With AA off fonts get so thin you can hardly read them and window edges look crooked. Catalina is a mess.
Is there any real fix for the thin fuzzy fonts on non-retina MBA?
Did you mean for a 4K desktop? Because the P2715Q is 4K, not 5K.I find it rather ironic that macOS, which led the way with anti-aliasing back in the day, now looks awful on standard dpi dispalys compared to Windows. I did try a P2715Q, but the non-integer scaling for a 5K desktop isn't perfect. It's a shame there aren't any matte 5K monitors available anymore.
I reverted the "fixes" I had used in Mojave:
Code:defaults -currentHost delete -globalDomain AppleFontSmoothing defaults write -g CGFontRenderingFontSmoothingDisabled -bool YES
The resolution is set to "Default for display" and "Use font smoothing when available" is enabled (System Settings > General).
defaults -currentHost write -globalDomain AppleFontSmoothing -int 3
Honestly, I wish that Apple would leave well enough alone, and stop changing their font rendering with every new release of macOS.
I've lost sight of what problem they must think they're trying to solve anymore.
They are not trying to solve anything. They are trying to cut on development and maintenance cost wherever possible. That is what I am thinking is the reason.
It isn't. Mojave had RGB rendering still alive for some elements. Catalina does not, only greyscale.They didn't change it. The issue is that you set some non standard anti-aliasing preferences in Mojave, and those settings cause things to break on 10.15.
With the default settings the anti-aliasing is the same.
Yes. I said the supported settings looks exactly the same. Custom anti-aliasing preferences that kicks in unsupported leftovers that should have been removed in Mojave are unsupported and are bound to break.
Did you mean for a 4K desktop? Because the P2715Q is 4K, not 5K.
Honestly, I wish that Apple would leave well enough alone, and stop changing their font rendering with every new release of macOS.
I've lost sight of what problem they must think they're trying to solve anymore.
I think the original explanation with Mojave was that sub-pixel anti-aliasing didn't work well with Dark Mode or retina displays in general. Also, with an increasing focus on motion in UI, CoreAnimation never supported sub-pixel in the first place because it was too computationally-intensive to tweak the effect on each frame while an animation was playing.
I think that they are right. Old method antialiasing looks horrible with Dark Mode. New method looks better.
But then again, new method of antialiasing looks horrible on normal (light) mode on non Retina screen.
I guess the solution is: keep dark mode all the time. 🤷♀️