Snow Leopardでは、他社製モニターを使用するとフォントスムージングされない現象があるようです。しかも、Leopardからアピアランスシステム環境設定の仕様変更によりフォントスムージングを選択するポップアップメニューが省略されたためコマンドラインから直接設定情報を書き込むしかないようです。
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
設定値は1から4まであるようで2が最適な値のようです。しかし、Mac OS X 10.6.1で修正されるようなのでお急ぎでない方は静観しておくといいでしょう。
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
Currently you have JavaScript disabled. In order to post comments, please make sure JavaScript and Cookies are enabled, and reload the page. Click here for instructions on how to enable JavaScript in your browser.
Snow Leopardのフォントスムージング
Snow Leopardでは、他社製モニターを使用するとフォントスムージングされない現象があるようです。しかも、Leopardからアピアランスシステム環境設定の仕様変更によりフォントスムージングを選択するポップアップメニューが省略されたためコマンドラインから直接設定情報を書き込むしかないようです。
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2設定値は1から4まであるようで2が最適な値のようです。しかし、Mac OS X 10.6.1で修正されるようなのでお急ぎでない方は静観しておくといいでしょう。
こちらも合わせてどうぞ