File: install.osX

package info (click to toggle)
treeview 1.1.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd
  • size: 5,340 kB
  • ctags: 5,704
  • sloc: java: 33,287; xml: 1,728; perl: 132; sh: 44; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 799 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Mac OS X anti-aliasing:

Dead_Ed writes "So by request, here's what you need to do to disable
system-wide antialiased text in Mac OS X
 It's a Terminal "defaults" command, which mean you launch
 Terminal.app and type the following command in. Be aware that this is
 a user setting and not a system setting, so it won't affect other
 users on your system.

defaults write CoreGraphics CGFontDisableAntialiasing YES

Some text will look rather nasty, so just play with what fonts you're
using and find one that looks decent. To get it back to "normal," you
can just change to NO:

defaults write CoreGraphics CGFontDisableAntialiasing NO

Enjoy!"

With some experimenting, we have found that, while this works great on
CRTs (text is less fuzzy), it actually makes text harder to read on
LCD displays.