Jump to content

[HowTo] X1600/X1800 Full Support (Borisbadenov Method)


munky
 Share

710 posts in this topic

Recommended Posts

  • 4 weeks later...
  • 3 months later...
mine is ati radeon x1600 pro i'll try it

 

Hi weeler, did you manage to get it to work on the X1600? Can you share your experience? I have tried a different method and it works partially; only high resolution on half of the screen, the right side remains black. Still tuning to get this right but if you have better experience with this method let us know. Thanks!

Link to comment
Share on other sites

  • 4 weeks later...

Hey Munky, I have Leopard 10.5.6 installed and my ATINDRV.kext file does not contain any references to either <string>IONDRVDevice</string> or <string>ATY,Wormy</string>.

 

Any reason why that might be?

 

 

BorisBadenov X1600/X1800 Full Support Solution

 

GUIDE VERSION: 0.3

 

Credit goes out to borisbadenov for getting the official Apple drivers to work with X1600 and X1800 cards.

 

For the latest info and discussion about this method, refer to the 'boris thread' here

 

Remember the golden rule: Your Mileage May Vary. User experience has shown:

 

- X1600 and X1800 cards have been known to work

- 10.4.4 and 10.4.6 can give artefacts - if you get these, try 10.4.5 (eg Myzar disc)

- DVI support varies. Some can only use VGA (analogue) signal.

- The 'perfect' card for 10.4.6 is the ASUS X1600XT Silent - Sleep, DVI etc working

- Some support of dual displays may be possible. However it is not possible right now.

- Cards on motherboards supporting SLI modes (ie two cards in parallel) may have issues with this solution.

 

Also note you need a 10.4.4, 10.4.5 or 10.4.6 installation, and an ATI X1600 or X1800-based card.

 

How to Apply the Patch:

 

1) (Optional) Remove all GeForce and ATIRadeon kexts from /System/Library/Extensions EXCEPT:

 

ATIRadeonX1000.kext

ATIRadeonX1000GA.plugin

ATIRadeonX10000GLDriver.bundle

ATIRadeonX1000VADriver.bundle

ATINDRV.kext

 

2) Open a terminal and type:

 

sudo -s (and enter your password)
cd /System/Library/Extensions/ATINDRV.kext/Contents/
emacs Info.plist

 

Find where it says:

<string>IONDRVDevice</string>

 

and modify it to read:

<string>IOPCIDevice</string>

 

Now find where it says:

<string>ATY,Wormy</string>

 

and modify it to read:

<string>display</string>

 

Press and hold Ctrl key and press X then C to exit. Press 'y' to save the file before you exit.

 

3) Go to the Apple menu, select 'About this Mac' and click 'More Information' to bring up System Profiler. You need to locate the display adapter (graphics card) and find the Vendor ID and Product ID. Make a note of these.

 

4) Now go back to your Terminal session and type:

cd /System/Library/Extensions/ATIRadeonX1000.kext/Contents
emacs Info.plist

 

Find the line containing 'IOPCIMatch' (ctrl-S to search in emacs). The next line needs to be modified to contain your Vendor and Product IDs. Take the vendor id and product ids and combine them. For example, lets say the vendor ID is 1002, and your device ID is 71c2. You combine them to a string 0x71c21002 (the 0x just means its a hex value).

 

The line immediately after the one containing IOPCIMatch should contain your newly-created string. For example:

<string>0x71c21002</string>

 

Ctrl-X-C to exit, pressing 'y' to save the file.

 

Now type:

cd /System/Library/Extensions/ATIRadeonX1000GA.plugin/Contents/
emacs Info.plist

 

You should be able to find two lines which look something like this:

 

<key>100271c2-0000-0000-0000-000a27898d3e</key>
<string>100271c2-0000-0000-0000-000a27898d3e</string>

 

You need to modify these to match your Product and Vendor IDs. NOTE that the string is constructed the 'other way round' this time - ie its vendor first then product. (ie 100271c2, not 71c21002).

 

When you have modified the file accordingly, Ctrl-X-C, then y to save.

 

5) Now time to clean up and get ready to boot.

 

Type:

 

rm /System/Library/Extensions.mkext
rm /System/Library/Extensions.kextcache
diskutil repairPermissions /

 

6) Reboot and cross your fingers / toes / hair / teeth. When it boots again, you should have the ability to change the screen resolution in System Preferences->Display. You should also have full Core Image, Quartz Extreme and OpenGL acceleration, and no mouse tearing artefacts.

NOTES:

 

* You may have to try each output of your card, or try thru a DVI-VGA adapter to get a display.

* You may experience artefacts or other corruption. 10.4.5 seems to work best.

* If you have an X1800 card, the 10.4.5 kexts/frameworks seem to be the only working versions.

* System Sleep may or may not work. If you get it to work fully, post your findings in the boris thread.

* To speed up boot times, remove AppleHWSensor.kext from your extensions folder.

 

GOOD LUCK! :(

FURTHER READING:

 

Boris' original post: http://forum.osx86project.org/index.php?s=...st&p=114661

 

Boris restating the method: http://forum.osx86project.org/index.php?s=...st&p=114957

 

A slightly techie overview of the patch, by SuperHai: http://forum.osx86project.org/index.php?s=...st&p=126373

 

Thanks to Hanschien, Rammjet, SuperHai and of course Borisbadenov :)

Link to comment
Share on other sites

  • 4 months later...

when I try diskutil repairPermissions / it reads the hd for a couple seconds but then seems to freeze and I cant do anything else untill I hit reset, but the bigger problem is all my kexts seem to revert back to the way they were, like I use emac to do this step: The line immediately after the one containing IOPCIMatch should contain your newly-created string, I change it to mine then its back to a string of like 5 entries after I restart.

Link to comment
Share on other sites

  • 1 month later...
Hey Munky, I have Leopard 10.5.6 installed and my ATINDRV.kext file does not contain any references to either <string>IONDRVDevice</string> or <string>ATY,Wormy</string>.

 

Any reason why that might be?

 

Same here with 10.5.7 :)

Link to comment
Share on other sites

Where can i find IOPCIDevice.kext ?

There is nothing like these in my Extensions directory.

I think that's why after changing ATINDRV.kext IONDRV to IOPCIDevice my display light off after booting.

Link to comment
Share on other sites

  • 3 months later...
  • 6 months later...
  • 5 months later...
 Share

×
×
  • Create New...