{"id":1680,"date":"2009-10-13T22:52:28","date_gmt":"2009-10-14T02:52:28","guid":{"rendered":"http:\/\/www.schollnick.net\/wordpress\/?p=1680"},"modified":"2009-10-13T22:52:46","modified_gmt":"2009-10-14T02:52:46","slug":"how-to-find-out-what-display-is-connected-to-your-mac","status":"publish","type":"post","link":"http:\/\/www.schollnick.net\/wordpress\/2009\/10\/how-to-find-out-what-display-is-connected-to-your-mac\/","title":{"rendered":"How to find out what display is connected to your Mac&#8230;"},"content":{"rendered":"<p>How can you find out what display is connected to your macintosh? \u00c2\u00a0Well, on the desktop&#8217;s you can examine the monitor, probably&#8230; \u00c2\u00a0But what about your laptop?<\/p>\n<p>Open a terminal window, and type this in:<\/p>\n<pre>ioreg -lw0 | grep IODisplayEDID | sed \"\/[^&lt;]*&lt;\/s\/\/\/\" | xxd -p -r | strings -6<\/pre>\n<p>For example:<\/p>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">[nerv:~] benjamin% ioreg -lw0 | grep IODisplayEDID | sed &#8220;\/[^&lt;]*&lt;\/s\/\/\/&#8221; | xxd -p -r | strings -6<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">SMBXAJ0806727<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">VO22L HDTV10A<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">q8-@X,%<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">@1<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">@U<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">[nerv:~] benjamin%<\/div>\n<pre style=\"padding-left: 30px;\"><span style=\"font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;\">[<\/span>nerv:~] abcdefg% ioreg -lw0 | grep IODisplayEDID | sed \"\/[^&lt;]*&lt;\/s\/\/\/\" | xxd -p -r | strings -6<\/pre>\n<pre style=\"padding-left: 30px;\">SMBXAJ0806727<\/pre>\n<pre style=\"padding-left: 30px;\">VO22L HDTV10A<\/pre>\n<pre style=\"padding-left: 30px;\">q8-@X,%<\/pre>\n<pre style=\"padding-left: 30px;\">@1<\/pre>\n<pre style=\"padding-left: 30px;\">@U<span style=\"font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;\">\u00c2\u00a0<\/span><\/pre>\n<p><span style=\"font-size: small;\"><span style=\"font-size: 13px;\">What does this mean?<\/span><\/span><\/p>\n<ul>\n<li>I don&#8217;t have any information on what the &#8220;SMBXAJ0806727&#8221; is, I thought it was the serial number, but it doesn&#8217;t match the display&#8217;s serial number&#8230;<\/li>\n<li>The VO22L, in my case, is the model of the monitor, and I assume the HDTV10A is the class of display.<\/li>\n<li>The rest of the output appear to be gibberish&#8230;<\/li>\n<\/ul>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">[nerv:~] benjamin% ioreg -lw0 | grep IODisplayEDID | sed &#8220;\/[^&lt;]*&lt;\/s\/\/\/&#8221; | xxd -p -r | strings -6<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">SMBXAJ0806727<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">VO22L HDTV10A<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">q8-@X,%<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">@1<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">@U<\/div>\n<div id=\"_mcePaste\" style=\"position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;\">[nerv:~] benjamin%<\/div>\n","protected":false},"excerpt":{"rendered":"<p>How can you find out what display is connected to your macintosh? \u00c2\u00a0Well, on the desktop&#8217;s you can examine the monitor, probably&#8230; \u00c2\u00a0But what about your laptop? Open a terminal window, and type this in: ioreg -lw0 | grep IODisplayEDID | sed &#8220;\/[^&lt;]*&lt;\/s\/\/\/&#8221; | xxd -p -r | strings -6 For example: [nerv:~] benjamin% ioreg <a class=\"read-more\" href=\"http:\/\/www.schollnick.net\/wordpress\/2009\/10\/how-to-find-out-what-display-is-connected-to-your-mac\/\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[12,23,5,25],"tags":[1831,115],"_links":{"self":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/posts\/1680"}],"collection":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/comments?post=1680"}],"version-history":[{"count":0,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/posts\/1680\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/media?parent=1680"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/categories?post=1680"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.schollnick.net\/wordpress\/wp-json\/wp\/v2\/tags?post=1680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->