Giter Site home page Giter Site logo

azrocketa / macos-big-sur-for-ryzen-2600x-opencore-efi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ziloong/macos-big-sur-for-ryzen-2600x-opencore-efi

0.0 0.0 0.0 115.17 MB

AMDMacOS big sur built on MSI X470 Gaming Plus

Shell 6.45% Batchfile 7.08% Python 86.47%

macos-big-sur-for-ryzen-2600x-opencore-efi's Introduction

MSI X470 Gaming Plus_Ryzen 2600X Hackintosh Opencore

  • 主板:MSI X470 Gaming Plus

  • 系统:macOS Big Sur 11.0 Beta (20A4300b)

  • CPU:AMD Ryzen2600x six-core

  • 闪存:GALAX 8G 3600Mhz X4

  • 硬盘:intel 760p 500G nvme

  • 显卡

    • Powercolor RX580 2048sp (刷 Vbios RX570免驱)
    • Nvdia GTX1070ti (无法驱动,我A+N双显卡,这个不影响)
  • 声卡

    • Realtek ALC892
    • Sound Blaster Audigy FX SB1550 7.1 (请自行在opencore删除kXAudioDriver.kext,否则AppleALC不能正常加载)
  • 网卡:RealtekRTL8111

什么东西可以做的更好?

  • 休眠唤醒

    • sudo pmset -a hibernatemode 0

    • sudo pmset autopoweroff 0 禁用自动关机功能:这是一种休眠方式

    • sudo pmset powernap 0 禁用电源小睡:用于定期唤醒计算机以进行网络连接和更新(但不显示)

    • sudo pmset standby 0禁用待机:用作从睡眠到休眠的时间段

    • sudo pmset proximitywake 0禁用从iPhone / Watch唤醒:特别是当iPhone或Apple Watch靠近时,机器将唤醒

    • 在您的BIOS中:

      • 禁用:局域网唤醒
      • 启用:蓝牙唤醒(如果使用蓝牙设备像键盘一样唤醒,则可以禁用)
  • 开启Hidpi

    • bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
    • 经过测试的Adobe(2020)Photopshop,LightRoom Classic,Illustrator,Premier Pro,After Effects Bridge,Indesign,XD。如果重新安装任何Adobe应用程序,则将需要再次重做STEP-3。
    • Photoshop 图像打开、拖放和图像大小更改崩溃修复:使用 Camera Raw 9.12.1
    • Photoshop 液化完美使用
  • Drivers

    • AudioDxe.efi UEFI音频驱动
    • HFSPlus.efi 文件系统驱动
    • OpenCanopy.efi OpenCore主题
    • OpenRuntime.efi 内存驱动
  • intel 760p nvme外置硬盘改内置问题

    使用Hackintool 进入到PCie选项 找到硬盘的设备地址 PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)

    Properties方式注入built-in 数据类型DATA写上01

  • 修复无WIFI导致状态栏卡顿问题

    • 方法1
      • 关闭SIP
      • sudo mount -uw /
      • killall Finder
      • 进入/System/Library/LaunchAgentsIgnored/ 然后删除com.apple.wifi.WiFiAgent.plist
    • 方法2
      • 在Recovery模式使用终端输入
      • mv Volumes/你的启动硬盘名字/System/Library/LaunchAgentsIgnored/com.apple.wifi.WiFiAgent.plist Volumes/你的启动硬盘名字/System/Library/LaunchAgents/

配置说明

处理器:AMD Ryzen 2600x 6c8t

显卡:PowerColor RX580 2048sp

image-20200719040550344

声卡:Realtek ALC892

  • 驱动:AppleALC 1.5.1
  • 采用 DeviceProperties方法注入 , 注入layout-ID 具体注入ID自行尝试
  • HDMI、DP音频输出正常

image-20200719042134445

独立声卡(PCIE): Sound Blaster Audigy FX SB1550 7.1

  • 使用Kx Driver驱动
  • 音频MIDI设置 需要修改格式 44100hz 8声道32位
  • 配置扬声器声道 5、6

image-20200719042308970

image-20200719042817705

image-20200719045442289

image-20200719045451385

网卡:RTL8111

  • 驱动:RealtekRTL8111.kext
  • 网卡内建 采用 DeviceProperties方法注入built-in 01
  • iCloud正常,Facetime正常,iMessage正常

image-20200719043320005

USB : 端口定制

  • 驱动:SSDT-EC-USBX.aml
  • 使用 Hackintool 定制USB

image-20200719043629540

杂项

感谢

Acidanthera 提供 OpenCore相关驱动

AMD_Vanilla

  • AlGrey提出了这个想法并创建了补丁。
  • XLNC用于维护各种macOS版本的补丁。
  • Sinetek,Andy Vandijck,spakk,Bronya,Tora Chi Yo,Shaneeee等分享了他们的AMD / XNU内核知识
  • 0xD81CFdosprintfworkerikjara用于自述翻译。

@ITzTravelInTime kx-audio-driver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.