I have a Macbook Pro 13-inch (Early 2011) 2.7 GHz
So I have done something pretty stupid. Using this code:
That I found on this forum post: https://forums.macrumors.com/threads/1766384/
I have accidentally reallocated my mac's memory in an attempt to get more VRAM (I know, I know, it was dumb. I just wanted to play Transistor, okay?). But that seems to have backfired and now when I check my stats instead of having Intel HD Graphics 3000 384MB, I now have Display 3MB. So my computer is pretty handicapped. The screen shudders and it's barely running. Is there a way to reverse this and get me back to my original 384MB of VRAM? I promise never to do it again.
So I have done something pretty stupid. Using this code:
cd /S*/L*/Ext*/AppleIntelSNBGraphicsFB.kext/C*/M*
sudo cp AppleIntelSNBGraphicsFB AppleIntelSNBGraphicsFB.backup
sudo perl -pi -e 's|\xC7\x45\xBC\x00\x00\x00\x18|\xc7\x45\xBC\x00\x00\x00\x40|g' AppleIntelSNBGraphicsFB
sudo touch /S*/L*/Extensions
That I found on this forum post: https://forums.macrumors.com/threads/1766384/
I have accidentally reallocated my mac's memory in an attempt to get more VRAM (I know, I know, it was dumb. I just wanted to play Transistor, okay?). But that seems to have backfired and now when I check my stats instead of having Intel HD Graphics 3000 384MB, I now have Display 3MB. So my computer is pretty handicapped. The screen shudders and it's barely running. Is there a way to reverse this and get me back to my original 384MB of VRAM? I promise never to do it again.