출처1: http://embdev.net/topic/284710
준비:
원인:
Many Dell monitors (e.g., U2713H, U2713HM, ...) look really bad when connected to a Mac (OS X 10.8.2) via DisplayPort, as if some sharpening or contrast enhancement was applied. Others have reported the same problem (http://www.anandtech.com/show/6308/dell-u2713hm-un..., http://forums.macrumors.com/showthread.php?t=1481582). The reason is that the DisplayPort uses YCbCr colors instead of RGB to drive the display, which limits the range of colors and apparently causes the display to apply some undesired post processing. The problem can be solved by overriding the EDID data of the display
해결 방법:
How to force RGB in Mac OS X
- Download the patch-edid.rb script from the forums thread above and put it in your home directory.
- Connect only the external monitor(s) in question (I closed my MacBook lid, for example). The script will make override files for any connected monitor.
- Type “ruby patch-edid.rb” in Terminal.
- A new folder will be created in your home directory. Move it into the “/System/Library/Displays/Overrides” folder. If Finder tells you that you are overwriting an existing folder, consider backing it up first.
- Restart your computer, enjoy your monitor.
To undo the changes, either delete the folder you had copied to the Overrides folder (if it didn’t already exist) or replace it with the folder you had backed up.
위의 방법으로 생성된 EDID override 설정파일을 다운 받아 /System/Library/Displays/Overrides/DisplayVendorID-10ac 에 압축을 푼다.
'정보기술 > Mac' 카테고리의 다른 글
Plex Home Theater 폰트 수정 방법 (0) | 2015.07.02 |
---|---|
Mac OS X HiDPI 강제 활성화 (0) | 2014.03.24 |
How to add or delete static routes (0) | 2013.02.13 |
OS X 메일 프로그램에 메일 보낸 사람 프로필 사진 띄우기 (0) | 2012.12.06 |
OS X의 "Open With..." List 중 중복되거나 오래된 item의 정리 (0) | 2012.12.03 |