I want to find out about my macbook's lcd manufacturer, is there any tool for Mac OS X like PCWizard CPUID?
TIA
-
Awesome laptops Notebook Evangelist
mac wizard lol? i dont know never heard of one. One question why do you want to know the maufacturer
-
I don't know if such an app exists, but, if so, you might find it here.
-
I'm curious...
The only solution I've come up with so far is installing Windows on another partition tthrough Boot Camp and using PCWizard thereafter which I don't want to do -
ioreg -l
will give you more info than you could ever imagine!
you can pipe it to a text file
ioreg -l > myinfo.txt
and have a look there. every component of your individual machine will be there -
if you would like the exact model number of your panel:
try:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
Looking for some software like PCWizard CPUID?
Discussion in 'Apple and Mac OS X' started by t3rom, Mar 22, 2008.