jaredtomas macrumors regular Original poster Aug 11, 2008 136 0 Australia Dec 24, 2008 #1 Is there a way to find out?
Much Ado macrumors 68000 Sep 7, 2006 1,532 1 UK Dec 24, 2008 #2 For details on everything inside your Mac, go: The Apple icon in the top left corner -> About This Mac -> More Info.
For details on everything inside your Mac, go: The Apple icon in the top left corner -> About This Mac -> More Info.
jaredtomas macrumors regular Original poster Aug 11, 2008 136 0 Australia Dec 24, 2008 #3 People seem to be mentioning model numbers around this forum - which I can't seem to find via the "About this Mac" option. Perhaps I'm doing something wrong? My apologies, I am new to the Apple world.
People seem to be mentioning model numbers around this forum - which I can't seem to find via the "About this Mac" option. Perhaps I'm doing something wrong? My apologies, I am new to the Apple world.
GoCubsGo macrumors Nehalem Feb 19, 2005 35,743 155 Dec 24, 2008 #4 Yes, First, you can see the actual model number of the display by opening terminal and entering in the following command: ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6 Second, you can go to System Prefs > Display > Color > pick the profile you're on > Open Profile > and then see below ...
Yes, First, you can see the actual model number of the display by opening terminal and entering in the following command: ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6 Second, you can go to System Prefs > Display > Color > pick the profile you're on > Open Profile > and then see below ...
jaredtomas macrumors regular Original poster Aug 11, 2008 136 0 Australia Dec 24, 2008 #5 Ah, thank you!