QuanTrieuPCYT / Dell-Latitude-5480_Hackintosh

macOS Big Sur and Monterey on your Dell Latitude 5480!
29 stars 11 forks source link

Graphics not working #7

Open Novek20 opened 2 years ago

Novek20 commented 2 years ago

hello I installed big sur but the graphics are not working and it shows me 7mb Screen Shot 2022-05-04 at 8 30 56 PM

QuanTrieuPCYT commented 2 years ago

have you adjusted your DVMT?

Novek20 commented 2 years ago

have you adjusted your DVMT?

yes the graphics are still not working and it gave me this message "guid does not match expected guid, taking it nevertheless expected a different size of the setup variable continue with care"

QuanTrieuPCYT commented 2 years ago

try using the GPU DeviceProperties configuration from this file: https://github.com/QuanTrieuPCYT/Dell-Latitude-5480_Hackintosh/files/8421496/config_with_grahics.txt

Novek20 commented 2 years ago

try using the GPU DeviceProperties configuration from this file: https://github.com/QuanTrieuPCYT/Dell-Latitude-5480_Hackintosh/files/8421496/config_with_grahics.txt

thanks this worked

codigoperfeito commented 2 years ago

my config of graphic in EFI, you can change your "DeviceProperties" to this. The important is only "DeviceProperties".

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>DeviceProperties</key>
    <dict>
        <key>Add</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,31,3</string>
                <key>device_type</key>
                <string>Audio device</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>layout-id</key>
                <data>
                RQAAAA==
                </data>
                <key>model</key>
                <string>Sunrise Point-LP HD Audio</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                AAAbWQ==
                </data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>
                FlkAAA==
                </data>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>enable-hdmi20</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con0-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con0-pipe</key>
                <data>
                EgAAAA==
                </data>
                <key>framebuffer-con1-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con1-pipe</key>
                <data>
                EgAAAA==
                </data>
                <key>framebuffer-con2-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con2-pipe</key>
                <data>
                EgAAAA==
                </data>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>Intel HD Graphics 620</string>
            </dict>
        </dict>
    </dict>
</dict>
</plist>