Skip to content

xyzuan/ROG_G513QC_OpenCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROG-STRIX-G513QC

ASUS ROG STRIX G513QC

OpenCore Config for Asus ROG-STRIX-G513QC with AMD Ryzen.

GitHub Contributors Issues GitHub pull requests

Report Bug · Request Feature

Screenshot 2023-10-28 at 12 19 33

Description

  • Available version of this repository: Sonoma
  • The model information has been removed, please generate and replace it yourself
  • OpenCore version: 0.9.5
  • BIOS settings:
    • Suggest using UMAF tool to increase VRAM, at least 1G and recommend 2G
    • Use UMAF tool to enable Above 4G decoding
    • Turn off Secure Boot and Fast Boot
  • This repository does not include NootedRed drivers, please go to NootedRed to download and add them yourself.
  • Updating EFI may require clearing NVRAM to take full effect.

Warning

When installing or updating the system, be sure to disable the NootedRed driver in config.plist, otherwise the installation process will get stuck at the progress bar and cannot be installed normally.

Configuration

Component Model (2020/2021)
CPU AMD Ryzen 5 5600H
Integrated GPU AMD Radeon Vega 8
Dedicated GPU NVIDIA RTX 3050
Network/Bluetooth Intel AX210
SSD SAMSUNG M.2 MZVQL5
Keyboard/Trackpad IC2 HID
Audio/Headphone jack ALC294

Overview

Working

  • CPU / IGPU
  • WIFI/Bluetooth
  • Apple ID & iMessages & iCloud
  • Interrupt mode touchpad and keyboard input
  • 1080p 120hz HiDPI display
  • Built-in speakers and 3.5mm headphone audio output / Built-in microphone
  • All USB ports / NVME SSD
  • S3 Sleep
    • Use UMAF tool to enable S3 Sleep
    • Might need to enter the following commands in the terminal:
      sudo pmset autopoweroff 0
      sudo pmset powernap 0
      sudo pmset standby 0
      sudo pmset proximitywake 0
      sudo pmset tcpkeepalive 0
      

Not working and current issues

  • NVIDIA graphics card
  • Chrome and Chromium browsers cannot use hardware acceleration normally, waiting for NootedRed driver update to resolve
  • Some Fn shortcut keys
  • After using Windows and restarting to macOS, there is no sound from the headphones. A forced shutdown and reboot will make it work normally again.
  • VCN (video/image hardware encoding/decoding) still has some problems, can be used but not guaranteed, turned off by default, to turn on, please add -nredvcn to boot-args. For details, please go to the NootedRed page to see the latest progress.

Temperature

You can control the temperature within a suitable range by turning off CPS (core performance boost), but this will lose some performance. You can use the UMAF tool to turn off CPS in the BIOS, but it will affect the performance of other systems such as Windows, so it is recommended to use AMD Power Gadget to turn it off after each boot into the system, at least for now.

Know Your EFI

ACPI

SSDT Function
SSDT-PLUG-ALT Used for MacOS to recognize CPU, must-have
SSDT-EC Fakes an EC for MacOS, must-have
SSDT-HPET Solves IRQ conflicts, must-have
SSDT-USBX USB power management, must-have
SSDT-XOSI ACPI function of MAC and WIN, dual systems must-have.
SSDT-ALS0 Provided by NootedRed, used for screen brightness adjustment
SSDT-PNLF Provided by NootedRed, used for screen brightness adjustment

Kexts

Kext Function
AirportItlwm Intel wireless card driver, note that different systems have different kexts
AMDRyzenCPUPowerManagement AMD CPU power management
AppleALC Audio driver
AppleMCEReporterDisabler Turn off AppleIntelMCEReporter to avoid errors on AMD CPU devices
BlueToolFixup Bluetooth repair patch, required for systems 12 and above
BrightnessKeys Brightness adjustment keys
ECEnabler Battery reading
FeatureUnlock Unlock features on unsupported models
HoRNDIS Support Android device USB shared network
IntelBTPatcher Bluetooth driver
IntelBluetoothInjector Bluetooth driver
IntelBluetoothFirmware Bluetooth driver
Lilu Essential
NullEthernet Allows devices without Ethernet ports to log in to iCloud on MacOS
NVMeFix NVMe hard drive power management
RestrictEvents CPU rename
RadeonSensor Get AMD graphics card temperature information
SMCAMDProcessor Subsidiary of AMDRyzenCPUPowerManagement
SMCBatteryManager Battery management
SMCRadeonGPU.kext Get AMD graphics card temperature information
USBToolBox USB customization
USBMap USB customization, not universal and needs to be customized
VirtualSMC Essential
VoodooI2C Touchpad or touch screen driver
VoodooI2CHID Touchpad or touch screen driver

Credit

https://github.com/ChefKissInc/NootedRed

https://github.com/PIut02/ROG-Zephyrus-G14-GA401-Hackintosh

https://github.com/zabdottler/Lenovo-Yoga-16S-hackintosh

https://github.com/AlphaNecron/Zephyrus-G14-GA401QH-EFI

https://github.com/b00t0x/ROG-Zephyrus-G14-GA402-Hackintosh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages