Well, after my Discrete GPU failed for third time, I decide to eliminate it from the system, and followed the instruction from LangLangC in:
GPU problem - Boot Hangs on Grey Screen
All works fine except when opening applications that need GPU acceleration, like Photos.
In that situations glitched zones appear on the screen until the application quits.
Will upgrading RAM provide more shared memory for the HD Graphics 3000 to access?
At this time, after hack the shared memory to the GPU reached 1536 MB, as is shown in About This Mac.
The Terminal commands for this are:
Add more VRAM
@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\xD0\x00\x00\x00\x20|\xC7\x45\xD0\x00\x00\x00\x60|g' AppleIntelSNBGraphicsFB
sudo touch /S*/L*/Extensions
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
I thing must Upgrade to 16 Gb to reach 2 Gb of shared VRAM.
Regards
– Francisco Javier Dominguez Rog Feb 10 '19 at 15:07Reviewing the RAM behavior, happens scenarios when RAM is out, and all it is paginated to Virtual in the disk.
Then, add RAM obviously will increase the speed and left enough video RAM to the HD 30000.
Adding to this, if I install a SSD, the virtual RAM will operate almost physical.
Then, I will try that and tell you all what happens.
Regards
– Francisco Javier Dominguez Rog Feb 14 '19 at 19:28Appears a KERNEL PANIC..... associated to the GPU. Well, can't find the PCI GPU and restart after plug my iPhone in when my MBP is in Sleep.
– Francisco Javier Dominguez Rog Feb 20 '19 at 14:37The Kernel Panic was product of this.
Then remove the command line .sh and all works fine again.
For example, can open VectorWorks without major issues.
– Francisco Javier Dominguez Rog Feb 22 '19 at 12:47