ATI Radeon HD 5450 with full QE/CI Support - DSDT (Contains HDMI Audio Edit Too) & AGPM included

Updated from 10.8.2 kexts 0n 21st Sep 2012, enhanced graphic performance. wow

***OLD KEXTS FROM 10.8.2 COMING SOON. CECK OUT LATER****

http://www.osx86.net/downloads.php?do=file&id=3043&page=12

***NEW KEXTS FROM 10.8.4 COMING SOON. CECK OUT LATER****

http://www.osx86.net/downloads.php?do=file&id=4131

Tools Needed

1. Use KextUtility to install kexts

2. Use DSDTEditor to edit DSDT

3. Use PlistEdit Pro to edit plist

Here I list three methods to make ATI Radeon HD 5450 working. Method 1 & 2 applies for newbies, method 3 for advanced users. You can use any one of the method upon your interest

**Backup all kexts before patching**

Method 1

1. Install ATI5000Controller.kext & AMDRadeonAccelerator.kext

2. Use the below flag in Extra/org.chameleon.boot.plist

<key>ATIConfig</key>
<string>Eulemur</string>
<key>GraphicsEnabler</key>
<string>Yes</string>

3. Reboot

**This method will work for most Sapphire Radeon Cards**

Method 2

1. Install ATI5000Controller.kext, AMDRadeonAccelerator.kext & EVOenabler.kext

2. Use the below flag in Extra/org.chameleon.boot.plist

<key>GraphicsEnabler</key>
<string>Yes</string>

3. Reboot

Known issues for method 1 & 2

a. Display over HDMI will not wake from sleep sometime

Method 3

1. Install ATI5000Controller.kext & AMDRadeonAccelerator.kext

2. Patch DSDT.aml with ATI 5450 DSDT patch attached and place the patched DSDT.aml in Extra folder

3. The patch includes working HDMI Audio edit. For some cards AppleHDA needs to be patched to get sound from HDMI

4. Remove all Graphics related flags in Extra/org.chameleon.boot.plist

5. Reboot. No wakeup issues like the one, mentioned in method 1 & 2

Patching AppleGraphicsPowerManagement.kext (AGPM)

a. Common for all three methods listed above

b. Patch AppleGraphicsPowerManagement.kext (Patch is included in download), repair permissions and update system cache

c. Reboot. Open terminal, type "kextstat" without quotes and check if com.apple.driver.AGPM is loaded

d. Those who don't want to patch AppleGraphicsPowerManagement.kext, rename/delete it from S/L/E

COMMON ISSUES

a. Reduced frame rate after system wake from sleep. Fix: Change SMBios.plist to iMac or Mac mini and that will fix the problem

b. If your card has different frame buffer i.e Eulemur, change it to new one in DSDT Patch/EVOenabler/boot flag or all

If you found this post useful, appreciate my hard work. All credits goes to me only

由于需要apn才能下载这上面的文件,于是把文件放在了我的百度云盘上面,一块钱五百G的一块钱都舍不得买哦,现在还不到1T,买划得来吗?一块钱500G呢?谁给个建议?

文件下载地址:

ML_kext_5450.zip等

ATI Radeon HD 5450 with full QE/CI Support ( 转载 )的更多相关文章

  1. Radeon HD 7850 vs Radeon R9 270X

    Radeon HD 7850 vs Radeon R9 270X  HW compare   Intro The Radeon HD 7850 comes with a GPU core speed ...

  2. nVidia GPGPU vs AMD Radeon HD Graphics执行模式对比

    大家做高性能计算的朋友,想必对CPU的执行模式已经非常熟悉了吧.当代高级些的CPU一般采用超标量流水线,使得毗邻几条相互独立的指令能够并行执行——这称为指令集并行(ILP,Instruction-Le ...

  3. CentOS6.4安装ati显卡驱动

    台式机安装CentOS 6.4 x86_64位  集成显卡ati4290 CentOS的release notes上: The proprietary drivers for older AMD ( ...

  4. Kinect v2.0 for windows开发环境说明

    官方文档里是这些: Supported Operating Systems and Architectures The following operating systems and architec ...

  5. [转发]Dumps of system information with Apple computers

    In this article, I gathered up all the dumps, who found. If you see something new table will be upda ...

  6. [ZZ] GTX 280 GPU architecture

    http://anandtech.com/show/2549 Now that NVIDIA’s has announced its newest GPU architecture (the GeFo ...

  7. VMWare Workstation 10.0 Preview CN

    What's New in the VMware Workstation Technology Preview July 2013 The VMware Workstation team is exc ...

  8. [Kinect]XBox One Kinect连接Windows

    注:本文全原创,作者:Noah Zhang  (http://www.cnblogs.com/noahzn/) XBox One带体感套装去年就买了,昨天京东349元入了个适配器,下午就送到了,开箱. ...

  9. DirectX11 With Windows SDK--22 立方体映射:静态天空盒的读取与实现

    前言 这一章我们主要学习由6个纹理所构成的立方体映射,以及用它来实现一个静态天空盒. 但是在此之前先要消除两个误区: 认为这一章的天空盒就是简单的在一个超大立方体的六个面内部贴上天空盒纹理: 认为天空 ...

随机推荐

  1. PowerDesigner的使用二

    PowerDesigner是一款功能非常强大的建模工具软件,足以与Rose比肩,同样是当今 最著名的建模软件之一.Rose是专攻UML对象模型的建模工具,之后才向数据库建模发展,而PowerDesig ...

  2. MySQL进阶

    小知识: \G 放到sql语句后,可以使每个字段打印到单独的行,如: mysql> select * from user_msg limit 2 \G; 一.增加删除表字段的ALTER命令: A ...

  3. 使用ImageCreate()创建一个代表空白图像的变量

    在建立图像创建环境之前,还需要做一些准备工作.首先,安装t1lib接着安装jpeg-6b,然后再安装GD库文件.在安装时一定要按这里给定的顺序进行安装,因为在编译GD入库时会用到jpeg-6b,如果没 ...

  4. pch头文件

    1.command+N ---> Other ---> PCH File 2.点击工程 ---> Build Settings ---> 搜索框中输入pref ---> ...

  5. Web前端开发基础 第四课(CSS元素模型)

    css布局模型 清楚了CSS 盒模型的基本概念. 盒模型类型, 我们就可以深入探讨网页布局的基本模型了.布局模型与盒模型一样都是 CSS 最基本. 最核心的概念. 但布局模型是建立在盒模型基础之上,又 ...

  6. Web前端开发基础 第三课(与浏览者交互)

    来自慕课网,整理 语法: <form method="传送方式" action="服务器文件"> 讲解: 1.<form> :<f ...

  7. BizTalk开发系列(十一) 在Orchestration中执行Pipeline

    由于开发需要有时要在流程中执行Pipeline.比如从DB的某个字段中取消息的字符串并在流程中构造消息.该需要通过pipeline进行升级 属性字段,验证消息等处理.BizTalk架构已经开放了此接口 ...

  8. php高并发状态下文件的读写

    php高并发状态下文件的读写   背景 1.对于PV不高或者说并发数不是很大的应用,不用考虑这些,一般的文件操作方法完全没有问题 2.如果并发高,在我们对文件进行读写操作时,很有可能多个进程对进一文件 ...

  9. Linux下安装vsftpd

    一.安装vsftpd及相关依赖包 #vsftpd安装程序 yum install vsftpd #vsftpd虚拟登陆账户必要依赖包 yum install pam* db4* 安装完之后,vsftp ...

  10. mybatis 分页

    http://www.cnblogs.com/xiaoxinwt/p/5329840.html