q13507 发表于 2024-7-24 18:23

leopard128 发表于 2024-7-24 09:27 https://bbs.pcbeta.com/static/image/common/back.gif
14700kf,就用了个ssdt补丁,其他的cpu相关补丁都没有用,机型imacpro1,1 2017,变频什么都正常,能少用额外 ...

能看看你的 intel power gadget 的曲线吗。

等待戈多 发表于 2024-7-27 13:25

Chihirojojo 发表于 2024-7-23 16:18 https://bbs.pcbeta.com/static/image/common/back.gif
VirtualSMC.kext不是必备吗?这个真的可以取消勾选吗,还是勾选SMCProcessor.kext,不勾选VirtualSMC.kex ...



几个问怎么勾选的,请查看,恕不一一回复!



等待戈多 发表于 2024-7-27 13:53

直奔主题 解决黑苹果四个问题

    开机系统选择启动界面右下角出现OC版本发布日期,很膈应能不能去掉
    去掉多余的启动选项,比如recovery、reset nvram


解决方案:
隐藏OC版本
隐藏启动辅助项
2. 无核显或者无法启用核显的CPU(11&12代),关于本机,处理器 识别为未知

现在可以通过OC引导,可以随意修改CPU名称及核心数
指定CPU type

CPU 代码查询:https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/IndustryStandard/AppleSmBios.h

// <0201> 01 coresIntel Core Solo                Intel Core Solo
// <0201> 02 coresIntel Core Duo               Intel Core Duo
// <0301> 01 coresIntel Core 2 Solo            Intel Core 2 Solo
// <0301> 02 coresIntel Core 2 Duo               Intel Core 2 Duo
// <0401> 01 coresSingle-Core Intel Xeon         Single-Core Intel Xeon
// <0401> 02 coresDual-Core Intel Xeon         Dual-Core Intel Xeon
// <0402> 01 coresSingle-Core Intel Xeon         Single-Core Intel Xeon
// <0402> 02 coresDual-Core Intel Xeon         Dual-Core Intel Xeon
// <0402> 03 coresUnknown Intel Xeon             Unknown Intel Xeon
// <0402> 04 coresQuad-Core Intel Xeon         Quad-Core Intel Xeon
// <0501> 01 coresSingle-Core Intel Xeon         Single-Core Intel Xeon
// <0501> 02 coresDual-Core Intel Xeon         Dual-Core Intel Xeon
// <0501> 03 coresUnknown Intel Xeon             Unknown Intel Xeon
// <0501> 04 coresQuad-Core Intel Xeon         Quad-Core Intel Xeon
// <0501> 06 cores6-Core Intel Xeon            6-Core Intel Xeon
// <0601> 01 coresIntel Core i5                  Intel Core i5
// <0601> 02 coresIntel Core i5                  Intel Core i5
// <0601> 03 coresIntel Core i5                  Intel Core i5
// <0601> 04 coresIntel Core i5                  Intel Core i5
// <0601> 06 coresIntel Core i5                  Intel Core i5
// <0701> 01 coresIntel Core i7                  Intel Core i7
// <0701> 02 coresIntel Core i7                  Intel Core i7
// <0701> 03 coresIntel Core i7                  Intel Core i7
// <0701> 04 coresIntel Core i7                  Intel Core i7
// <0701> 06 coresIntel Core i7                  Intel Core i7
// <0901> 01 coresIntel Core i3                  Intel Core i3
// <0901> 02 coresIntel Core i3                  Intel Core i3
// <0901> 03 coresIntel Core i3                  Intel Core i3
// <0901> 04 coresIntel Core i3                  Intel Core i3
// <0A01> 04 coresQuad-Core Intel Xeon E5      Quad-Core Intel Xeon E5
// <0A01> 06 cores6-Core Intel Xeon E5         6-Core Intel Xeon E5
// <0A01> 08 cores8-Core Intel Xeon E5         8-Core Intel Xeon E5
// <0A01> 10 cores10-Core Intel Xeon E5          10-Core Intel Xeon E5
// <0A01> 12 cores12-Core Intel Xeon E5          12-Core Intel Xeon E5
// <0B01> 01 coresIntel Core M                   Intel Core M
// <0B01> 02 coresIntel Core M                   Intel Core M
// <0B01> 03 coresIntel Core M                   Intel Core M
// <0B01> 04 coresIntel Core M                   Intel Core M
// <0C01> 01 coresIntel Core m3                  Intel Core m3
// <0C01> 02 coresIntel Core m3                  Intel Core m3
// <0C01> 03 coresIntel Core m3                  Intel Core m3
// <0C01> 04 coresIntel Core m3                  Intel Core m3
// <0D01> 01 coresIntel Core m5                  Intel Core m5
// <0D01> 02 coresIntel Core m5                  Intel Core m5
// <0D01> 03 coresIntel Core m5                  Intel Core m5
// <0D01> 04 coresIntel Core m5                  Intel Core m5
// <0E01> 01 coresIntel Core m7                  Intel Core m7
// <0E01> 02 coresIntel Core m7                  Intel Core m7
// <0E01> 03 coresIntel Core m7                  Intel Core m7
// <0E01> 04 coresIntel Core m7                  Intel Core m7
// <0F01> 08 coresIntel Xeon W                   Intel Xeon W
// <0F01> 10 coresIntel Xeon W                   Intel Xeon W
// <0F01> 12 coresIntel Xeon W                   Intel Xeon W(10.15+)
// <0F01> 14 coresIntel Xeon W                   Intel Xeon W
// <0F01> 16 coresIntel Xeon W                   Intel Xeon W(10.15+)
// <0F01> 18 coresIntel Xeon W                   Intel Xeon W
// <0F01> 24 coresIntel Xeon W                   Intel Xeon W(10.15+)
// <0F01> 28 coresIntel Xeon W                   Intel Xeon W(10.15+)
// <1001> 06 coresIntel Core i9                  Intel Core i9
// <1001> 08 coresIntel Core i9                  Intel Core i9 (10.15+)
// <1001> 10 coresIntel Core i9                  Intel Core i9 (10.15+)


注意:需要将上面的16进制转化为10进制来填入processortype 对应项


指定名称


3.使用OC引导windows,会导致主板名称变为Mac主板,在windows下某些需要应用仅针原生主板型号才能使用


4.12代CPU 同时开启超线程与小核心,提升CPU性能


1.使用最新的lilu.kext 及CpuTopologySync.kext

2.不要启用Virtualsmc的插件SMCProcessor.kext

3.添加Kernel 核心补丁,分别针对i5-12600K、i7-12700K、i9-12900K

所有这些都是在我的OC范本之上修改:https://github.com/Xmingbai/ASUS-Z690M-PLUS-hackintosh
针对不同CPU核心补丁

下载地址:https://github.com/acidanthera 作者:小明和他的女朋友 https://www.bilibili.com/read/cv14331811/ 出处:bilibili

hyjjq 发表于 2024-9-14 08:04

hzx505 发表于 2024-5-3 19:37 https://bbs.pcbeta.com/static/image/common/back.gif
试试这个,
刚生成的,用 sonoma14.4.1 Mac-7BA5B2D9E42DDD94.plist【 iMacPro1,1(2017)】

大佬,这个具体怎么操作,是不是要把机型换成 iMacPro1,1,在这个环境下生成?

hzx505 发表于 2024-9-18 00:56

hyjjq 发表于 2024-9-14 08:04 https://i.pcbeta.com/static/image/common/back.gif
大佬,这个具体怎么操作,是不是要把机型换成 iMacPro1,1,在这个环境下生成?

不用,指定要生成机型文件路径就可以;
时间长了具体忘了。你可网上搜索相关参考下。

yuanj153 发表于 2024-9-18 17:30

等待戈多 发表于 2024-5-3 11:39 https://i.pcbeta.com/static/image/common/back.gif
继续测试,好像没有问题
对了,oc的 kext要停用VirtualSMC.kext里面的processor插件
就用SMCProcesso ...

你这个是28寸的么,怎么是个正方形的。。
页: 1 2 3 4 5 6 [7]
查看完整版本: 12600KF最高5.1GHz,干掉CpuFriend.kext,只需要机型改成iMac Pro 2020