I go to terminal and type ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
and I tried
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
@.`0 6
Color LCD
and then i tried
ioreg -lw0 | grep -i "DisplayVendorID"
| | | | | | "DisplayVendorID" = 1552
Any other way to tell?
and I tried
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
@.`0 6
Color LCD
and then i tried
ioreg -lw0 | grep -i "DisplayVendorID"
| | | | | | "DisplayVendorID" = 1552
Any other way to tell?