黑苹果基础教程-集成显卡:ivy HD4000和Haswell HD5000 显卡驱动
以下内容选自,http://www.insanelymac.com
变色龙现在已经能能驱动激活种显卡像 Intel Ivy Bridge 和 Haswell. 所有不需要编译DSDT和 注入 EFI 字串.
同时为用户 使用移动笔记本和桌面用户系统不需要独立的视频卡。
关键字为 org.Chameleon.boot.plist, 阅读下列:
支持新的硬件 (Haswell).
端口连接到主变色龙分支代码版本为:: 2262
首先为全部
我重命名该键的标记 (thx Micky1979 and bcc9):
- 为 Ivy Bridge 旧的键 HD4K-ig 现在侦测新的名称 IntelCapriFB (匹配苹果驱动名称和它的硬件)
例如: IntelCapriFB=a_value 从 0 到 11
导流板(这里翻译式样好像更好些)
0 = 00006601
1 = 01006601
2 = 02006601
3 = 03006601
4 = 04006601
5 = 05006201
6 = 06006201
7 = 07006201
8 = 08006601
9 = 09006601
10 = 0a006601
11 = 0b006601
- 为新的 Haswell HD5K-ig 总是侦测新的名称 IntelAzulFB
例如: IntelAzulFB=a_value from 0 to 15
Spoiler
0 = 00000604
1 = 0000060c
2 = 00001604
3 = 0000160a
4 = 0000160c
5 = 00002604
6 = 0000260a
7 = 0000260c
8 = 0000260d
9 = 02001604
10 = 0300220d
11 = 0500260a
12 = 0600260a
13 = 0700260d
14 = 0800260a
15 = 08002e0a
I also introduced the ability to inject a custom AAPL,ig-platform-id for both kind of gfx (Ivy & Haswell) the keyflag is InjectIntel-ig
ex: InjectIntel-ig=09006601 (a flipped 01660009)
The priority is:
1° InjectIntel-ig
2° IntelXxxxFB
3° the default setting (based on BIOS memory for Ivy, and default ig for Haswell)
Example of data into org.chameleon.Boot.plist
<key>InjectIntel-ig</key>
<string>09006601</string>
<key>IntelCapriFB</key>
<string>9</string>
<key>IntelAzulFB</key>
<string>9</string>
Here we go:
Chameleon
ErmaC