Jump to content
18 posts in this topic

Recommended Posts

Have GF 6600 GT 128mb AGP

With Titan I have working QE/CI resolutions etc, but card recognized as PCI, the interface is a bit slow and stuttering when scrolling web pages with lots of images. Tryed AGPGart without Titan, card was recognized as AGP and performance was much better, but no QE/CI. How can I get them both to work together so I have QE/CI, tryed but I have black screen and nothing happens...

Link to comment
https://www.insanelymac.com/forum/topic/50324-agpgart-titannatit/
Share on other sites

  • 2 months later...

try editing the plist of both kext so it limits what it accepts.

it probably like this originally:

<key>IOPCIMatch</key>

<string>0x000010de&0x0000ffff</string>

 

set the first 000 to match your gfx-card ID and fill in the fff in the mask, like this if your card ID is 0391

<string>0x039010de&0xfff0ffff</string>

don't know if that necessary to get secondary port recognized or if complete match works too.

If you miss secondary monitor try with 0xff00ffff as mask.

 

check to see what your agp kext has in this string too, if its 0x000010de&0x0000ffff you might need to find your agpport ID and fill in.

  • 3 weeks later...
×
×
  • Create New...