Jump to content
6 posts in this topic

Recommended Posts

Hi,

My hackintosh is a bit slow,please read my system profiler. Please suggest something.

 

Display:

 

Type: VGA-Compatible Controller

Bus: PCI

Slot: PCI

VRAM (Total): 64 MB

Vendor: ATI (0x1002)

Device ID: 0x5835

Revision ID: 0x0000

Kernel Extension Info: No Kext Loaded

Displays:

Display:

Resolution: 1024 x 768

Depth: 32-bit Color

Core Image: Not Supported

Main Display: Yes

Mirror: Off

Online: Yes

Quartz Extreme: Not Supported

Link to comment
https://www.insanelymac.com/forum/topic/10860-ati-graphic-problems/
Share on other sites

You have a Mobilty Radeon 9100 IGP AGP

 

Which version of OS X are you using ?

 

Did you try to add this your Vendor: ATI (0x1002) and Device ID 0x5835 in your Radeon Kext plist ?

 

You should try the search option with Radeon keyword, there is a lot of topics talking about your problem.

You have a Mobilty Radeon 9100 IGP AGP

 

Which version of OS X are you using ?

 

Did you try to add this your Vendor: ATI (0x1002) and Device ID 0x5835 in your Radeon Kext plist ?

 

You should try the search option with Radeon keyword, there is a lot of topics talking about your problem.

 

I have'nt tried that. I did nto see any kext for Radeon 9100 IGP, so i do not know which kext to patch.Please advice.

Open Terminal and type in.

 

sudo -s

 

Type your root password and then

 

cd /System/Library/Extensions/ATIRadeon9700.kext/Contents/

 

nano ./Info.plist

 

Scroll down and search like this...

<key>IOPCIMatch</key>

<string>0x4E441002 0x41441002 0x4E481002....

 

Add your dev. and ven. id. (for example 0x41531002 )

<key>IOPCIMatch</key>

<string>0x41531002 0x4E441002 0x41441002....

 

Save your Info.plist file(Ctrl+O) and quit(Ctrl+X).

 

Rebuild kextcache file

 

kextcache -k /System/Library/Extensions

 

Reboot

 

 

P.S. I copy it to http://forum.osx86project.org/index.php?showtopic=9262&st=20 :weight_lift:

Open Terminal and type in.

 

sudo -s

 

Type your root password and then

 

cd /System/Library/Extensions/ATIRadeon9700.kext/Contents/

 

nano ./Info.plist

 

Scroll down and search like this...

<key>IOPCIMatch</key>

<string>0x4E441002 0x41441002 0x4E481002....

 

Add your dev. and ven. id. (for example 0x41531002 )

<key>IOPCIMatch</key>

<string>0x41531002 0x4E441002 0x41441002....

 

Save your Info.plist file(Ctrl+O) and quit(Ctrl+X).

 

Rebuild kextcache file

 

kextcache -k /System/Library/Extensions

 

Reboot

P.S. I copy it to http://forum.osx86project.org/index.php?showtopic=9262&st=20 :)

 

Please see if i am doing the right thing, I put my deviceid andvendor id together, but it says Extention was not installed properly, every time it boots up.

here is what i did, do i have to put it two times or just once.

 

<string>ATIRadeon9700</string>

<key>IODVDBundleName</key>

<string>ATIRadeon9700VADriver</string>

<key>IOMatchCategory</key>

<string>IOAccelerator</string>

<key>IOPCIMatch</key>

<string>0x58351002 0x41441002 0x4E481002 0x41481002 0x4$

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>IOSourceVersion</key>

<string>1.4.24.6</string>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

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

<string>1.0.0b1</string>

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

<string>1.0.0b1</string>

×
×
  • Create New...