Oh my fault, didn't know sorry.
@arqueox try these steps they 100% work this time to increase from stock 512 MB to 1536 MB VRAM:
cd /S*/L*/Ext*/AppleIntelSNBGraphicsFB.kext/C*/M*
sudo cp AppleIntelSNBGraphicsFB AppleIntelSNBGraphicsFB.backup
sudo perl -pi -e 's|\xC7\x45\x
D0\x00\x00\x00\x
20|\xC7\x45\x
D0\x00\x00\x00\x
60|g' AppleIntelSNBGraphicsFB
sudo touch /S*/L*/Extensions
edit:
thanks to
@arqueox for having tested the Info.plist
before reboot/restart you have to edit this file:
/System/Library/Extensions/AppleIntelHD3000Graphics.kext/Contents/Info.plist
Adding after these strings, this part:
<key>VRAMMethod</key>
<integer>0</integer>
<key>VRAMOverride</key>
<integer>0</integer>
<key>VRAMSize</key>
<integer>1536</integer>
after edited the plist from Terminal type:
sudo chown -R 0:0 /System/Library/Extensions && sudo chmod -R 755 /System/Library/Extensions
sudo kextcache -i /
sudo reboot