InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 10-12-2009, 09:06 PM
thorazine74 thorazine74 is offline
 
Join Date: May 2009
Location: Spain
Posts: 411
LCD Font Smoothing in Snow Leopard: how to force activate it

You may have noticed that Apple changed LCD Font Smoothing settings in System Preferences:

Now it looks like you can only turn it on or off. However even when that toggle turned on SL wont activate LCD Font Smoothing when it believes your monitor is not an LCD, and it seems to be the case that most non-Apple LCD monitors fail to be detected as such, so in most of our hackintoshes we would be running without LCD Font Smoothing even with that option toggled on.
Its been reported in many places already that typing this in Terminal will force activate LCD Font Smoothing:
Code:
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
The number at the end specifies the degree of smoothing, being:
0 = LCD Smoothing Off
1 = Light
2 = Medium
3 = Strong

I post it here again with some sample screenshots so you can see for yourself the difference, and taken into account that most of us hackintosh users we would be running non-Apple-manufactured LCD monitors, we would be missing the LCD filtering maybe without even knowing it,
So in case you were wondering like me why the fonts look so ugly in Snow, here is how to fix it.

Note: you have to expand the pictures to see the differences clearly.

Code:
defaults -currentHost write -globalDomain AppleFontSmoothing -int 0
[No LCD Smoothing - Default setting in Snow Leo, even when toggled on in SysPref, in most non-Apple monitors]




Code:
defaults -currentHost write -globalDomain AppleFontSmoothing -int 1
[Light LCD Smoothing]



Code:
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
[Medium LCD Smoothing - Equivalent to Leopard Default setting]



Code:
defaults -currentHost write -globalDomain AppleFontSmoothing -int 3
[Strong LCD Smoothing]

AsRock P45TS | C2D E8200 | GeForce 8600GTS
Mac OS X Snow Leopard 10.6.1 + Windows 7 Ultimate 6.1.7600 + Fedora 11
Reply With Quote
  #2  
Old 10-12-2009, 10:48 PM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
THX 4 this



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply