Jump to content
3 posts in this topic

Recommended Posts

Hi,

 

Excuse me that I post some was posted, but I'm tired to search and no results. Today I bought a videocard Daytona Radeon 9550 with 256 M RAM and I have no CI and QE supported.

Please, tell me the step - by - step instructions.

Only now I has the money for this videocard and win2osx where was the instructions are down.

As can see in the attachment, the videocard is correct identified, all the kexts are loaded, but no QE and CI

 

Thanks in advance

 

_________________________

My Specs:

MB Asus P4P800-X, P4 3 G HT (SSE3), 2 HDD PATA summing 100 G, Videocard Daytona Radeon 9550 256 M RAM, DVD - RV Asus DW-9600P.

MacOSX86 10.4.3 8f1111a JaS patched

ATI_1.tiff

Link to comment
https://www.insanelymac.com/forum/topic/11468-help-with-ati-radeon-9550/
Share on other sites

yea do this

open terminal

sudo -s

#enter your root password

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

 

# go to line 47. its the second line here>>

#<key>IOPCIMatch</key>

#<string>0x4E441002 0x4144100.....

 

#add 0x41531002 to the begining of th data eg.

#<key>IOPCIMatch</key>

#<string>0x41531002 0x4E441002 0x4144100.....

 

#as you can see 1002 is the Vendor

#and 4153 is the device id

 

#this will allow you to use the Radeon 9700 kext for your 9550

#ok so press control z to exit there and enter to save

#then do this in terminal, again still as root

 

kextload /System/Library/Extensions/ATIRadeon9700.kext

# you sould get the message ATIRadeon9700.kext loaded successfuly

# then do

kextcache -e -z -a i386

kextcache -k /System/Library/Extensions -z -a i386

sync

#Now reboot and you will ahve QE/CI although you will experence mouse tearing

Good Luck

×
×
  • Create New...