I want to know who is display manufacturer in my macbook pro (294),
OS X 10.9: LG or Samsung.
I tried to use standard command:
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
But it doesn't work: nothing appears and terminal is supposed to hang.
Any other way to get display manufacturer name?
OS X 10.9: LG or Samsung.
I tried to use standard command:
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
But it doesn't work: nothing appears and terminal is supposed to hang.
Any other way to get display manufacturer name?