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个纹理所构成的立方体映射,以及用它来实现一个静态天空盒. 但是在此之前先要消除两个误区: 认为这一章的天空盒就是简单的在一个超大立方体的六个面内部贴上天空盒纹理: 认为天空 ...
随机推荐
- java swing 中的FileDialog
1.FileDialog使用方法: FileDialog fd=new FileDialog(new Frame(),"测试",FileDialog.LOAD); Filenam ...
- 【转】oracle回闪操作
在9i上执行的操作 查询test表中记录select * from test;删除test表中记录delete from test;获得过去的会话exec dbms_flashback.disable ...
- SQL Server执行计划的理解【转】
要理解执行计划,怎么也得先理解,那各种各样的名词吧.鉴于自己还不是很了解.本文打算作为只写懂的,不懂的懂了才写. 在开头要先说明,第一次看执行计划要注意,SQL Server的执行计划是从右向左看 ...
- iOS开发中常用到的宏定义
1.首次启动判断: #define First_Launched @"firstLaunch" 2.ios7系统判断: #define IsIOS7 ([[[UIDevice cu ...
- 为什么要 MySQL 迁移到 Maria DB
在Oracle收购了SUN公司之后, MySQL很不幸的落在了Oracle的手中,MySQL与Oracle DB存在竞争关系,很可能导致Oracle公司影响MySQL的开发与开放.MySQL之父Wid ...
- 【Git】安装以及第一次使用Git和GitHub傻瓜教程
1.下载安装git(windows7) 下载git:https://www.git-scm.com/download/win 点击exe文件一路next就可以. 2.配置(参考:http://git. ...
- python 操作消息队列
图示 其中P指producer,即生产者:C指consumer,即消费者.中间的红色表示消息队列,实例中表现为HELLO队列. 往队列里插入数据前,查看消息队列 $sudo rabbitmqctl l ...
- kafka 生产者java编码
public class KafkaProducerDemo { public static void main(String[] args) throws InterruptedException ...
- c# AES加解密并转ASCII码
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Sec ...
- 20145320《Java程序设计》第一次实验报告
20145320<Java程序设计>第一次实验报告 北京电子科技学院(BESTI)实验报告 课程:Java程序设计 班级:1453 指导教师:娄嘉鹏 实验日期:2016.04.08 18: ...