InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 02-20-2008, 10:13 PM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
Anyone know how to make a string for my XFX 7900GS so I don't have to use nvinject?
Reply With Quote
  #2  
Old 02-20-2008, 10:26 PM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
Making the string is not all that hard, but you may have to modify the original kexts if your video card is not supported. I think only the newer cards are supported from Apple. Give me a bit and I will write a quick how-to.
Reply With Quote
  #3  
Old 02-20-2008, 10:30 PM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
Cheers. :-)
Reply With Quote
  #4  
Old 02-20-2008, 10:51 PM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
Ok so here is the quick how-to. Get the attached gfxutil and template.plist and copy them to your desktop. Open up terminal and type
Code:
cd ~/desktop
./gfxutil -f display
You should get something along these lines printed out
Code:
PciRoot(0x1)/Pci(0xe,0x0)/Pci(0x0,0x0)
Now copy that and open the template.plist and look for the line near the top where you see this example and replace it with what you copied. Scroll down near the bottom of the plist and change this:
Code:
<key>model</key>
<string>NVIDIA GeForce 7800 GTX</string>
to whatever model Geforce card you are using. You can also change the Rom-revision to whatever you like. Once your done making your changes save the file as in.plist.
Go back to terminal you should still be in the desktop directory and type this.
Code:
./gfxutil -i xml -o hex ./in.plist ./out.hex
you should now have a new file called out.hex on your desktop. Open this file with whatever editor you like it and it will have your new graphics string. Copy it and open finder and head to /Library/Preferences/SystemConfiguration and open up your com.apple.boot.plist. Under the last string, which is usually the timeout
Code:
<key>Timeout</key>
<string>10</string>
add a couple new lines as follows
Code:
<key>device-properties</key>
<string>PASTE YOUR LONG HEX STRING HERE!</string>
close and save the file. If it doesn't let you save it, save as a copy elsewhere and you can move it back replacing the old one. Make sure to save a backup copy of the original just in case. If you had full QE/CI prior to making these changes, browse over to /system/library/extensions and delete the NVinject/Natit or whatever you were using and reboot. Don't hold me responsible if you break your own install but this does work for some, but not all.
Reply With Quote
  #5  
Old 02-20-2008, 11:25 PM
zephyroth's Avatar
zephyroth zephyroth is offline
 
Join Date: Jan 2008
Location: North of France
Posts: 518
No problem for you if I add it to the wiki ? Or maybe you could do that yourself ?

Mac OS X 10.6.3 • 2.8 GHz Intel Core I7 860 • ASUS P7P55D • 2 GB 2 Ghz DDR3 • ATI RADEON XFX 4890 1GB • 2 x Hitachi 160 GB Serial-ATA • PIONEER DVD-RW DVR-112 • LaCie Desktop Harddrive 750 GB USB
Reply With Quote
  #6  
Old 02-20-2008, 11:25 PM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
go for it! Oh and this for only for Nvidia based cards, no idea what you have to do as far as the template goes for ATI cards.
Reply With Quote
  #7  
Old 02-20-2008, 11:28 PM
zephyroth's Avatar
zephyroth zephyroth is offline
 
Join Date: Jan 2008
Location: North of France
Posts: 518
Yes I know . This how to is on the Netkas Forum. I manage to get my 8800 GTS working this way without NVinject.

Mac OS X 10.6.3 • 2.8 GHz Intel Core I7 860 • ASUS P7P55D • 2 GB 2 Ghz DDR3 • ATI RADEON XFX 4890 1GB • 2 x Hitachi 160 GB Serial-ATA • PIONEER DVD-RW DVR-112 • LaCie Desktop Harddrive 750 GB USB
Reply With Quote
  #8  
Old 02-20-2008, 11:29 PM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
Cool I can bug you if my 8800GTS doesn't work, my new computer parts will be here tomorrow!
Reply With Quote
  #9  
Old 02-21-2008, 12:17 AM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
Thanks Eddie, works good for me.
Hope it does get added to wiki, it's great having all the info in one place instead of scattered throughout different forums.
Reply With Quote
  #10  
Old 02-21-2008, 01:28 AM
eddie11c eddie11c is offline
Tiger
 
Join Date: Feb 2008
Posts: 261
ok added to the wiki how to guide.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply