有一天在逛我的 console log 的時候,發現很多這樣的訊息:
2008/3/23 下午 12:19:21 [0x0-0x119119].com.apple.systempreferences[2243] objc[2243]: Class O3Panel is implemented in both /System/Library/MonitorPanels/AppleDisplay.monitorPanels/Contents/Resources/Contrast.monitorPanel/Contents/MacOS/Contrast and /System/Library/MonitorPanels/AppleDisplay.monitorPanels/Contents/Resources/Geometry.monitorPanel/Contents/MacOS/Geometry. Using implementation from /System/Library/MonitorPanels/AppleDisplay.monitorPanels/Contents/Resources/Geometry.monitorPanel/Contents/MacOS/Geometry.
Console log 裡面有這種大量重複的訊息通常都是有點怪問題,順手就 google 了一下,原來也有很多人遇到這個問題。Apple discussion board 上的這篇文章說只要去把 Contrast 那個程式砍掉就可以解決這個錯誤訊息的問題。
我只是沒想到,砍掉這個檔案以後,我的螢幕對比就完全恢復正常了,視窗陰影的邊緣再也不會出現黃黃的斷層,Apple網站的暗色底圖也不會看起來像是有一堆noise,真是一個神奇的解法!