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个纹理所构成的立方体映射,以及用它来实现一个静态天空盒. 但是在此之前先要消除两个误区: 认为这一章的天空盒就是简单的在一个超大立方体的六个面内部贴上天空盒纹理: 认为天空 ...
随机推荐
- 栈的C++实现(指针)——创建-push-pop-top-清空栈-处理栈
今天学习了栈的C++实现,跟单链表很像: push相当于单链表在第一个位置插入元素: pop相当于单链表在第一个位置删除元素: 1.空栈检查 int stack::isEmpty(Stack *S) ...
- Cocos2d-x环境搭建
资源列表 官网上下载最新的cocos2d-x-3.3. 安装JDK,Eclipse,CDT插件,ADT插件. 下载Android SDK,更新.因为国内经常访问不了google,用vpn速度也有点慢. ...
- [转]快速构建App界面的框架(●'◡'●) -----SalutJs
前言 卤煮在公司之初接触到的是一个微信APP应用.前端技术采用的是Backbone+zepto等小型JS类库.在项目开发之初,这类中小型的项目采用这两种库可以满足基本的需求.然而,随着迭代的更新和业务 ...
- Java String类型数据的字节长度
问题描述: 向Oracle数据库中一varchar2(64)类型字段中插入一条String类型数据,程序使用String.length()来进行数据的长度校验,如果数据是纯英文,没有问题,但是如果数据 ...
- ModSecurity 白名单设置
方法一.SecRuleRemoveById 指令:通过Rule ID禁用指定规则 #waf whitelist <LocationMatch .*> SecRuleRemoveById 9 ...
- 10与元素亲密接触:盒元素(the box model)
line-height属性可以设置文本的行间距,可以用像素.em或百分比等于字体大小有关的值定义行间距line-height: 1.6em;(行间距为字体大小的1.6倍) CSS把每一个单一的元素看作 ...
- IE10 透明背景的div无法遮罩
在IE10中无法遮罩button按钮 <input type="button" value="76576" /> <div style=&qu ...
- Nodejs开发(2.连接MongoDB)
一.先配置MongoDB Win10下下载那个安装版,zip版的会报却各种DLL,安装在你希望的路径,实在安装错了,就剪切过来也行(本例E:\mongodb). 然后是配置启动脚本,就是写一个bat文 ...
- 【C++】const
1. 默认状态下,const对象仅在文件内有效,即在不同文件中出现同名const变量的时候,其实相当于这些同名const是不同的东西. 如果想要在文件中共享const变量,可以在const变量不管是声 ...
- linux 服务器对拷命令scp
1.今天在进行linux下服务部署时由于重新部署的繁杂,所以我决定用scp命令在linux线上服务器(A)拷贝一份服务程序到现有的服务器(B)上: 具体的操作命令是:scp -r A_username ...