zhixiangyao / Hackintosh-B460M-MORTAR-i5-10400-RX5700-4K

Hackintosh-B460M-MORTAR-i5-10400-RX5700-4K EFI
35 stars 8 forks source link

小白求助 #8

Open fenghuan1994 opened 3 years ago

fenghuan1994 commented 3 years ago

你好,我的配置是10400f,显卡是xfx5500xt,没有核显。没有博通网卡。请问一下。我需要在你的efi基础上修改哪些地方啊。 谢谢!

zhixiangyao commented 3 years ago

设置好bios后可以先试试,看看能不能安装,应该是没问题都,就是文档里的显卡优化代码可以删掉。 我已经换上MacBook pro m1 了,台式机也会永远停留macOS 10.15.7。

fenghuan1994 commented 3 years ago

多谢大佬解答。

config文件里删除这段就行了吧。

PciRoot(0x0)/Pci(0x1F,0x3)
        <dict>
            <key>device-id</key>
            <data>SKMAAA==</data>
            <key>device_type</key>
            <string>Audio device</string>
            <key>hda-gfx</key>
            <string>onboard-1</string>
            <key>layout-id</key>
            <data>AQAAAA==</data>
            <key>model</key>
            <string>Cannon Lake PCH cAVS</string>
        </dict>
        <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
        <dict>
            <key>AAPL,ig-platform-id</key>
            <data>AwDImw==</data>
            <key>device-id</key>
            <data>yJsAAA==</data>
            <key>device_type</key>
            <string>Display controller</string>
            <key>framebuffer-fbmem</key>
            <data>AACQAA==</data>
            <key>framebuffer-patch-enable</key>
            <data>AQAAAA==</data>
            <key>framebuffer-stolenmem</key>
            <data>AAAwAQ==</data>
            <key>hda-gfx</key>
            <string>onboard-2</string>
            <key>model</key>
            <string>Intel UHD Graphics 630</string>
        </dict>
        <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
        <dict>
            <key>@0,name</key>
            <string>ATY,Adder</string>
            <key>@1,name</key>
            <string>ATY,Adder</string>
            <key>@2,name</key>
            <string>ATY,Adder</string>
            <key>@3,name</key>
            <string>ATY,Adder</string>
            <key>AAPL00,DualLink</key>
            <data>AQAAAA==</data>
            <key>ATY,Card#</key>
            <string>102-D32200-00</string>
            <key>ATY,Copyright</key>
            <string>Copyright AMD Inc. All Rights Reserved. 2005-2019</string>
            <key>ATY,DeviceName</key>
            <string>W5700X</string>
            <key>ATY,EFIVersion</key>
            <string>01.01.190</string>
            <key>ATY,FamilyName</key>
            <string>Radeon Pro</string>
            <key>ATY,Rom#</key>
            <string>113-D3220E-190</string>
            <key>CAIL_EnableLBPWSupport</key>
            <integer>0</integer>
            <key>CAIL_EnableMaxPlayloadSizeSync</key>
            <integer>1</integer>
            <key>CFG_CAA</key>
            <integer>0</integer>
            <key>CFG_FB_LIMIT</key>
            <integer>0</integer>
            <key>CFG_FORCE_MAX_DPS</key>
            <integer>1</integer>
            <key>CFG_GEN_FLAGS</key>
            <integer>0</integer>
            <key>CFG_NO_MST</key>
            <integer>0</integer>
            <key>CFG_NVV</key>
            <integer>2</integer>
            <key>CFG_PAA</key>
            <integer>0</integer>
            <key>CFG_PULSE_INT</key>
            <integer>1</integer>
            <key>CFG_TPS1S</key>
            <integer>1</integer>
            <key>CFG_TRANS_WSRV</key>
            <integer>1</integer>
            <key>CFG_UFL_CHK</key>
            <integer>0</integer>
            <key>CFG_UFL_STP</key>
            <integer>0</integer>
            <key>CFG_USE_AGDC</key>
            <integer>1</integer>
            <key>CFG_USE_CP2</key>
            <integer>1</integer>
            <key>CFG_USE_CPSTATUS</key>
            <integer>1</integer>
            <key>CFG_USE_DPT</key>
            <integer>1</integer>
            <key>CFG_USE_FBC</key>
            <integer>0</integer>
            <key>CFG_USE_FBWRKLP</key>
            <integer>1</integer>
            <key>CFG_USE_FEDS</key>
            <integer>1</integer>
            <key>CFG_USE_LPT</key>
            <integer>1</integer>
            <key>CFG_USE_PSR</key>
            <integer>0</integer>
            <key>CFG_USE_SCANOUT</key>
            <integer>1</integer>
            <key>CFG_USE_SRRB</key>
            <integer>0</integer>
            <key>CFG_USE_STUTTER</key>
            <integer>1</integer>
            <key>CFG_USE_TCON</key>
            <integer>1</integer>
            <key>PP_DisableDIDT</key>
            <integer>1</integer>
            <key>PP_DisablePowerContainment</key>
            <integer>1</integer>
            <key>PP_DisableVoltageIsland</key>
            <integer>0</integer>
            <key>PP_FuzzyFanControl</key>
            <integer>1</integer>
            <key>device_type</key>
            <string>ATY,AdderParent</string>
            <key>hda-gfx</key>
            <string>onboard-1</string>
            <key>model</key>
            <string>Radeon Pro W5700X</string>
            <key>name</key>
            <string>ATY_GPU</string>
        </dict>

多谢了!

zhixiangyao commented 3 years ago

先删除w5700x的优化部分就好,剩下的不要删除

fenghuan1994 commented 3 years ago

好的!谢谢

fenghuan1994 commented 3 years ago

大佬,有个问题,因为手贱,调了一下分辨率,导致显示器进系统就黑屏了。有没有什么办法在不重装的情况下可以恢复设置的方法吗?

zhixiangyao commented 3 years ago

大佬,有个问题,因为手贱,调了一下分辨率,导致显示器进系统就黑屏了。有没有什么办法在不重装的情况下可以恢复设置的方法吗?

有优盘制作工具吗,pe进入系统,修改efi里的配置文件

fenghuan1994 commented 3 years ago

有PE,我是在系统设置里修改的分辨率。。。不知道修改啥可以搞定。