|
#1
| |||
| |||
| How to undo... "Mimic PC monitor" AppleScript effect I just ran "Mimic PC monitor" AppleScript present in Applications > AppleScript > Example Scripts folder! And now my screen appears blueish. How do I revert back to default Mac settings? Regards, -Vks |
|
#2
| ||||
| ||||
| all that thing does is: on run tell application "ColorSyncScripting" to set display profile of display 1 to profile "sRGB Profile" end run So go to your Display preference pane and set up the display correctly again.
__________________ MacBook Air 13" 1.6 GHz, 2 GB RAM, 80 GB HD. Mac OS X 10.5.5 MacBook 13" 1.83 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.5 Hackintosh Core2Duo 2.4 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.5 iPhone 3G 16 GB (v2.1), AppleTV 1G 40 GB (v2.1) Mac user since 1987, Apple Product Professional 2007, 2008. |
|
#3
| |||
| |||
| Thanks! That helped :-) Regards, -Vks |