viking1304 Posted September 21, 2018 Share Posted September 21, 2018 Since WhateverGreen aims to be an ultimate graphic solution which replace all other graphic fixes, those other solutions are now deprecated and integrated in WhateverGreen. That includes IntelGraphicsDVMTFixup too, but do not expect that DVMT problems would be fixed just by adding WhateverGreen to your Clover kexts folder as it was a case with IntelGraphicsDVMTFixup. DVMT patch doesn't work "as is" and currently there is no simple switch that you can use. To fix DVMT, you need to set few framebuffer properties in Devices/Properties of your Clover config. Detail info here. Please check details in Preliminary part, since there is a list of things that should be removed if you are using WhateverGreen. In short, you need to remove all other kexts and graphics injections and fixes in Clover related to graphics and to set framebuffer patches in Devices/Properties like this: framebuffer-patch-enable - 01000000 (this is actually 0x00000001, but it needs to be in reverse order) - enable patch framebuffer-stolenmem - 00003001 (this is actually 0x01300000) - set framebuffer to 19MB framebuffer-fbmem - 00009000 (this is actually 0x00900000) - set cursor to 9MB EDIT: Device path of your IGPU - PciRoot(0x0)/Pci(0x2,0x0) should be added to Devices before setting properties. Link to comment Share on other sites More sharing options...
Administrators Hervé Posted September 22, 2018 Administrators Share Posted September 22, 2018 The IO addresses for laptops' GPUs are actually standard across the board; it's not just a Dell thing, it's the same for all computers, including Apple's own MacBooks iGPU -> @0x00020000 dGPU -> @0x00010000 Link to comment Share on other sites More sharing options...
viking1304 Posted September 22, 2018 Author Share Posted September 22, 2018 Thank you very much @Hervé. That is very useful info. I just followed official instructions since I didn't knew that. I just noticed that in most Dell laptops that path is same. Now is clear why. I updated my previous comment to simplify it. Link to comment Share on other sites More sharing options...
Recommended Posts