Jump to content

Only 7mb of VRAM on Intel HD4600 - Screen tearing and stutter


RBrNx277
 Share

6 posts in this topic

Recommended Posts

Hi there, this is my first desktop Hackintosh build with El Capitan 10.11.3 and everything is very nearly working. My only problem I have is that my Intel HD4600 is only being recognised as having 7mb of RAM. I have tried to install the AppleIntelFramebufferAzul.kext, along with the FakePCIID.kext and FakePCIID_Intel_HD_Graphics.kext but there is still only 7mb of VRAM recognised and there is huge screen tearing happening.


I've spent the last two hours looking for a fix for this but most of the solutions are for laptops only. Is there any way to fix this?


Thanks, RBrNx


 


Specs:


i5 4590 @ 3.3Ghz - Intel HD4600


Gigabyte H97-D3H Motherboard


Crucial Ballistix 8GB RAM


Western Digital Green 1TB HDD


Corsair CS450M Power Supply


 


Here is my current config.plist: https://gist.github.com/anonymous/45936957495302b0e27e


Link to comment
Share on other sites

Add like this:

<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaSingle</key>
		<false/>
		<key>ig-platform-id</key>
		<string>0x01660003</string>

or 

<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>NvidiaSingle</key>
		<false/>
		<key>ig-platform-id</key>
		<string>0x0D220003</string>
Link to comment
Share on other sites

Display output, whether VGA or otherwise, bears no influence on GPU recognition and graphics acceleration, which is clearly not obtained here.

It was idea from this post, since i had experience with only one HD4600 (so almost no experence at all), and it worked without any problems with standard injections.

Link to comment
Share on other sites

 Share

×
×
  • Create New...