Jump to content

Dell inspiron 7559 Graphic problem Sierra


walidos89

Recommended Posts

Hi there ,

 

I have installed Mac os Sierra on my dell i have a  problem , i want to disable Nvidia card because i have a litle Rectangle that flashes on the right top i tried nv_disabled=1 but dont worked  . I need yout help

 

Thank you :)

post-100208-0-55350000-1490646764_thumb.jpeg

Link to comment
Share on other sites

  • Administrators

What are the laptop specs? If it's dual GPU, you should be able to disable the discrete GPU (dGPU) through a SSDT patch. This assumes your integrated GPU (iGPU) is supported by OS X of course...

 

You'll have to extract your raw ACPI BIOS tables and post them. With Clover, you can do that by pressing F4 at Clover main menu. All extracted tables will then be saved to Clover/ACPI/origin folder of your EFI partition or EFI main folder, depending on your Clover installation.

Link to comment
Share on other sites

  • Moderators

Add this to your Config file

<key>Devices</key>
<dict>
    <key>AddProperties</key>
    <array>
        <dict>
            <key>Device</key>
            <string>IntelGFX</string>
            <key>Key</key>
            <string>AAPL,GfxYTile</string>
            <key>Value</key>
            <data>
            AQAAAA==
            </data>
        </dict>
    </array>
</dict>

or in Clover Configurator under Devices/Add Properties, add the following

 

Device = IntelGFX

Key      = AAPL,GfxYTile

Value   = 01000000

Link to comment
Share on other sites

×
×
  • Create New...