Contribute
Register

Someone please help me in VGA port fix for Intel HD 3000

Status
Not open for further replies.
Joined
Feb 2, 2012
Messages
9
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
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 so that i can connect my laptop to projectors. Someone please let me know what exactly has to be changed in the above hex so that i can enable VGA support.
 
I got this working yesterday on Dell N5110R Lion 10.7.5, Intel HD 3000 no nvidia

Using the Modigliani patch http://www.insanelymac.com/forum/to...-graphics-sandy-bridge-osx-lion/page__st__160

I have LVDS, HDMI, VGA i zero'd out the last connector as I don't have a second HDMI/DVI

0000000: 0102 0300 1007 0000 1007 0000 ............
000000c: 0503 0000 0200 0000 3000 0000 ........0...
0000018: 0205 0000 0004 0000 0700 0000 ............
0000024: 0602 0000 1000 0000 0900 0000 ............
0000030: 0000 0000 0004 0000 0900 0000 ............

Only problem is I haven't gotten this to work on 10.8.2 which is my main disk OS. If anyone has I hope they can share it.
 
Status
Not open for further replies.
Back
Top