Jump to content

Someone please help in editing Intel HD 3000 external connector hex


majrul
 Share

1 post in this topic

Recommended Posts

Hi,

 

I've tried my best in following the post on editing the custom connector for intel hd 3000 graphics. This is what is the hex string produced after running the following commands:

 

nm -arch x86_64 AppleIntelSNBGraphicsFB | grep 'D _PlatformInformationList'

dd if=AppleIntelSNBGraphicsFB of=/tmp/table bs=1 skip=173688 count=60

cd /tmp

xxd -c 12 < table > hex

cat hex

 

Output:

 

 

0000000: 0002 0300 0000 0000 ffff ffff ............

000000c: 0205 0000 0004 0000 0700 0000 ............

0000018: 0304 0000 0004 0000 0900 0000 ............

0000024: 0406 0000 0008 0000 0600 0000 ............

0000030: 0000 0000 0100 0000 4000 0000 ........@...

 

What i need is external VGA support. From revogirls post on her own wordpress blog, i came to know: For VGA it is 0602 with 1000 or 0001 for connector type. But now the only problem is because of my lack of knowledge, i just don't know where to apply this change. Someone please help me!

Link to comment
Share on other sites

 Share

×
×
  • Create New...