Jump to content
isitjake

b550m 6650 XT Rename GPU DSDT

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

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @danielnmaldonado@gmail.com

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise 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

  • Administrators
  • Like 1

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @danielnmaldonado@gmail.com

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

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

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @danielnmaldonado@gmail.com

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise 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

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @danielnmaldonado@gmail.com

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...