stinga11 Posted January 10, 2018 Share Posted January 10, 2018 That is not a valid region because it is above the 4GB barrier that a 32bit address can represent. You need to find a region in the range 0x100000 to 0x20200000. Link to comment Share on other sites More sharing options...
el_charlie Posted January 10, 2018 Share Posted January 10, 2018 2CB6B120-4AAD-4275-B4B6-BAB64CDCD566.jpeg There are more memory regions above, you need to press Pg Up. Or better yet, you need to export your memmap to a file. The instructions are a couple of pages back (basically enter fs0: ; cd EFI/CLOVER/misc ; memmap > memmap.txt and then mount EFI with the started system). Link to comment Share on other sites More sharing options...
apianti Posted January 10, 2018 Share Posted January 10, 2018 I don't know why you showing me a picture of it makes it any more valid. First, the address can't go beyond 32bits so only eight hexadecimals, so 0x100000000 would be truncated to zero, which is definitely not valid. Second, the address has to be in the range 0x100000 to 0x20200000 aligned by 0x200000 because those are the only possible slide locations. Link to comment Share on other sites More sharing options...
Slice Posted January 10, 2018 Share Posted January 10, 2018 I seems should not bother about slide value? Available 0000000000100000-0000000082D1DFFF 0000000000082C1E 000000000000000F Thanks a lot for that info! I was referring to these findings in NVDAResmanWeb.kext. What would you assume is the correct way to pass these arguments to that kext? You can send any argument to driver if it waits an argument from you. Link to comment Share on other sites More sharing options...
Funky frank Posted January 11, 2018 Share Posted January 11, 2018 Hey slice, how is the noEFI setting passed to the nvidia web driver by clover? Is it a DSDT patch, or a binary patch or a argument passing? Found this in clover source: https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/Platform/nvidia.c#l2414 Looks like a device tree modification to me? Link to comment Share on other sites More sharing options...
Badruzeus Posted January 11, 2018 Share Posted January 11, 2018 ... how is the noEFI setting passed to the nvidia web driver by clover? Is it a DSDT patch, or a binary patch or a argument passing? Found this in clover source: https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/Platform/nvidia.c#l2414 DSDT Patch: "NVDA,noEFI", Buffer (0x05) { "true" }, or Clover Patch: <key>Graphics</key> <dict> <key>NvidiaNoEFI</key> <true/> </dict> 1 Link to comment Share on other sites More sharing options...
Funky frank Posted January 11, 2018 Share Posted January 11, 2018 Thanks. And what exactly is this DSDT key for: NVDA,Features I have seen it in old DSDTs, but it seems to be still present in NVDAStartupWeb. Link to comment Share on other sites More sharing options...
Slice Posted January 11, 2018 Share Posted January 11, 2018 Hey slice, how is the noEFI setting passed to the nvidia web driver by clover? Is it a DSDT patch, or a binary patch or a argument passing? Found this in clover source: https://sourceforge.net/p/cloverefiboot/code/HEAD/tree/rEFIt_UEFI/Platform/nvidia.c#l2414 Looks like a device tree modification to me? Yes, device tree modification. Thanks. And what exactly is this DSDT key for: NVDA,Features I have seen it in old DSDTs, but it seems to be still present in NVDAStartupWeb. You may use AddProperties feature for this case. Or modify DSDT, or create SSDT. At your will. If you want it to be implemented in Clover then you should give me full explanation what is and for a what. Link to comment Share on other sites More sharing options...
Slice Posted January 11, 2018 Share Posted January 11, 2018 What about OsxLowMemFixDrv? Is there anybody use it or it is obsolete? Link to comment Share on other sites More sharing options...
artur_pt Posted January 11, 2018 Share Posted January 11, 2018 What about OsxLowMemFixDrv? Is there anybody use it or it is obsolete? hello Slice I use it in clover legacy for my old Packard Bell Link to comment Share on other sites More sharing options...
gujiangjiang Posted January 11, 2018 Share Posted January 11, 2018 hello Slice I use it in clover legacy for my old Packard Bell Legacy Clover only using Drivers64 not Drivers64UEFI. 从我的 iPhone 发送,使用 Tapatalk Link to comment Share on other sites More sharing options...
SavageAUS Posted January 11, 2018 Share Posted January 11, 2018 Before i reinstall older versions, is anyone experiencing slow mouse tracking speed with clover r4372? 10.13.3 Beta (17D34a) Link to comment Share on other sites More sharing options...
chris1111 Posted January 11, 2018 Share Posted January 11, 2018 Before i reinstall older versions, is anyone experiencing slow mouse tracking speed with clover r4372? 10.13.3 Beta (17D34a) Screen Shot 2018-01-11 at 9.38.19 pm.png USBMousseDxe-64 I have this on Drivers64 in my Packages Link to comment Share on other sites More sharing options...
SavageAUS Posted January 11, 2018 Share Posted January 11, 2018 USBMousseDxe-64 I have this on Drivers64 in my Packages I have never needed it before so im unsure if its clover or the new dev beta build. Even with the driver its slow, i have to have settings like this for decent movement. Link to comment Share on other sites More sharing options...
chris1111 Posted January 11, 2018 Share Posted January 11, 2018 I have never needed it before so im unsure if its clover or the new dev beta build. Even with the driver its slow, i have to have settings like this for decent movement. Screen Shot 2018-01-11 at 9.53.27 pm.png Yea I see its new adition in UEFI Drivers → USBMousse Link to comment Share on other sites More sharing options...
SavageAUS Posted January 11, 2018 Share Posted January 11, 2018 Yea I see its new adition in UEFI Drivers → USBMousse Unsure if it's related but the details next to iMac are missing. Clover or Beta? Link to comment Share on other sites More sharing options...
chris1111 Posted January 11, 2018 Share Posted January 11, 2018 Unsure if it's related but the details next to iMac are missing. Screen Shot 2018-01-11 at 9.58.48 pm.png Clover or Beta? Of topic*** Your SystemLogo is not a good tiff I see White square in Logo post here the picture I try to fix it for you Link to comment Share on other sites More sharing options...
SavageAUS Posted January 11, 2018 Share Posted January 11, 2018 Of topic*** Your SystemLogo is not a good tiff I see White square in Logo post here the picture I try to fix it for you Here it is Much better thanks chris1111 SystemLogo.tiff 1 Link to comment Share on other sites More sharing options...
chris1111 Posted January 11, 2018 Share Posted January 11, 2018 Here it is Try this SystemLogo.tiff.zip 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted January 11, 2018 Share Posted January 11, 2018 Try this Where I can find SystemLogo on my system? Link to comment Share on other sites More sharing options...
chris1111 Posted January 11, 2018 Share Posted January 11, 2018 Where I can find SystemLogo on my system? Applications/Utilitaire/Information System/Contents/Resources 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted January 11, 2018 Share Posted January 11, 2018 Applications/Utilitaire/Information System/Contents/Resources Thanks. I found it Link to comment Share on other sites More sharing options...
Slice Posted January 11, 2018 Share Posted January 11, 2018 hello Slice I use it in clover legacy for my old Packard Bell Legacy Clover doesn't need any MemoryFix. 1 Link to comment Share on other sites More sharing options...
Badruzeus Posted January 11, 2018 Share Posted January 11, 2018 I use only these on drivers64 folder for my legacy mach (sig): MacBookPro:~ badruzeus$ cd /Volumes/EFI/EFI/CLOVER/drivers64 MacBookPro:drivers64 badruzeus$ ls AppleImageCodec-64.efi FSInject-64.efi AppleKeyAggregator-64.efi FirmwareVolume-64.efi AppleUITheme-64.efi SMCHelper-64.efi MacBookPro:drivers64 badruzeus$ 1 Link to comment Share on other sites More sharing options...
kylon Posted January 11, 2018 Share Posted January 11, 2018 How are you doing with the graphical glitches of the HD3000? do you have any?? I though i was the only one using an ancient cpu nowadays (as a daily driver) DVMT does not help, also, at least on my pc, other OSes cannot boot with higher DVMT, so either MacOS is happy with any DVMT value or it just ignores the extra memory. I have a lot of ram so my iHD has the max allowed shared memory available, that is 512M according to MacOS and 1.5G according to Windows (wrong?) I m using a VRAM patch to increase the value to 1.5G. This helped a bit. I don t have persistent glitches, they seem ramdon, but actually they start only on some occasions - when i reboot from linux/windows after a long session (4-5hrs +) - when i use the iHD a lot, for ex. Maya 3d or some 2k+ youtube videos So, this could be wrong but, i think that clover "poisons", or it does not clear, something related to the gpu. That would explain why when i reboot from linux to MacOS i can sometimes see glithes, and i m forced to shutdown and boot MacOS directly. From what i can remember i had no glitches in Mavericks and Yosemite(not sure). I should probably try Mavericks + latest/older clover and see what happens when i have time. 3 Link to comment Share on other sites More sharing options...
Recommended Posts