I made some more progress...
By changing the version byte in the E6430HD4000 DSDT from 03 to 09 (see below) I was able to avoid the "ugly screen" and noted that the screen went totaly black. As though the output was shifted to another port.
Sure enough, when I hooked it up to my HD TV, I had a glorious 1920x1080 screen. I was unable to get a screen shot because the keys seemed wonky.
I'm going to start calling this one E6430HDp4000 since the screen is HD Plus (check the F2 System Setup info)
The Graphics/Displays section from the system report.
Intel HD Graphics 4000:
Chipset Model: Intel HD Graphics 4000
Type: GPU
Bus: Built-In
VRAM (Total): 512 MB
Vendor: Intel (0x8086)
Device ID: 0x0166
Revision ID: 0x0009
Displays:
SHARP HDMI:
Resolution: 1920 x 1080 @ 60 Hz
Pixel Depth: 32-Bit Color (ARGB8888)
Main Display: Yes
Mirror: Off
Online: Yes
Rotation: Supported
Television: Yes
Now I'm going to check into what resolved the "internal/external" display problem mentioned elsewhere here.
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"AAPL,DualLink",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00
},
"AAPL,ig-platform-id",
Buffer (0x04)
{
0x09, 0x00, 0x66, 0x01
},
"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
},
"model",
Buffer (0x17)
{
"Intel HD Graphics 4000"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
Update:
I now have Quartz (translucent menu bar) running with the DSDT from the E6430HD4000.zip modified as above. HD Kext is loaded. Really just the massive list of VoodooSDHC errors now.
To get the output to display on the LCD, I had to use a modified AppleIntelFrameBufferCapri kext from another site (not sure which 10.8.x version it is though).
http://iFail.me/forum/viewtopic.php?f=77&t=23300
Sound is working working, including auto detection of headphones, Mic working. Shutdown does a restart and sleep looks to be broken. I'll work on researching USB issues also. I think the 2.0 3.0 issues are related to rate matching internal hubs.
I've also seem to have lost the ability to autosave screen captures to the desktop. Maybe having quartz active did something?
Veritae