Recent | Online | Vintage | Modern | Win | Mac  OS9 | DOS | Amiga | Atari ST | Graphics | Midi io | Sequencers | Roland "MC" | E-mu | Ensoniq | Akai MPCs | Samplers | Akai "S" | Roland "S"Synths | VST Samplers | VST Synths | Roland "JV" | Modules | Drums | Mixers | Timeline | HackintoshArtists | Graphics

Welcome to Oldschooldaw.com! (Online since 2014) proudly SSL-FREE! and serving vintage computers worldwide! if you are human, Register & Login to gain more access to all boards here; Some guest permissions have been limited to reduce traffic from bots and encourage registration.

Post reply

Warning: this topic has not been posted in for at least 128 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What year was MIDI invented originally? (early 1980s):
what does the D in DAW stand for? (lowercase):
What computer changed the world in 1984? (lowercase):
what year did the akai s1000 get released?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: chrisNova777
« on: October 17, 2014, 06:44:19 PM »

http://daveharris.wordpress.com/2007/08/08/osx86-with-nvidia-7600gt/

Quote
by daveharris   

This is quick and dirty how-to to get Quartz Extreme and Core Image at full resolution working on OSx86 (with OSX 10.4.8) a nVidia 7600gt 256MB card.

Follow the simple insructions below and you can’t go wrong:

    Install OSx86 with the optional Natit package
    Once booted find your card identifier by adding the DeviceID and VendorID together to get a string (mine is 0x02e110de)
    Edit the corresponding <string> tag for the IOPCIMatch key in these four packages (in /System/Library/Extensions)
        Geforce.kext
        NVDANV40Hal.kext
        NVDANV30Hal.kext
        NVDAResman.kext

 
Quote
Before
    <key>IOPCIMatch</key>
    <string>0x00000000&0x0000ffff</string>
   
Quote
After
    <key>IOPCIMatch</key>
    <string>0x02e010de&0x0000ffff</string>

    If the key has a number of values in the string tag, just add 0x02e010de&0x0000ffff to the start of the list.
    You now need to flush the kext cache so run the following:
    sudo rm /System/Library/Extensions.*
    Now reboot and enjoy the goodness of Mac OSx86 :)

I cannot claim the credit for this, I got it from this forum here http://www.osxx86.info/vbulletin/showthread.php?t=1514 by a post by sinjon (shot mate ;) )