Jump to content

Intel HD 4400 causing freezes in macOS 12+ but not in macOS 11


Faaz
 Share

8 posts in this topic

Recommended Posts

 
Hi, I am experiencing freezing issues in Monterey and Ventura (Using OCLP), I am running an Haswell system. What happens when i login to my system everything seems fine, when i open any app or 1 min later it freezes nothing responds. In monterey the mouse and keyboard lockup and it reboots automatically  but in Ventura the mouse and keyboard still work but it remains frozen for an indefinite amount of time.
 But strangley enough these problems donot occur in Big Sur it still freezes but these freezes are temporary and go away as it use the systen

Any help??!??!
Specs (HP EliteDesk 800 G1 DM)
i3-4130T
HD 4400

 

Link to comment
Share on other sites

@Faaz Did you apply Root Patches in Post-Install to reinstall the iGPU drivers already? If so, add RestrictEvents.kext to EFI/OC/Kexts and add the following NVRAM entries to your config.plist:

 

<?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>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>revblock</key>
				<string>media</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>revblock</string>
			</array>
		</dict>
	</dict>
</dict>
</plist>

Additional Info: https://github.com/5T33Z0/OC-Little-Translated/blob/main/14_OCLP_Wintel/Haswell-Broadwell_Ventura.md

Edited by cankiulascmnfye
Link to comment
Share on other sites

2 hours ago, cankiulascmnfye said:

@Faaz Did you apply Root Patches in Post-Install to reinstall the iGPU drivers already? If so, add RestrictEvents.kext to EFI/OC/Kexts and add the following NVRAM entries to your config.plist:

 

<?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>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<dict>
				<key>revblock</key>
				<string>media</string>
			</dict>
		</dict>
		<key>Delete</key>
		<dict>
			<key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key>
			<array>
				<string>revblock</string>
			</array>
		</dict>
	</dict>
</dict>
</plist>

Additional Info: https://github.com/5T33Z0/OC-Little-Translated/blob/main/14_OCLP_Wintel/Haswell-Broadwell_Ventura.md

Can you please give me picture of config.plist opened in propertree and etc as I can't understand what to add

Link to comment
Share on other sites

 Share

×
×
  • Create New...