Mod Driver Gma 3150 Hackintosh Zone May 2026

Mod Driver GMA 3150 Hackintosh Zone
Based on work by: Slice (Chameleon), Nawcom, Dinesh, and the GMA 3150 Community Project (2012–2014).
Last updated: 2025 (recompiled for 10.6.8 compatibility).


The Intel GMA 3150 is a legacy integrated graphics processor primarily found in Intel Atom-based netbooks. For Hackintosh purposes, this GPU has no official driver with hardware acceleration (QE/CI) for any macOS version .

Below is a guide for achieving native resolution using community-modified drivers, though full acceleration remains impossible . 1. Compatibility & Prerequisites

Operating System: The GMA 3150 is generally only viable on Snow Leopard (10.6) and Lion (10.7) .

Architecture: You must boot in 32-bit mode. Add the boot argument arch=i386 to your bootloader configuration .

Hardware Acceleration: Be aware that Quartz Extreme (QE) and Core Image (CI) are not supported. This means no transparent menu bars, slow animations, and issues with video playback . 2. Implementation Guide (Native Resolution)

To fix the resolution (e.g., to 1024x600) and avoid "cursor corruption," follow these steps:

Patch via OpenCore:If using OpenCore, add the following patch under Kernel -> Patch in your config.plist to fix cursor corruption: Mod Driver Gma 3150 Hackintosh Zone

Identifier: com.apple.driver.AppleIntelIntegratedFramebuffer Find: 8b550883bab0000000017e36890424e832bbffff Replace: b800000002909090909090909090eb0400000000

Modified Kexts:You will need modified versions of AppleIntelGMA950.kext and AppleIntelIntegratedFramebuffer.kext specifically edited for the GMA 3150 (ID 0xa001 or 0xa002) .

Download a legacy driver pack (often found on InsanelyMac or Hackintosh Zone) .

Install the kexts to /System/Library/Extensions/ using a tool like Kext Wizard.

Rebuild the kext cache in the terminal: sudo kextcache -i / . 3. Troubleshooting

Resolution Issues: If the resolution is incorrect, you may need a custom DSDT patch or an EFI string injection to force the internal display's native resolution .

Kernel Panics: Always boot with the -v (verbose) argument to identify which driver is causing the system to crash during boot . Mod Driver GMA 3150 Hackintosh Zone Based on

Legacy Solutions: For versions like Mountain Lion (10.8), some users have reported limited success using MLPostFactor, but this is highly unstable and generally not recommended for daily use .

Which specific macOS version are you trying to install on your GMA 3150 system?

Disclaimer: Hackintoshing is a hobbyist activity. It involves modifying system-level drivers which can cause system instability, kernel panics, or boot failures. The GMA 3150 graphics chipset is extremely old and no longer supported by modern macOS versions. This guide is for educational purposes regarding legacy hardware.


Hackintosh Zone’s mod for GMA 3150 turns macOS from “unbootable” to “usable for light tasks (terminal, old Office, PDF reading)”. It is not suitable for modern web browsing or media. For a better experience, use a lightweight Linux distro (which has proper GMA 3150 KMS support) or upgrade to an Intel HD Graphics system.

Final verdict for retro‑computing enthusiasts: It’s a fun tinkering project but practically useless for daily driving.


Note: Hackintosh Zone releases are obsolete. All mentioned kexts and methods are for legacy Intel Atom netbooks (e.g., Asus Eee PC 1001P, Dell Mini 1012) running macOS 10.6–10.7 only.

To get the Intel GMA 3150 working on a Hackintosh, you must target legacy versions of macOS, specifically Snow Leopard (10.6) or Lion (10.7). Modern versions of macOS do not support this hardware because it lacks Metal API compatibility. 1. Prerequisites & Version Selection The Intel GMA 3150 is a legacy integrated

Operating System: Use Mac OS X 10.6.x (Snow Leopard) or 10.7.x (Lion). These are the only versions that natively support legacy GMA architectures in 32-bit mode.

Bootloader: Use Chameleon or Clover. While OpenCore can be used, it may cause kernel panics on these older chips.

32-Bit Mode: You must boot in 32-bit mode using the boot argument arch=i386. The GMA 3150 does not have 64-bit drivers for macOS. 2. Graphics Driver (Kext) Installation

To enable full graphics acceleration (QE/CI), you need modified drivers since the GMA 3150 is often identified as a "Pineview" mobile chip that isn't fully native.


Compile the provided DSDT with iASL and add:

Method (_DSM, 4, NotSerialized)
Store (Package (0x02)
"model",
        Buffer (0x0C)
"Intel GMA 3150"
, Local0)
    Return (Local0)

Place the patched DSDT.aml in /Extra/.

There is a small but passionate community building "period-correct" Hackintoshes. Running Snow Leopard on an Asus Eee PC 1001P with the H-Zone mod driver is the equivalent of running Windows 98 on a Pentium II. It is an exercise in digital preservation. The GMA 3150 Hackintosh Zone driver is the last testament to a time when netbooks threatened to take over the low-end laptop market.