About Us

Bulletpoint StarImulus® is a technology focused design + interactive agency.

In addition to our client services we also have a few products in the works. Our office is always filled with chatter and this blog is an outlet for our creative energy, rants and ideas.

Podium

StacksStacks ®
A group task management solution that finally makes sense.

Sign Up For A Free Trial »

Featured Project

Sep2

Text aliasing and font smoothing on third party displays in OS X Snow Leopard 10.6

After installing Snow Leopard on my 15″ MacBook Pro a few days ago I noticed that fonts, specifically at low sizes, looked terrible. Edges where overly rugged and text seemed dim. In essence, it seemed as if every font had decreased an entire weight.

With further research I discovered that this is a problem with 3rd party (non-apple) monitors and their default status in 10.6. Previously in 10.5’s System Preferences users where able to alter Font Smoothing with one of several options:

Options in 10.5

Yet, in 10.6 the option has been replaced with a simple Use LCD Font Smoothing When Available dialogue. The problem is OS X 10.6 detects some 3rd party monitors (Dell, Samsung, Lenovo, etc.) as CRTs and doesn’t allow them to utilize font smoothing. Here’s an example side by side of font non-smoothing vs. smoothing on Snow Leopard.

With and without font smoothing.

albums-artists in iTunes with and without font rendering in Snow Leopard

Fortunately there is a way to force font smoothing via terminal, simply paste the following text and hit enter:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 2

  • 0 – is the setting for CRT rendering (looks horrible on LCD)
  • 1 – is the setting for Light
  • 2 – is the setting for Medium (Best for Flat Panel)
  • 3 – is the setting for Strong

Once you’ve set this you will want to log out and back into OS X. At this point all the fonts should look as they did before your upgrade to 10.6. Hoorah!

Update: Added another example from iTunes music selection that highlights this issue a bit more. Also, updated a grammar fix thanks to Reddit user guriboysf.

posted in: OS X, bugs, typography

This post was published on Wednesday, September 2, 2009 at 3:52 pm

Leave a comment


Comments

1

Bruce

September 17, 2009 at 1:41 am

Hopefully Apple will fix this in the next few revisions of OS X. Similar to how they did the opacity on the menu-bar in 10.5

2

Numerizen

December 30, 2009 at 11:12 am

Thanks a lot for this tip : cured me of my disapointment with my brand new Mac Pro and Snow Leopard.

It worked very well. Strange the problem has not been fixed in 10.6.2.