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 代码优化提高MySQl的运行效率
[mysqld] log="d:/temp/mysql.log" log_slow_queries="d:/temp/mysql_slow.log" long_ ...
- Android课程---关于对话框的学习
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android=&quo ...
- LaTex 插入图片
\usepackage{mathrsfs} \usepackage{amsmath} \usepackage{graphicx} 宏包 \includegraphics{graph01.eps} %插 ...
- Java程序设计 实验五
实 验 报 告 课程:Java 班级: 1353 姓名:李海空 学号:20135329 成绩: 指导教师:娄嘉鹏 实验日期:2015.6. ...
- windows 快捷键
Windows 系统 f6 在同一个应用的不同窗口进行切换 ctrl-shift 拖动,创建文件快捷方式 shift 右键点击文件 可以出现复制路径的菜单 WIN键组合键 Windows Key + ...
- Web Api 中Get 和 Post 请求的多种情况分析
转自:http://www.cnblogs.com/babycool/p/3922738.html 来看看对于一般前台页面发起的get和post请求,我们在Web API中要如何来处理. 这里我使用J ...
- ElasticSearch集群未连接 无法发现节点(windows环境)以及windows环境下设置服务 不能自动启动的问题
1.无法发现节点的错误: 试验了很多情况,但是总是无法加入集群,后来尝试了一下步骤,问题解决: 1.删除所有数据,重启:无效: 2.统一配置,全部重启,无效: 3.关闭所有防火墙,全部重启,无效: … ...
- JS之原型对象
1.__proto__ 每个对象都有一个__proto__属性,指向该对象的原型对象 <script> var person = function(name,city){ this.nam ...
- angularJs禁用或启用输入框指令ng-disabled="true"
ng-disabled 指令设置表单输入字段的 disabled 属性(input, select, 或 textarea). 如果 ng-disabled 中的表达式返回 true 则表单字段将被禁 ...
- kibana使用操作部分
1.kibana的概念及特点. 概念:数据可视化平台工具 特点: - 灵活的分析和可视化平台 - 实时总结和流数据的图表 - 为不同的用户显示直观的界面 - 即时分享和嵌入的仪表板 2.kib ...