Jump to content
6 posts in this topic

Recommended Posts

I already have this graphics card. Everything work perfect (display, resolutions selection, etc) but QE/CI. I have been trying to setup the ID stuff (0x0045 as written on MacOSX info) and it doesn't work. I have tried it with Titan and Natit with no luck, maybe I haven't configured it correctly... but the important question arrives now:

 

On the Wiki, at Titan, on the last compatible cards entry is written Asus Geforce 6800 (V9999) AGP, so it is supposed to work but on other spanish forums they say this card doesn't is even compatible with MacOSX...

 

So, is it compatible with QE/CI or not? anyone with this card?

How can I make it to work?

 

Thanks a lot.

=)

Edited by eXKR

I don't know why someone removed my comments on the Wiki. I tried the v9999 with titan... It doesnt work even with changing the device ids in nvdanv40hal.kext and NVDAResman.kext. If you acutally get it working I would love to see how, but I tried for about 4 days with every possible solution with no avail.

Yeeeees!! I finally did it! :thumbsup_anim: Full QE/CI!!!

 

The solution is too easy: introduce your device ID on the unfamous 3 kexts and then delete AGPart.kext from the extension folder, reboot and voalá!.

The real "trick" that made the difference was to delete AGPart.kext, I really don't know if it matters or if I should reinstall it again, I have tested the OS and now works perfect but if someone knows if it is important let us know.

Thanks.

 

Full instruccions bellow:

__________________________________________________

 

Introduce your device ID on

 

GEFORCE.KEXT

NVDARESMAN.KEXT

NVDANV40Hal.kext

 

This means to open a terminal:

 

sudo -s

(type your password)

sudo chown -R root:wheel /System/Library/Extensions/GeForce.kext

sudo chmod -R 755 /System/Library/Extensions/GeForce.kext

sudo chown -R root:wheel /System/Library/Extensions/NVDARESMAN.KEXT

sudo chmod -R 755 /System/Library/Extensions/NVDARESMAN.KEXT

sudo chown -R root:wheel /System/Library/Extensions/NVDANV40Hal.kext

sudo chmod -R 755 /System/Library/Extensions/NVDANV40Hal.kext

 

Now it's time to edit the vendor ID (in my case it means to delete all the already written and include mine 0x004510de)

 

nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist

 

search the IOPCIMatch line and type yours:

<key>IOPCIMatch</key>

<string>0x004510de</string>

 

Press ctrl+o

Press enter

Press ctrl+x

 

nano /System/Library/Extensions/NVDARESMAN.KEXT/Contents/Info.plist

<key>IOPCIMatch</key>

<string>0x004510de</string>

 

Press ctrl+o

Press enter

Press ctrl+x

 

nano /System/Library/Extensions/NVDANV40Hal.kext/Contents/Info.plist

<key>IOPCIMatch</key>

<string>0x004510de</string>

 

Press ctrl+o

Press enter

Press ctrl+x

 

Once edited:

 

sudo rm -f /System/Library/Extensions.mkext

sudo rm -f /System/Library/Extensions.kextcache

sudo rm -f /System&Library/Extensions/AGPart.kext

diskutil repairpermissions /

 

reboot

 

That's all, you will have Asus Geforce 6800 GT (V9999) with full QE/CI support, yeah!

:whistle:

hi, i have the same gfx card maybe, and playing with the thinking to get the mac version of quake3, so this might be helpfull, thx!

 

 

can you plz explain what you mean with "QE/CI support", thnx! :thumbsup_anim:

 

Edit:

 

Type: Display

Bus: Built-In

VRAM (Total): 64 MB of shared system memory

Vendor: Intel (0x8086)

Device ID: 0x2572

Revision ID: 0x0002

Kernel Extension Info: No Kext Loaded

Displays:

Display:

Resolution: 1280 x 1024

Depth: 32-bit Color

Core Image: Not Supported

Main Display: Yes

Mirror: Off

Online: Yes

Quartz Extreme: Not Supported

 

 

Its only integrated on this PC, but iam able to change to the GF6800GT(AGP). Thanks again!

B)

Edited by kraftfahrer

QE/CI (Quarz Extreme / Core Image) support means that you have graphic aceleration on Mac OSX, so that if it is not supported all the graphics calculations will be handled by the CPU.

 

To check if your graphics card is supporting aceleration you should go to "apple icon" / About this Mac / more information, then you should see if under Hardware / Graphics / Quarz Extreme - Core Image is written "compatible", if not you should follow my instructions. It may work.

Good luck.

=)

  • 3 months later...
×
×
  • Create New...