mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-21 22:50:51 +10:00
Fix iMac11,3 Nvidia boot issues after PRAM reset
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
## 0.1.1
|
## 0.1.1
|
||||||
- Fix iMac11,3 GFX0 pathing
|
- Fix iMac11,3 GFX0 pathing
|
||||||
- Add MouSSE support to iMac10,1 with Metal AMD GPU
|
- Add MouSSE support to iMac10,1 with Metal AMD GPU
|
||||||
- Fix iMac11,1 boot issues after PRAM reset
|
- Fix iMac11,1 and iMac11,3 Nvidia boot issues after PRAM reset
|
||||||
- Fix DRM support on Nvidia-only configurations
|
- Fix DRM support on Nvidia-only configurations
|
||||||
- Support optional setting between DRM and QuickSync support on iMacs13,x and iMac14,x
|
- Support optional setting between DRM and QuickSync support on iMacs13,x and iMac14,x
|
||||||
- Add public beta support for Legacy GPU Acceleration (v0.0.4)
|
- Add public beta support for Legacy GPU Acceleration (v0.0.4)
|
||||||
|
|||||||
+1
-1
@@ -297,7 +297,7 @@ class BuildOpenCore:
|
|||||||
elif self.model == "iMac11,3":
|
elif self.model == "iMac11,3":
|
||||||
print("- Adding Nvidia Brightness Control and DRM patches")
|
print("- Adding Nvidia Brightness Control and DRM patches")
|
||||||
backlight_path = "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)"
|
backlight_path = "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)"
|
||||||
self.config["DeviceProperties"]["Add"][backlight_path] = {"@0,backlight-control": binascii.unhexlify("01000000"), "@0,built-in": binascii.unhexlify("01000000"), "shikigva": 256}
|
self.config["DeviceProperties"]["Add"][backlight_path] = {"@0,backlight-control": binascii.unhexlify("01000000"), "@0,built-in": binascii.unhexlify("01000000"), "shikigva": 256, "agdpmod": "vit9696"}
|
||||||
shutil.copy(self.constants.backlight_path, self.constants.kexts_path)
|
shutil.copy(self.constants.backlight_path, self.constants.kexts_path)
|
||||||
self.get_kext_by_bundle_path("AppleBacklightFixup.kext")["Enabled"] = True
|
self.get_kext_by_bundle_path("AppleBacklightFixup.kext")["Enabled"] = True
|
||||||
elif self.model in ["iMac11,2", "iMac12,1", "iMac12,2"]:
|
elif self.model in ["iMac11,2", "iMac12,1", "iMac12,2"]:
|
||||||
|
|||||||
Reference in New Issue
Block a user