Jump to content
Olarila Professional Hackintosh Services ×

b550m 6650 XT Rename GPU DSDT


isitjake

Recommended Posts

Having trouble renaming the GPU, need a SSDT. This is the PCI path of my GPU from windows. Can you help? @MaLd0n

 

 Location paths:

 ACPI(_SB_)#ACPI(PCI0)#ACPI(GPP8)#ACPI(SWUS)#ACPI(SWDS)#ACPI(VGA_)

 Confused if it's 

 
 \_SB_.PCI0.GPP8.SWUS

 OR 

 \_SB_.PCI0.GPP8.SWUS.SWDS

 
 OR 

 \_SB_.PCI0.GPP8

 Change PCI0 with  PCI0

 change PEG0 with GPP8
 

 Thanks 

 Specs: Ryzen 5800x, Gigabyte b550m aorus elite ax, 16gb ram, RX 6650 XT GPU

Edited by isitjake
Link to comment
Share on other sites

  • Administrators
Quote

   Method (\_SB.PCI0.GPP8.SWUS.SWDS.VGA._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

On 12/4/2023 at 8:24 PM, MaLd0n said:
Quote

   Method (\_SB.PCI0.GPP8.SWUS.SWDS.VGA._DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
    {
        If ((!Arg2 || !_OSI ("Darwin")))
        {
            Return (Buffer ()
            {
                 0x03                                             // .
            })
        }

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

Expand  

spacer.png

Gives me this error with the dsdt ? @MaLd0n

Link to comment
Share on other sites

@MaLd0n  I added the SSDT file to my EFI and took a new snapshot with propertree to add the SSDT to my config.plist but I still am unable to reach the boot picker for some reason. I have attached my bootlog files and the EFI I am using If I could please get you to take a look. I am desperate. Bootlog AND EFI folder- https://file.io/IVFJqBjqRziC 

sorry I have 2 accounts. I am the OP. Same specs. Ryzen 5800x gigabyte b550m aorus elite ax + 16gb ram and 6650XT

Link to comment
Share on other sites

  • Administrators

EFI.zip

-Delete old EFI folder and paste new. Don't use merge files
-Don't use Drag and Drop into EFI partition. Use Copy/Paste instead
-Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen

  • Thanks 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

4 hours ago, MaLd0n said:

EFI.zip

-Delete old EFI folder and paste new. Don't use merge files
-Don't use Drag and Drop into EFI partition. Use Copy/Paste instead
-Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen

Thank you my friend. Great progress. Many thanks. PXL-20231207-043933751.jpg

Sonoma is installed but for some reason it freezes randomly where the mouse can still move but nothing is "clickable". All the windows are frozen but the mouse still able to move

Anytime I go to click on something the window will freeze and sometimes the spinning wheel will appear.

Here is a video of the freezing @MaLd0n

https://vimeo.com/892112731?share=copy

Happens if I remove whatevergreen + device properties and replace with NootRX as well ?. Not sure what is causing this freezing

Link to comment
Share on other sites

  • Administrators

Stay with whatevergreen

U can check if unfairgva work in this case

Example: unfairgva=1

 

unfairgva = 1 -> enables DRM on old CPUID

unfairgva = 2 ->Relax HDCP requirements

unfairgva = 1+2 = 3 -> enables the two options above

unfairgva = 4 -> Inject the iMacPro1,1 board ID

unfairgva = 4+1 = 5 -> enables the options 4 and 1

unfairgva = 4+2 = 6 -> enables the options 4 and 2

unfairgva = 4+2+1 = 7 -> enables all

  • 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

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...