s7110 发表于 2019-2-3 22:04

10.13.6 R9 290驱动问题

       显卡是蓝宝石 R9 290 毒药 4G版ID(0x67b1 1002)在10.13.6可以上到1080P的分辨率,图形卡也能显示AMD 290/390 4096MB,但是没有水波纹,显卡开速应该没有开,更换背景也是一帧一帖的换。      折腾了两天,参考https://bbs.pcbeta.com/viewthread-1773791-1-1.html这帖子,还有https://www.tonymacx86.com/threads/guide-getting-r9-290-390-non-x-to-work-on-sierra-10-12-and-high-sierra-10-13.210574/帖子。在AMD8000Controller.kext和AMDRadeonX4000.kext两个驱动里面加入了显卡的ID现在还找不到问题出在哪里?求大神指教。CLOVER版本4859。附上我的config.plist。


<?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>Fixes</key>
                        <dict>
                                <key>AddDTGP</key>
                                <true/>
                                <key>FixHPET</key>
                                <true/>
                                <key>FixRTC</key>
                                <true/>
                                <key>FixShutdown</key>
                                <true/>
                        </dict>
                        <key>Patches</key>
                        <array>
                                <dict>
                                        <key>Comment</key>
                                        <string>change SAT0 to SATA</string>
                                        <key>Disabled</key>
                                        <false/>
                                        <key>Find</key>
                                        <data>
                                        U0FUMA==
                                        </data>
                                        <key>Replace</key>
                                        <data>
                                        U0FUQQ==
                                        </data>
                                </dict>
                                <dict>
                                        <key>Comment</key>
                                        <string>change HECI to IMEI</string>
                                        <key>Disabled</key>
                                        <false/>
                                        <key>Find</key>
                                        <data>
                                        SEVDSQ==
                                        </data>
                                        <key>Replace</key>
                                        <data>
                                        SU1FSQ==
                                        </data>
                                </dict>
                        </array>
                        <key>ReuseFFFF</key>
                        <false/>
                </dict>
                <key>FixHeaders</key>
                <true/>
                <key>SSDT</key>
                <dict>
                        <key>DropOem</key>
                        <false/>
                        <key>Generate</key>
                        <dict>
                                <key>CStates</key>
                                <true/>
                                <key>PStates</key>
                                <true/>
                        </dict>
                </dict>
        </dict>
        <key>Boot</key>
        <dict>
                <key>Arguments</key>
                <string>-v dart=0 nv_disable=1 kext-dev-mode=1 -disablegfxfirmware</string>
                <key>Debug</key>
                <false/>
                <key>DefaultVolume</key>
                <string>macOS</string>
                <key>Legacy</key>
                <string>PBR</string>
                <key>Secure</key>
                <false/>
                <key>Timeout</key>
                <integer>0</integer>
                <key>XMPDetection</key>
                <false/>
        </dict>
        <key>Devices</key>
        <dict>
                <key>Audio</key>
                <dict>
                        <key>Inject</key>
                        <string>Detect</string>
                        <key>ResetHDA</key>
                        <true/>
                </dict>
                <key>FakeID</key>
                <dict>
                        <key>ATI</key>
                        <string>0x67B11002</string>
                </dict>
                <key>USB</key>
                <dict>
                        <key>AddClockID</key>
                        <true/>
                        <key>FixOwnership</key>
                        <true/>
                        <key>Inject</key>
                        <true/>
                </dict>
                <key>UseIntelHDMI</key>
                <true/>
        </dict>
        <key>DisableDrivers</key>
        <array>
                <string>Nothing</string>
        </array>
        <key>GUI</key>
        <dict>
                <key>Hide</key>
                <array>
                        <string>BOOTX64.EFI</string>
                        <string>Windows</string>
                </array>
                <key>Language</key>
                <string>zh_CN:0</string>
                <key>Mouse</key>
                <dict>
                        <key>DoubleClick</key>
                        <integer>500</integer>
                        <key>Enabled</key>
                        <true/>
                        <key>Mirror</key>
                        <false/>
                        <key>Speed</key>
                        <integer>8</integer>
                </dict>
                <key>Scan</key>
                <dict>
                        <key>Entries</key>
                        <true/>
                        <key>Legacy</key>
                        <true/>
                        <key>Linux</key>
                        <false/>
                        <key>Tool</key>
                        <true/>
                </dict>
                <key>Theme</key>
                <string>black_green</string>
        </dict>
        <key>Graphics</key>
        <dict>
                <key>FBName</key>
                <string>Hawail</string>
                <key>Inject</key>
                <dict>
                        <key>ATI</key>
                        <true/>
                        <key>Intel</key>
                        <false/>
                        <key>NVidia</key>
                        <false/>
                </dict>
                <key>PatchVBios</key>
                <false/>
                <key>RadeonDeInit</key>
                <false/>
                <key>VRAM</key>
                <integer>4096</integer>
                <key>VideoPorts</key>
                <integer>4</integer>
                <key>display-cfg</key>
                <string>067b11002</string>
        </dict>
        <key>KernelAndKextPatches</key>
        <dict>
                <key>ATIConnectorsController</key>
                <string>8000</string>
                <key>AppleIntelCPUPM</key>
                <true/>
                <key>AppleRTC</key>
                <true/>
                <key>KernelPm</key>
                <true/>
                <key>KextsToPatch</key>
                <array>
                        <dict>
                                <key>Comment</key>
                                <string>External icons patch</string>
                                <key>Disabled</key>
                                <false/>
                                <key>Find</key>
                                <data>
                                RXh0ZXJuYWw=
                                </data>
                                <key>InfoPlistPatch</key>
                                <false/>
                                <key>Name</key>
                                <string>AppleAHCIPort</string>
                                <key>Replace</key>
                                <data>
                                SW50ZXJuYWw=
                                </data>
                        </dict>
                        <dict>
                                <key>Comment</key>
                                <string>disable USB Port Limit Patch for 10.13.6 beta4 (PMheart)</string>
                                <key>Disabled</key>
                                <false/>
                                <key>Find</key>
                                <data>
                                g32IDw+DpwQAAA==
                                </data>
                                <key>InfoPlistPatch</key>
                                <false/>
                                <key>MatchOS</key>
                                <string>10.13.6</string>
                                <key>Name</key>
                                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                                <key>Replace</key>
                                <data>
                                g32ID5CQkJCQkA==
                                </data>
                        </dict>
                </array>
        </dict>
        <key>RtVariables</key>
        <dict>
                <key>BooterConfig</key>
                <string>0x28</string>
                <key>CsrActiveConfig</key>
                <string>0x67</string>
        </dict>
        <key>SMBIOS</key>
        <dict>
                <key>BiosReleaseDate</key>
                <string>08/21/2017</string>
                <key>BiosVendor</key>
                <string>Apple Inc.</string>
                <key>BiosVersion</key>
                <string>IM142.88Z.0123.B00.1708211454</string>
                <key>Board-ID</key>
                <string>Mac-27ADBB7B4CEE8E61</string>
                <key>BoardManufacturer</key>
                <string>Apple Inc.</string>
                <key>BoardSerialNumber</key>
                <string>D25515404J9FF4J8C</string>
                <key>BoardType</key>
                <integer>10</integer>
                <key>BoardVersion</key>
                <string>1.0</string>
                <key>ChassisAssetTag</key>
                <string>iMac-Aluminum</string>
                <key>ChassisManufacturer</key>
                <string>Apple Inc.</string>
                <key>ChassisType</key>
                <string>0x0D</string>
                <key>Family</key>
                <string>iMac</string>
                <key>FirmwareFeatures</key>
                <string>0xE00FE137</string>
                <key>FirmwareFeaturesMask</key>
                <string>0xFF1FFF3F</string>
                <key>LocationInChassis</key>
                <string>Part Component</string>
                <key>Manufacturer</key>
                <string>Apple Inc.</string>
                <key>Mobile</key>
                <false/>
                <key>PlatformFeature</key>
                <string>0x01</string>
                <key>ProductName</key>
                <string>iMac14,2</string>
                <key>SerialNumber</key>
                <string>D25PL270F8JC</string>
                <key>Version</key>
                <string>1.0</string>
        </dict>
        <key>SystemParameters</key>
        <dict>
                <key>InjectKexts</key>
                <string>Yes</string>
                <key>InjectSystemID</key>
                <true/>
                <key>NvidiaWeb</key>
                <true/>
        </dict>
</dict>
</plist>



页: [1]
查看完整版本: 10.13.6 R9 290驱动问题