Jump to content
Olarila Professional Hackintosh Services ×

Upgraded RX 5500 XT to 6650 XT No Hardware Acceleration, 10mb graphics


isitjake

Recommended Posts

Hi @MaLd0n, I have been running your EFI on catalina for quite some time now. My specs are i7 9700k, 16gb of ram, Gigabyte z390 I aorus pro wifi and rx 5500 xt but I just upgraded my gpu. My new gpu is RX 6650 XT. I reset cmos, reset nvram, reconfigured my bios settings but I have no graphics acceleration and about this mac shows only 10mb of video memory.... How can I resolve this for the RX 6650?

Link to comment
Share on other sites

18 minutes ago, isitjake said:

I believe it's with the Device Properties > Add Device ID and Model but I am not sure. Maldon will have to confirm...

using any particular app? clover/opencore?

My First Hackintosh: GA-Z390 Gaming M/Intel Core i5 9400F/32GB G.Skill 3600/MSI RX6600XT

Link to comment
Share on other sites

11 minutes ago, wastedbrain said:

using any particular app? clover/opencore?

Opencore. Use a plist editor like xplist to modify your current config. I am not sure on the exact Device Properties yet, maybe @MaLd0n can give us an example. My current Device Properties are blank. I will play with it when I get home from work.

Link to comment
Share on other sites

  • Administrators

u can use a simple ssdt, dsdt or device properties

Quote

/*
 * Intel ACPI Component Architecture
 * AML/ASL+ Disassembler version 20221020 (64-bit version)
 * Copyright (c) 2000 - 2022 Intel Corporation
 * 
 * Disassembling to symbolic ASL+ operators
 *
 * Disassembly of iASLbPVkCj.aml, Fri Dec 16 21:05:56 2022
 *
 * Original Table Header:
 *     Signature        "SSDT"
 *     Length           0x000000B9 (185)
 *     Revision         0x02
 *     Checksum         0xBE
 *     OEM ID           "Apple"
 *     OEM Table ID     "6650"
 *     OEM Revision     0x00000000 (0)
 *     Compiler ID      "INTL"
 *     Compiler Version 0x20221020 (539103264)
 */
DefinitionBlock ("", "SSDT", 2, "Apple", "6650", 0x00000000)
{
    External (_SB_.PC00.PEG1.PEGP, DeviceObj)

    Device (_SB.PC00.PEG1.PEGP.PBR0)
    {
        Name (_ADR, Zero)  // _ADR: Address
        Device (GFX0)
        {
            Name (_ADR, Zero)  // _ADR: Address
        }
    }

    Method (_SB.PC00.PEG1.PEGP.PBR0.GFX0._DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
    {
        If ((!Arg2 || !_OSI ("Darwin")))
        {
            Return (Buffer ()
            {
                 0x03                                             // .
            })
        }

        Return (Package ()
        {
            "device-id", 
            Buffer ()
            {
                 0xFF, 0x73, 0x00, 0x00                           // .s..
            }
        })
    }
}

 

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Link to comment
Share on other sites

23 hours ago, MaLd0n said:

u can use a simple ssdt, dsdt or device properties

 

@MaLd0n  I saved this as an .aml file using MaciASL and added it to my ACPI folder in Opencore and also added it to my config. I then set my Device properties to this https://ibb.co/QQBg8Pd  which is what I think you said to do but I'm not sure. I still have no acceleration, is this correct? 

These are better screenshots of the aml file and Device properties 

https://ibb.co/QQBg8Pd
https://ibb.co/zrPZ8XD

Link to comment
Share on other sites

Could you help in the same situation? Upgrade from rx570 to rx 6650 xt. We tried everything we could, including from this topic. I don't have any graphics acceleration... just like the author of the topic. Help please. There is only hope for you. Ventura 13.2, Asus Prime B360M-K, i7-9700, Sapphire Nitro+ RX6650XT 8Gb, Open Core

 

gfxutil.zip config.zip IOreg.zip SSDT-6650XT-73EF-GPU-SPOOF.aml.zip

Edited by AleksG
Link to comment
Share on other sites

  • Administrators
8 hours ago, AleksG said:

Could you help in the same situation?

SSDT-6650.aml.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Link to comment
Share on other sites

Could you help me please, I'm also in the same situation, I don't know what I'm doing wrong.

Thank you

My system:

CPU: Ryzen 5 3600

GPU: XFX RX 6650 XT QICK 308

Motherboard: Gigabyte B450 aorus m

OS: Ventura 13.2.1

OPENCORE

https://ibb.co/dm7yBmt - EFI Folder

https://ibb.co/LCXXtSB - GFXUtil

https://ibb.co/TWVd3CH - ProperTree

https://ibb.co/17rJD0f - SSDT_BGR0

Link to comment
Share on other sites

  • Administrators
2 hours ago, Axel Brasil said:

Could you help me please

post ioreg with ioreg explorer

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Link to comment
Share on other sites

  • Administrators

u need remove this ssdt gpu, reboot and save one ioreg with ioreg explorer

https://olarila.com/files/Utils/IORegistryExplorer.app.zip

  • Like 1

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Link to comment
Share on other sites

I fixed, i tried again with the old SSDT-BGR0 file, and I noticed that the path changed in IoReg, so I changed the SSDT-BGR0 file again to reflect the path that was in IoReg, rebooted and it works now. Thanks for the help! @MaLd0n

Here's the file(SSDT-BGR0) for anyone interested.

 

SSDT-BGR0.zip

Edited by Axel Brasil
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...