Jump to content

[RESOLVED] Help : Asus FX553VE Disable Nvidia Card


taka47
 Share

14 posts in this topic

Recommended Posts

Hello,

 

I try to patch my DSDT or SSDT for disable my nvidia card.

 

I  follow lot of tuto but I never do it :'(

 

My laptop is Asus FX553V with i7 7700HQ and you can see other into my signature.

I do the F4 Clover for backup *.aml and I try to change some codes with iasl and MaciASL.

 

But I'm always stuck...

 

Someone can help me ?

Link to comment
Share on other sites

Try this patched SSDT-2-PegSsdt renamed SSDT-1.aml, on the assumption that you have already generated your CPU PM SSDT.aml. If it's not the case, just rename it SSDT.aml.

attachicon.gifSSDT-1.aml.zip

 

Patch applied as follows under \SB.PCI0.PEG0:

Before:

        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            Store (LTRX, LTRS)
            Store (OBFX, OBFS)
        }

After:

       Method (_INI, 0, NotSerialized)  // _INI: Initialize
       {
            Store (LTRX, LTRS)
            Store (OBFX, OBFS)
            \_SB.PCI0.PEG0.PG00._OFF ()
        }

`

This patched SSDT table lust be placed in your Clover EFI ACPI/patched folder.

 

Thanks a lot man !

 

I'll try this tomorrow :)

Link to comment
Share on other sites

Try this patched SSDT-2-PegSsdt renamed SSDT-1.aml, on the assumption that you have already generated your CPU PM SSDT.aml. If it's not the case, just rename it SSDT.aml.

attachicon.gifSSDT-1.aml.zip

 

Patch applied as follows under \SB.PCI0.PEG0:

Before:

        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            Store (LTRX, LTRS)
            Store (OBFX, OBFS)
        }

After:

       Method (_INI, 0, NotSerialized)  // _INI: Initialize
       {
            Store (LTRX, LTRS)
            Store (OBFX, OBFS)
            \_SB.PCI0.PEG0.PG00._OFF ()
        }

`

This patched SSDT table lust be placed in your Clover EFI ACPI/patched folder.

 

I had try lots of things with your file and I try to do mine too, but I've always the same result.

I'm totaly lost :'(.

It's seems to be impossible to desactivate nvidia card. I can't boot High Sierra installation without this patch.

 

I keep working on files ... I'll do this !!!

Link to comment
Share on other sites

yes...EFI/clover/acpi/patched

 

That's working !!! Thanks a lot ;)

 

I understand what you do and I don't know why I did not find this solution :).

 

Installation of Hgih Sierra is working. Now, I'll install that and I'll see how to adapt files to my computer.

  • Like 1
Link to comment
Share on other sites

Hello here !

 

I update information about my hackintosh :)

 

It's really hard to make all 100% fonctional.

 

For the moment, I need to find how to don't have FAN at 100% all time. When I don't disable nVidia card, it's working but High Sierra don't boot. When I use SSDT for no use 1050ti, FAN is at 100%.

Touchpade I2C ELAN 1200 don't work too, when I install kext, I have kernel panic.

Sound don't work too but for the moment, I don't search how to do this.

 

I'm on the good way ;) Just need time :).

 

Thanks for all information I find into this forum !

Link to comment
Share on other sites

Please attach your efi's folder and ioreg

 

Hello gengik84,

 

I have my first method to boot with your SSDT add-on and I have a second method with DSDT Patched.

I join at this post 2 files with IOReg for each method to boot. I add origin DSDT and SSDT.

 

I don't know which is the best way to have a perfect Hackintosh :P.

 

Thanks for your help ;).

 

Here for files : https://drive.google.com/drive/folders/1JYJs77FqCX2h4tVHxH3o9bs6ivgReoiB?usp=sharing

Link to comment
Share on other sites

  • 2 months later...
 Share

×
×
  • Create New...