Font Smoothing in Snow Leopard with a 3rd Party LCD

Having connected a 3rd party (Polyview) 19″ LCD into the work MacBook Pro I was struck by how poor any on screen text rendered. Trying to use Terminal.app was just aweful, all jaggy and hard to read.

It turns out that font smoothing (aka sub-pixel antialiasing) on the 3rd party screen wasn’t happening and OS X was defaulting the font smoothing to CRT. Take a look at the screenshots below, bad eh?

Antialiasing for CRTs, ewwwww.

Antialiasing fixed!

How to fix the problem?

Open up terminal and paste in the following:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 2

or if you find the text a little large/blurry you can try:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 1

Now logout > login.

So what’s up?

The whole Snow Leopard font smoothing issue seems strange and why Apple changed the font smooth dialog is beyond me. But you can read more about it here
jjgod / blog > Snow Leopard vs. 3rd Party LCD Displays if you’d like to know a little more about the problem.

Comments are closed.