七月流火 发表于 2014-3-6 21:34

发一个 CLOVER 可以驱动 HD4000 的配置

本帖最后由 七月流火 于 2014-3-9 10:32 编辑

今天把 I7 2720 QM 换成了 I7 3840QM



于是开始折腾 HD4000 显卡,现在已经成功驱动,现附上 CLOVER 专用的 config.plist

注意,CLOVER 版本为 1995 (10.9.2 0303 U盘版用的就是这版)

其中 01660003 是根据 Windows 设备管理器里面看硬件的CC 值决定的

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
      <key>ACPI</key>
      <dict>
                <key>DSDT</key>
                <dict>
                        <key>Debug</key>
                        <false/>
                        <key>DropOEM_DSM</key>
                        <false/>
                        <key>Name</key>
                        <string>DSDT.aml</string>
                </dict>
                <key>EnableC2</key>
                <true/>
                <key>EnableC4</key>
                <true/>
                <key>EnableC6</key>
                <true/>
                <key>FixDsdtMask</key>
                <string>0x0</string>
                <key>GenerateCStates</key>
                <true/>
                <key>GeneratePStates</key>
                <true/>
                <key>HaltEnabler</key>
                <false/>
                <key>SSDT</key>
                <dict>
                        <key>Generate</key>
                        <dict>
                              <key>CStates</key>
                              <true/>
                              <key>PStates</key>
                              <true/>
                        </dict>
                </dict>
      </dict>
      <key>Boot</key>
      <dict>
                <key>Arguments</key>
                <string>npci=0x2000 slide=0 dart=0</string>
                <key>DefaultVolume</key>
                <string>OSX</string>
                <key>Legacy</key>
                <string>PBR</string>
                <key>Log</key>
                <true/>
                <key>Timeout</key>
                <integer>10</integer>
                <key>XMPDetection</key>
                <string>0</string>
      </dict>
      <key>CPU</key>
      <dict>
                <key>C2</key>
                <true/>
                <key>C4</key>
                <true/>
                <key>C6</key>
                <true/>
      </dict>
      <key>Devices</key>
      <dict>
                <key>USB</key>
                <dict>
                        <key>Inject</key>
                        <true/>
                        <key>USBFixOwnership</key>
                        <true/>
                </dict>
      </dict>
      <key>DisableDrivers</key>
      <array>
                <string>CsmVideoDxe</string>
      </array>
      <key>GUI</key>
      <dict>
                <key>DefaultBootVolume</key>
                <string>OSX</string>
                <key>HideEntries</key>
                <dict>
                        <key>Duplicate</key>
                        <true/>
                        <key>ExternalUEFI</key>
                        <true/>
                        <key>Gentoo</key>
                        <true/>
                        <key>Grub</key>
                        <true/>
                        <key>InternalUEFI</key>
                        <true/>
                        <key>OSXInstall</key>
                        <true/>
                        <key>OpticalUEFI</key>
                        <true/>
                        <key>Ubuntu</key>
                        <false/>
                        <key>WindowsEFI</key>
                        <false/>
                </dict>
                <key>Language</key>
                <string>zh_CN:0</string>
                <key>Mouse</key>
                <dict>
                        <key>DoubleClick</key>
                        <integer>500</integer>
                        <key>Enabled</key>
                        <true/>
                        <key>Speed</key>
                        <integer>4</integer>
                </dict>
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Legacy</key>
                        <false/>
                        <key>Tool</key>
                        <true/>
                </dict>
                <key>Theme</key>
                <string>metal</string>
                <key>Timeout</key>
                <string>30</string>
      </dict>
      <key>Graphics</key>
      <dict>
                <key>InjectEDID</key>
                <false/>
                <key>InjectIntel</key>
                <true/>
                <key>ig-platform-id</key>
                <string>0x01660003</string>
      </dict>
      <key>KernelAndKextPatches</key>
      <dict>
                <key>AppleRTC</key>
                <true/>
                <key>AsusAICPUPM</key>
                <true/>
      </dict>
      <key>PCI</key>
      <dict>
                <key>DeviceProperties</key>
                <string>5e0000000100000001000000520000000100000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000003006601</string>
                <key>StringInjector</key>
                <true/>
      </dict>
      <key>RtVariables</key>
      <dict>
                <key>LogEveryBoot</key>
                <string>Yes</string>
                <key>LogLineCount</key>
                <integer>3000</integer>
                <key>MountEFI</key>
                <true/>
      </dict>
      <key>SystemParameters</key>
      <dict>
                <key>InjectKexts</key>
                <true/>
                <key>LegacyBoot</key>
                <string>PBR</string>
                <key>boot-args</key>
                <string>npci=0x2000 slide=0 dart=0</string>
                <key>prev-lang:kbd</key>
                <string>zh_CN:0</string>
      </dict>
</dict>
</plist>

**** Hidden Message *****


easonfff 发表于 2014-3-6 21:48

我用DSDT来驱的、

七月流火 发表于 2014-3-6 21:57

本帖最后由 七月流火 于 2014-3-26 16:21 编辑

关键的代码是这段

      <key>Graphics</key>
      <dict>
                <key>InjectEDID</key>
                <false/>
                <key>InjectIntel</key>
                <true/>
                <key>ig-platform-id</key>
                <string>0x01660003</string>
      </dict>
      <key>PCI</key>
      <dict>
                <key>DeviceProperties</key>
                <string>5e0000000100000001000000520000000100000002010c00d041030a000000000101060000027fff04002c0000004100410050004c002c00690067002d0070006c006100740066006f0072006d002d006900640000000800000003006601</string>
                <key>StringInjector</key>
                <true/>
      </dict>


补张图

小狸蜗牛 发表于 2014-3-6 23:19

我也试试。

592995771 发表于 2014-3-6 23:27

谢谢楼主

yk2728014 发表于 2014-3-6 23:36

I7 4500U 貌似是 HD4400 可以驱动吗?

七月流火 发表于 2014-3-6 23:52

yk2728014 发表于 2014-3-6 23:36 static/image/common/back.gif
I7 4500U 貌似是 HD4400 可以驱动吗?

这个只是第三代的酷睿用的。。。

第四代的,由于自己没有,所以没有发言权。。。

daxuexinsheng 发表于 2014-3-6 23:56

yk2728014 发表于 2014-3-6 23:36 static/image/common/back.gif
I7 4500U 貌似是 HD4400 可以驱动吗?

请看这里,新人请先从置顶的集合贴入手。
https://bbs.pcbeta.com/viewthread-1465761-1-1.html

liziyang625 发表于 2014-3-7 02:03

shishi..............................

小狸蜗牛 发表于 2014-3-7 08:23

楼主,我用了你的方法,显卡显示可以内建,但是屏幕上方没有透明,我觉得还是不成功啊

七月流火 发表于 2014-3-7 08:38

小狸蜗牛 发表于 2014-3-7 08:23
楼主,我用了你的方法,显卡显示可以内建,但是屏幕上方没有透明,我觉得还是不成功啊

你进windows 把显卡硬件信息截个图

yokor 发表于 2014-3-7 08:49

七月流火 发表于 2014-3-6 21:57 static/image/common/back.gif
关键的代码是这段

   <key>DeviceProperties</key>这个也是驱动显卡的神奇代码吗?好像跟<key>ig-platform-id</key>二选一的呢?

小狸蜗牛 发表于 2014-3-7 09:08

七月流火 发表于 2014-3-7 08:38 static/image/common/back.gif
你进windows 把显卡硬件信息截个图


七月流火 发表于 2014-3-7 10:00

小狸蜗牛 发表于 2014-3-7 09:08 static/image/common/back.gif




我要的是这样的图

RainFlying 发表于 2014-3-7 10:03

我就一个 InjectIntel 其余的都没配置,工作正常。

小狸蜗牛 发表于 2014-3-7 10:20

七月流火 发表于 2014-3-7 10:00 static/image/common/back.gif
我要的是这样的图


哦,不好意思,麻烦帮忙看看

七月流火 发表于 2014-3-7 11:14

小狸蜗牛 发表于 2014-3-7 10:20 static/image/common/back.gif
哦,不好意思,麻烦帮忙看看

你的是 0x01660003

你直接用我的config.plist 配置即可

小狸蜗牛 发表于 2014-3-7 12:01

七月流火 发表于 2014-3-7 11:14 static/image/common/back.gif
你的是 0x01660003

你直接用我的config.plist 配置即可

在你的帮助下已经驱动成功,感谢!!{:7_478:}

leegeo 发表于 2014-3-7 13:24

本帖最后由 leegeo 于 2014-3-7 13:26 编辑

帮我看看这款,是看第三行:CC_ 后面的六位数字,去头尾各一位,然后倒序,再加上 DEV_ 后四位数字正序,一前一后并列在一起,成为 0x 后的八位数字呀?我这款正确的 ID 是不是 0x01520003 呀?

313636201 发表于 2014-3-7 13:42

leegeo 发表于 2014-3-7 13:24 static/image/common/back.gif
帮我看看这款,是看第三行:CC_ 后面的六位数字,去头尾各一位,然后倒序,再加上 DEV_ 后四位数字正序,一 ...

说的有点绕,不过最后的结果是正确的{:5_294:}
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 发一个 CLOVER 可以驱动 HD4000 的配置