ATI Radeon HD 5450 with full QE/CI Support ( 转载 )
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呢?谁给个建议?
文件下载地址:
ATI Radeon HD 5450 with full QE/CI Support ( 转载 )的更多相关文章
- 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 ...
- nVidia GPGPU vs AMD Radeon HD Graphics执行模式对比
大家做高性能计算的朋友,想必对CPU的执行模式已经非常熟悉了吧.当代高级些的CPU一般采用超标量流水线,使得毗邻几条相互独立的指令能够并行执行——这称为指令集并行(ILP,Instruction-Le ...
- CentOS6.4安装ati显卡驱动
台式机安装CentOS 6.4 x86_64位 集成显卡ati4290 CentOS的release notes上: The proprietary drivers for older AMD ( ...
- Kinect v2.0 for windows开发环境说明
官方文档里是这些: Supported Operating Systems and Architectures The following operating systems and architec ...
- [转发]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 ...
- [ZZ] GTX 280 GPU architecture
http://anandtech.com/show/2549 Now that NVIDIA’s has announced its newest GPU architecture (the GeFo ...
- VMWare Workstation 10.0 Preview CN
What's New in the VMware Workstation Technology Preview July 2013 The VMware Workstation team is exc ...
- [Kinect]XBox One Kinect连接Windows
注:本文全原创,作者:Noah Zhang (http://www.cnblogs.com/noahzn/) XBox One带体感套装去年就买了,昨天京东349元入了个适配器,下午就送到了,开箱. ...
- DirectX11 With Windows SDK--22 立方体映射:静态天空盒的读取与实现
前言 这一章我们主要学习由6个纹理所构成的立方体映射,以及用它来实现一个静态天空盒. 但是在此之前先要消除两个误区: 认为这一章的天空盒就是简单的在一个超大立方体的六个面内部贴上天空盒纹理: 认为天空 ...
随机推荐
- php获取真实IP地址
function user_realip() { if (getenv('HTTP_CLIENT_IP')) { $ip = getenv('HTTP_CLIENT_IP'); } elseif (g ...
- Layer弹窗组件
layer是一款近年来备受青睐的web弹层组件,她具备全方位的解决方案,致力于服务各水平段的开发人员,您的页面会轻松地拥有丰富友好的操作体验. Layer的开发手册和下载地址 http://layer ...
- Ajax Post 与 Get 实例
Ajax的POST实例,index.html <html> <head> <script type="text/javascript"> fun ...
- HDFS的概念
1.数据块 每个磁盘都有默认的数据块大小,这是磁盘进行数据读/写的最小单位.构建于单个磁盘之上的文件系统通过磁盘块来管理该文件系统中的块,该文件系统块的大小可以是磁盘块的整数倍.文件系统快一半为几千字 ...
- MySql注入科普
默认存在的数据库: mysql 需要root权限读取 information_schema 在5以上的版本中存在 测试是否存在注入方法 假:表示查询是错误的 (MySQL 报错/返回页面与原来不同) ...
- JavaScript单元测试框架-Jasmine
Jasmine的开发团队来自PivotalLabs,他们一开始开发的JavaScript测试框架是JsUnit,来源于著名的JAVA测试框架JUnit.JsUnit是xUnit的JavaScript实 ...
- PRML读书笔记——2 Probability Distributions
2.1. Binary Variables 1. Bernoulli distribution, p(x = 1|µ) = µ 2.Binomial distribution + 3.beta dis ...
- TCP状态变迁图
服务端,端口的状态变化 先在本机(IP地址为:192.168.1.10)配置FTP服务,然后在其它计算机(IP地址为:192.168.1.1)访问FTP服务,从TCPView看看端口的状态变化. 下面 ...
- 使用 robotframework 自动化测试系列 一 -----简介
robotframework 是自动化测试框架. Robot Framework是一款python编写的功能自动化测试框架.具备良好的可扩展性,支持关键字驱动,可以同时测试多种类型的客户端或者接口,可 ...
- VMware中给Linux虚拟机添加硬盘
给vmware的Linux虚拟机添加硬盘 1.关闭虚拟机电源,在Virtual Machine Setting对话框里点击左下角的“Add”,选择“Hard Disk”,之后选择“Create a n ...