Jump to content
3 posts in this topic

Recommended Posts

MB -50 euro

Proc - 50 euro

Graphic - 50 euro

 

OSX 10.4.5

 

Hi everyone,

 

After days and nights of trying I've made it. I have ASRock ConRoe865PE Motherboard with Intel Celeron 352 (3.2GHz, Sck775, 512K, 533MHz), and Manli ATIRadeon 9600SE. To make this work out I had to (maybe not) flash Radeon with ATI BIOS. In fact originaly this card ID is 0x4151. With flashing is changed to 0x4150 (I saw some users with this ID had success). After instalation for the first time I saw intro animation :rolleyes: , and in profiler I've seen that CI & QE are suported :star_smile: . Right away I have installed callisto driver 008 with this installer ATI_9600_C008_AGP.zip. After installing i had to reboot. No difference, nothing changed :unsure: . But then, with little change i Have done it. went in system/library/extensions, found CallistoHAL.kext, right click on it - choose Show Package Content, right click on directory named contents, choose get info and set premissions so I can change it. Then I opened it, and opened with text edit application file named info.plist. Here I've changed ID of my Graphic card this way:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>CallistoHAL</string>

<key>CFBundleIdentifier</key>

<string>com.free.driver.CallistoHAL</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>1.0.0d1</string>

<key>IOKitPersonalities</key>

<dict>

<key>CallistoPCIMatch</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.free.driver.CallistoHAL</string>

<key>IOClass</key>

<string>CallistoHAL</string>

<key>IOMatchCategory</key>

<string>IOService</string>

<key>IOPCIMatch</key>

<string>0x41501002&0xffffffff</string>

<key>IOProbeScore</key>

<integer>60000</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.iokit.IOPCIFamily</key>

<string>1.0.0b1</string>

<key>com.apple.kernel.iokit</key>

<string>6.0</string>

</dict>

<key>OSBundleRequired</key>

<string>Safe Boot</string>

</dict>

</plist>

 

 

I pasted whole script to make it easier. Originally ID in this script is 0x4153........... so I changed it to mine. Saved changes, and cosed all. Then I started Terminal (utilities).Please follow exact these script and you may not fail. After every text line pres ENTER, than go to next line. At the end type exit, then enter. Here' script:

Open the terminal (application>utilities>terminal>

type sudo -s and then press enter (enter your password, then press enter - zou won' see anything during typeing password)ATI_9600_C008_AGP.zip

type chown -R root:wheel /system/library/extensions/CallistoHAL.kext press enter

type chmod -R 755 /System/Library/Extensions/CallistoHAL.kext press enter

type rm -r /System/Library/Extensions.kextcache

type rm -r /System/Library/Extensions.mkext press enter

type exit press enter

Restart osx and (with F8) type -v press enter.

I hope you will see loading Callisto and supported resolution. If so, that's it.

this is my profiler:

 

Radeon 9600 AP:

 

Chipset Model: Radeon 9600 AP

Type: Display

Bus: AGP

VRAM (Total): 128 MB

Vendor: ATI (0x1002)

Device ID: 0x4150

Revision ID: 0x0000

Displays:

L204WT:

Resolution: 1680 x 1050 @ 60 Hz

Depth: 32-bit Color

Core Image: Supported :pirate2:

Main Display: Yes

Mirror: Off

Online: Yes

Quartz Extreme: Supported :thumbsup_anim:

 

P.S.

You may simple copy/paste script line into Terminal and don't forget press enter for each script line.

Link to comment
https://www.insanelymac.com/forum/topic/48597-ati-radeon-9600-se-finally-works/
Share on other sites

×
×
  • Create New...