View Single Post
 
Old 01-31-2010, 07:37 PM
Eldarion Eldarion is offline
Cheetah
 
Join Date: Jan 2010
Posts: 3
Thanks for your detailed answer!

I have tried now following things:
1) Installed NVkush, corrected permissions and deleted cache files, reboot with -v -f --> no changes at all!

2) Deleted the NVkush.kext from the Extensions folder, copied the NVinject.0.2.0_dual_cards kext into my Extensions folder, corrected permissions and deleted cache files, reboot with -v -f --> again, no changes at all!

3) I deleted the NVinject.kext from my Extensions folder. Then I have loaded EFI Studio, and started it. I selected my Device (nVidia GeForce 7600 GT - 256 MB) and klicked on "Add Device" and on "write to com.apple.Boot.plist". Then I rebooted my system, and again, no changes at all - my Monitor Pane in the System Preferences always look the same, and the Resolution of both of my Monitors is still 1024x768.

Maybe i have done something wrong? Or is there another possibility to get my Graphics Card to work?

Thanks for help,
Eldarion

Edit: Here is the actual content of my boot.plist:
Code:
<?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>PciRoot(0x1)/Pci(0x17,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 7600 GT</string>
		<key>name</key>
		<string>display</string>
		<key>rom-revision</key>
		<string>nVidia GeForce 7600 GT OpenGL Engine [EFI]</string>
	</dict>
</dict>
</plist>

Board: Asus M2N32-SLI Deluxe
CPU: AMD Athlon 64 X2 6000+
Graphic: NVidia GeForce 7600 GT (PCIe) 256MB
System: Leo4allv4.1

Last edited by Eldarion; 01-31-2010 at 07:39 PM.
Reply With Quote