It appears OS X Lion still takes suggestions from connected monitors as to the correct level of anti-aliasing to use for rendering text.
If you’ve recently connected an ASUS monitor and suddenly your type looks wonky, run the following command via Terminal.app to restore goodness.
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
View Post