cnchensh 发表于 2015-2-12 10:42

留念,无须SSDT,低端板加奔腾也能变频,就差HD2500显卡了

本帖最后由 cnchensh 于 2015-2-12 11:01 编辑

      经过一番奋战,那天……
      对着Clover置顶贴将config.plist的上上下下每个条目详细阅读并充分理解,发现Clover其实已经比较完善了,只要设置正确,对于大部分基本功能都可完美实现,比如我这破机,本来想再弄个SSDT什么的,发现除了集显不能驱动外,声卡,睡眠均正常,奔腾G2030变频也有4档,低端U能这样就行了,暂且打住啦。

      小小遗憾的是集显HD2500啊,为什么搞个VGA接口都那么麻烦,那个沙发那个闪啊,怎么我就愣是搞不定呢,等过了这个肥年再弄个显卡吧,看看被微软拍扁的Yosemite能不能勾引我的欲望了

拍照留念:


华硕H61M-E
CPU:G2030
集显HD2500
声卡ALC887
网卡RTL8111F

本机专用Clover配置文件,仅供参考


<?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>PatchAPIC</key>
                <true/>
                <key>HaltEnabler</key>
                <true/>
                <key>DSDT</key>
                <dict>
                        <key>Name</key>
                        <string>DSDT.aml</string>
                        <key>ReuseFFFF</key>
                        <false/>
                        <key>Debug</key>
                        <false/>
                        <key>DropOEM_DSM</key>
                        <false/>
                        <key>Fixes</key>
                        <dict>
                              <key>AddDTGP_0001</key>
                              <true/>
                              <key>FixShutdown_0004</key>
                              <true/>
                              <key>AddMCHC_0008</key>
                              <true/>
                              <key>FixHPET_0010</key>
                              <true/>
                              <key>FakeLPC_0020</key>
                              <true/>
                              <key>FixIPIC_0040</key>
                              <true/>
                              <key>FixSBUS_0080</key>
                              <true/>
                              <key>FixDisplay_0100</key>
                              <true/>
                              <key>FixUSB_1000</key>
                              <true/>
                              <key>FixLAN_2000</key>
                              <true/>
                              <key>FixHDA_8000</key>
                              <true/>
                              <key>NewWay_80000000</key>
                              <true/>
                              <key>FIX_RTC_20000</key>
                              <true/>
                              <key>AddIMEI_80000</key>
                              <true/>
                              <key>FIX_INTELGFX_100000</key>
                              <true/>
                              <key>DeleteUnused_400000</key>
                              <true/>
                              <key>FIX_ADP1_800000</key>
                              <true/>
                              <key>FIX_S3D_2000000</key>
                              <true/>
                              <key>FIX_ACST_4000000</key>
                              <true/>
                              <key>AddHDMI_8000000</key>
                              <true/>
                              <key>FixRegions_10000000</key>
                              <true/>
                        </dict>
                </dict>
                <key>SSDT</key>
                <dict>
                        <key>DoubleFirstState</key>
                        <true/>
                        <key>DropOem</key>
                        <true/>
                        <key>UseSystemIO</key>
                        <true/>
                        <key>PluginType</key>
                        <string>1</string>
                        <key>EnableC2</key>
                        <true/>
                        <key>EnableC4</key>
                        <true/>
                        <key>EnableC6</key>
                        <true/>
                        <key>Generate</key>
                        <dict>
                              <key>CStates</key>
                              <true/>
                              <key>PStates</key>
                              <true/>
                        </dict>
                </dict>
                <key>DropTables</key>
                <array>
                        <dict>
                              <key>Signature</key>
                              <string>DMAR</string>
                        </dict>
                        <dict>
                              <key>Signature</key>
                              <string>SSDT</string>
                              <key>TableId</key>
                              <string>CpuPm</string>
                        </dict>
                </array>
      </dict>
      <key>Devices</key>
      <dict>
                <key>FakeID</key>
                <dict>
                        <key>IMEI</key>
                        <string>0x1C3A8086</string>
                        <key>IntelGFX</key>
                        <string>0x0152</string>
                </dict>
                <key>Audio</key>
                <dict>
                        <key>Inject</key>
                        <string>0x377</string>
                </dict>
                <key>USB</key>
                <dict>
                        <key>AddClockID</key>
                        <true/>
                        <key>FixOwnership</key>
                        <true/>
                        <key>HighCurrent</key>
                        <true/>
                        <key>Inject</key>
                        <true/>
                </dict>
      </dict>
      <key>Boot</key>
      <dict>
                <key>Timeout</key>
                <integer>5</integer>
                <key>DefaultLoader</key>
                <string>boot.efi</string>
                <key>DefaultVolume</key>
                <string>LastBootedVolume</string>
                <key>Legacy</key>
                <string>PBR</string>
                <key>Log</key>
                <false/>
                <key>Secure</key>
                <false/>
                <key>XMPDetection</key>
                <false/>
      </dict>
      <key>GUI</key>
      <dict>
                <key>ScreenResolution</key>
                <string>1440x900</string>
                <key>Theme</key>
                <string>bluemac</string>
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Tool</key>
                        <true/>
                        <key>Legacy</key>
                        <false/>
                        <key>Kernel</key>
                        <string>All</string>
                </dict>
                <key>Hide</key>
                <array>
                        <string>Legacy HD</string>
                </array>
                <key>Mouse</key>
                <dict>
                        <key>Enabled</key>
                        <true/>
                        <key>Mirror</key>
                        <false/>
                        <key>Speed</key>
                        <integer>8</integer>
                </dict>
      </dict>
      <key>Graphics</key>
      <dict>
                <key>Inject</key>
                <dict>
                        <key>Intel</key>
                        <true/>
                        <key>ATI</key>
                        <false/>
                        <key>NVidia</key>
                        <false/>
                </dict>
                <key>InjectEDID</key>
                <true/>
                <key>PatchVBios</key>
                <true/>
                <key>ig-platform-id</key>
                <string>0x01520003</string>
      </dict>
      <key>KernelAndKextPatches</key>
      <dict>
                <key>AppleRTC</key>
                <true/>
                <key>AsusAICPUPM</key>
                <true/>
      </dict>
      <key>SystemParameters</key>
      <dict>
                <key>InjectSystemID</key>
                <true/>
                <key>boot-args</key>
                <string>slide=0</string>
      </dict>
</dict>
</plist>



drcc 发表于 2015-2-12 21:00

要加个独显。。。GT610

cnchensh 发表于 2015-2-13 11:05

drcc 发表于 2015-2-12 21:00 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
要加个独显。。。GT610

你用的是GT610哇,别闹哦要拍小屁屁的哦……

weihu120 发表于 2015-3-9 21:32

一样的二奶配置,主板和U都一样,楼主现在什么情况啊

cydia17 发表于 2015-3-27 10:28

weihu120 发表于 2015-3-9 21:32 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
一样的二奶配置,主板和U都一样,楼主现在什么情况啊




我也是VGA输出,比楼主的情况好一点,haswell I3集显,显存5M,水波纹没有,但是看电影,上网页都正常,也不觉得慢。只是偶尔会自动注销,特别是按F11,和查看系统报告时。

hby0828 发表于 2015-3-27 13:20

我的奔腾处理器加载变色龙不成功,不知道到底什么原因      window版变色龙和mac版的都无法进入引导界面

veryclean 发表于 2015-3-28 21:01

cydia17 发表于 2015-3-27 10:28 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
我也是VGA输出,比楼主的情况好一点,haswell I3集显,显存5M,水波纹没有,但是看电影,上网页都正 ...

hd4000可以vga输出吗

cydia17 发表于 2015-3-28 22:10

veryclean 发表于 2015-3-28 21:01 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
hd4000可以vga输出吗

我那个截图就是VGA输出的,显存5M,搞不好

cydia17 发表于 2015-3-28 23:08

veryclean 发表于 2015-3-28 21:01 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
hd4000可以vga输出吗

我那个截图就是VGA输出的,显存5M,搞不好

吴大帅1943 发表于 2015-3-28 23:50

谢谢分享
页: [1]
查看完整版本: 留念,无须SSDT,低端板加奔腾也能变频,就差HD2500显卡了