Chameleon

Issue 16: Geforce 8400GS - 512MB

Reported by Chris Story, Feb 19, 2010

I have an EVGA 8400GS-512MB (PCI-E) card that I can't seem to get 
working properly using the latest chameleon (from svn). The device 
id for this card, 0x10DE06E4, is present in the chameleon2 source 
code but the card is never detected. In fact, the VRAM size reported 
in System Profiler is 32MB. I was able to add an EFI string that I 
made using gfxutil and the card detected, but there seems to be a 
problem with screen artifacts when I use this method. 

Could this be an issue with the memory size on the card, or is the 
problem on my end?

EVGA Geforce 8400GS-512MB (PCI-E)
Snow Leopard 10.6.2 
Latest Chameleon2 (from svn)

Comment 1 by Chris Story, Feb 19, 2010

Attached is the plist and hex file I used to generate the EFI-String 
that resulted in the card being loaded, but had screen artifacts in 
dashboard.

Comment 2 by Chris Story, Feb 19, 2010

Files attached.

Comment 3 by Bart Art, Mar 4, 2010

Hi! 
Same here on 8600 GT 512 mb 
but i solved the problem : 
i had to remove the GrapicsEnabler complete from 
com.apple.boot.plist and add the Efi Studio code into it.
it wont work when u set GrapicsEnabler=No and add the efi studio 
code.

Comment 4 by scrax scrax, Mar 4, 2010

Hi,
I have no problem with EFI string or DSDT code for my 8600GT 256MB 
and nothing in c.a.B.p other than arch=i386, but Graphics Enabler 
doesn't work for this card
this is my gfx.plist:

<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
	<dict>
		<key>@0,compatible</key>
		<string>NVDA,NVMac</string>
		<key>@0,device_type</key>
		<string>display</string>
		<key>@0,name</key>
		<string>NVDA,Display-A</string>
		<key>@1,compatible</key>
		<string>NVDA,NVMac</string>
		<key>@1,device_type</key>
		<string>display</string>
		<key>@1,name</key>
		<string>NVDA,Display-B</string>
		<key>NVCAP</key>
		<data>BAAAAAAAAwAMAAAAAAAABwAAAAA=</data>
		<key>NVPM</key>
		<data>AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==</data>
		<key>VRAM,totalsize</key>
		<string>0x10000000</string>
		<key>device_type</key>
		<string>NVDA,Parent</string>
		<key>model</key>
		<string>nVidia GeForce 8600 GT</string>
		<key>name</key>
		<string>display</string>
		<key>rom-revision</key>
		<string>nVidia GeForce 8600GT OpenGL [EFI]</string>
	</dict>

Comment 5 by Cosmosis Jones, Jun 9, 2011

If this is still an issue please reopen
Status: Invalid

Created: 14 years 1 month ago by Chris Story

Updated: 12 years 10 months ago

Status: Invalid

Followed by: 3 persons

Labels:
Priority:Medium
Type:Defect