http://www.insanelym...howtopic=231783
Using an HDMI->DVI converter works fine, but I'm trying to use my 42" LCD TV which only has HDMI inputs. Has anyone successfully gotten this to work? If so I would really appreciate some guidance.
UPDATE:
I solved this issue by using the attached DSDT (Specific to my T9500 CPU), nVidia ROM (link below), attached smbios.plist, and using Chameleon 2 RC5 with the following com.apple.Boot.plist:
nVidia 8600m GT ROM:
http://www.mediafire...dw4tfhwpmc763fb
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>DSDT</key> <string>/Extra/DSDT.aml</string> <key>GraphicsEnabler</key> <string>Yes</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Timeout</key> <string>3</string> <key>UseNvidiaROM</key> <string>Yes</string> <key>VBIOS</key> <string>Yes</string> </dict> </plist>
While the original post I used to get this working (link at beginning) noted that the nvidia ROM needed to be renamed to 10de_04XX.rom (XX=last 2 digits of your cards device id), I only had success when I renamed the file to NVIDIA.ROM
Also, I am using the following g92_10.6.4.pkg which contains kexts from 10.6.4 (I beleive these are necessary for this to work on 10.6.5, but I'm not certain):
http://www.mediafire...16jwwea9bf5it0A
The final stumbling block for me was a lingering NVCAP entry in my DSDT under the AGP section. Once I removed it the HDMI out feature was working fine.
On 10.6.5 I had to use the Displays->Detect Displays feature in Snow Leopard in order fior the system to recognize my LCD TV. Also, I had to use SwitchResX to properly adjust my resolution (the standard 1080p setting with overscan pushed the display over the edges of the TV).
Hope this helps someone out there, and sorry if this explanation is a bit confusing - I've been at this for hours and I'm incredibly tired! Cheers.
The specific DSDT additions:
Device (PEGP)
{
Name (_ADR, 0x00010000)
Device (GFX0)
{
Name (_ADR, Zero)
Name (_SUN, One)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x2A)
{
"@0,AAPL,boot-display",
Buffer (Zero) {},
"@0,backlight-control",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00
},
"@0,built-in",
Buffer (Zero) {},
"@0,compatible",
Buffer (0x0B)
{
"NVDA,NVMac"
},
"@0,device_type",
Buffer (0x08)
{
"display"
},
"@0,fboffset",
Buffer (0x04)
{
0x00, 0x00, 0x03, 0x00
},
"@0,name",
Buffer (0x0F)
{
"NVDA,Display-A"
},
"@0,use-backlight-blanking",
Buffer (Zero) {},
"@1,can-hot-plug",
Buffer (Zero) {},
"@1,compatible",
Buffer (0x0B)
{
"NVDA,NVMac"
},
"@1,device_type",
Buffer (0x08)
{
"display"
},
"@1,name",
Buffer (0x0F)
{
"NVDA,Display-B"
},
"AAPL,aux-power-connected",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00
},
"AAPL,backlight-control",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00
},
"AAPL00,blackscreen-preferences",
Buffer (0x04)
{
0x00, 0x00, 0x00, 0x08
},
"AAPL01,blackscreen-preferences",
Buffer (0x04)
{
0x00, 0x00, 0x00, 0x08
},
"NVDA,Features",
Buffer (0x04)
{
0xFF, 0x02, 0xA0, 0x00
},
"VRAM,totalsize",
Buffer (0x10)
{
0x00, 0x00, 0x00, 0x10
},
"device_type",
Buffer (0x0C)
{
"NVDA,Parent"
},
"model",
Buffer (0x11)
{
"GeForce 8600M GT"
},
"rom-revision",
Buffer (0x0F)
{
"60.84.5e.00.08"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
}



Sign In
Create Account












