Jump to content

Fix DSDT for ATI Radeon HD 4330 Mobitility


VihaHb
 Share

8 posts in this topic

Recommended Posts

Hello everyone, I have a Dell vostro 1088 laptop

 

CPU: Core 2 Duo .

- Video card: ATI Radeon HD 4330 Mobility.

- Audio: Conexant C20683.

- Wifi: AR9285

- Ethernet: RTL8168D

 

I installed Mac OS X 10.9.5 Mavericks. It worked very well. But there is something bad happens. Video card does not work, boot with boot flags GraphicsEnabler = Yes will crashes, Sounds inactive. Wifi and Ethernet still works fine.

 

Please help me fix DSDT file. I need it to developers for iOS.

 

Thank you.  :(  :(

DSDT.rar

Link to comment
Share on other sites

Try this:

<key>AtiConfig</key>
<string>Gliff</string>
<key>AtiPorts</key>
<string>1</string>
<key>UseAtiROM</key>
<string>Yes</string>
<key>VBIOS</key>
<string>Yes</string>

And this: GraphicsEnabler=No

 

Credits: InsanelyDeepak

  • Like 1
Link to comment
Share on other sites

Hello, I've tried it, but apparently it is not working. Maybe not my computer can not get QE / CI? :(

 

Try this:

<key>AtiConfig</key>
<string>Gliff</string>
<key>AtiPorts</key>
<string>1</string>
<key>UseAtiROM</key>
<string>Yes</string>
<key>VBIOS</key>
<string>Yes</string>

And this: GraphicsEnabler=No

 

Credits: InsanelyDeepak

Can you help me?

Link to comment
Share on other sites

hello

 

u can try clover

 

Graphics

<key>Inject</key>
<dict>
<key>ATI</key>
<true/>
</dict>

<key>LoadVBios</key>
<true/

<key>InjectEDID</key>
<true/>

<key>FBName</key>
<string>Cliff</string>

Devices

<key>ATI</key>
<string>0xdevid1002</string>

must see what are the dev id present in amd4600controller.kext

 

ur card is not native in the kext

 

good hack

  • Like 1
Link to comment
Share on other sites

If this tip above don't worked, i have no idea for how enable this video card, sorry  :(

But you can take a look in these files, maybe can help you: HD 4330

 

Read here about QE/CI: What are Quartz Extreme and Core Image (QE/CI)?

 

 

Thank u :) 

So, the solution modified DSDT can enable QE / CI?

hello

 

u can try clover

 

Graphics

<key>Inject</key>
<dict>
<key>ATI</key>
<true/>
</dict>

<key>LoadVBios</key>
<true/

<key>InjectEDID</key>
<true/>

<key>FBName</key>
<string>Cliff</string>

Devices

<key>ATI</key>
<string>0xdevid1002</string>

must see what are the dev id present in amd4600controller.kext

 

ur card is not native in the kext

 

good hack

 
Thank you for guiding me. I will try it.
So I can apply that action to OS X 10:10?
Link to comment
Share on other sites

 Share

×
×
  • Create New...