Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/26/2020 in all areas

  1. 5 points
  2. hi.. ok too on a z370 with rx560 c.frio
    3 points
  3. With the Geforce 720 don't use AppleALC, use only VoodooHDA With the 710 no problem to use AppleALC
    2 points
  4. @ShroomKing glad you got things working. Just curious about your new LCD - what manufacture is it? and you can remove the F1-F12 keys maps by swapping out the SSDT-T420-PS2K-keys.aml file with the one without the map - SSDT-T420-PS2K.aml - or moddify the .dsl and recompile it. this how they are mapped now: Name(_SB.PCI0.LPC.PS2K.RMCF, Package() { "Keyboard", Package() { "ActionSwipeLeft", "37 d, 21 d, 21 u, 37 u", "ActionSwipeRight", "37 d, 1e d, 1e u, 37 u", "SleepPressTime", "1500", "Swap command and option", ">y", "Custom ADB Map", Package() { Package(){}, "e01e=4d", //previous (audio) "e045=42", //next (audio) }, "Custom PS2 Map", Package() { Package(){}, "e01e=e037", //Map tp disable to f8 "e037=e01e", //Prevent PrntScr from triggering tp disable }, "Function Keys Special", Package() { Package(){}, // The following 12 items map fkeys to Fn+fkeys "3b=e012", // F1 - Brightness Down "3c=e017", // F2 - Brightness Up "3d=3d", // F3 - "3e=3e", // F4 - Set Keyboard Shortcuts for Launchpad to F4 "3f=3f", // F5 - Set Mission Control Show Desktop from F11 to F5 "40=40", // F6 - Set Mission Control Show Dashboard from F12 to F6 "41=e06e", // F7 - Video Mirror "42=e037", // F8 - TP on/off "43=43", // F9 - "44=e020", // F10 - Volume Mute "57=e02e", // F11 - Volume Up "58=e030", // F12 - Volume Up "46=e022", // ScrLck - iTunes - play/pause }, "Function Keys Standard", Package() { Package(){}, //The following 12 items map Fn+fkeys to Fn+fkeys "e05f=e05f", "e012=e012", "e017=e017", "e06e=e06e", "e00a=e00a", "e009=e009", "e020=e020", "e02e=e02e", "e030=e030", "e010=e010", "e022=e022", "e019=e019", //The following 12 items map fkeys to fkeys "3b=3b", "3c=3c", "3d=3d", "3e=3e", "3f=3f", "40=40", "41=41", "42=42", "43=43", "44=44", "57=57", "58=58", }, }, @Kralj I started seeing random glitches from HighSierra+. the alternate EDID gave us glitch free use for many years.... Mavericks, EL Cap, Sierra etc etc. but the magic stopped. i have said this many times before. my T420 with LG LCD + 16GB is virtually glitch free my T420 with AUO LCD + 8GB is very glitchy. I often reset the screen size to remove glitches.
    2 points
  5. @geekiegeek Just copy over your serial uuid and MLB info to the new Navi EFI and your done. ( it’s perfect for your build trust me buddy) update your bios to F12d if you do so. as for your sleep problem it sound like proximity wake is on so go into hackintool and check your power settings there and correct them. It’s a one click repair.
    1 point
  6. I ended up putting the 720 back in. I did exactly what you've said. And it seems to be working perfectly. Thank you very much for the help, much appreciated.
    1 point
  7. Fixed thanks. Guys, the final [REMOVED], check it one last. OT For who may be interested, here you can find all the files to translate the app. Mostly needs just some lines to be translated after latest changes.
    1 point
  8. In HWMonitorSMC2: But there must be Nuvoton NCT6793D.
    1 point
  9. while the second is "Core" and not Package by mistake, the first is correct: /*@function PGSample_GetIATemperature * @abstract Get the CPU core temperature across all cores for the specified sample. * @discussion CPU temperature is constantly changing over time, and can vary by core. The method used to measure CPU temperature can vary by CPU features and configuration, and may include mutliple measurements per core per sample. This function returns 3 values that represent CPU temperature across all cores on this package: (1) the mean temperature of all measurements across all cores; (2) the minimum temperature observed in any measurement on any core for this sample; (3) the maximum temperature observed in any measurement on any core for this sample. * @param sampleID1 First sample, must precede the second sample in time. * @param sampleID2 Second sample, must follow the first sample in time. * @param mean Pointer that will be updated with mean CPU temperature across all measurements in degrees Celcius. * @param min Pointer that will be updated with minimum CPU temperature across any measurement in degrees Celcius. * @param max Pointer that will be updated with maximum CPU temperature across any measurement in degrees Celcius. * @result True on success, false on failure. */ bool PGSample_GetIATemperature(PGSampleID sampleID, double* mean, double* min, double* max);
    1 point
  10. @vector sigma New plist (rog strix gaming F,I) ASUS.zip
    1 point
  11. Fixed https://github.com/acidanthera/VirtualSMC/commit/ff846fd08f0e0b4dc00d627b9889074cd3c2c74c
    1 point
  12. Make copy Z87X-UD4H-CF.plist and rename in default.plist
    1 point
  13. Thats detail from https://www.insanelymac.com/applications/core/interface/file/attachment.php?id=341489
    1 point
  14. LPC/Gigabyte/ITE IT8728F/Z87X-UD4H-CF.plist
    1 point
  15. @joedm ru i had a lot of problems in retrieve the ChipName property, until i realize that the key is published this way: \U0421hipName and even the ioreg command line refuse to show it, so I made the code this way: if (ioreg) { auto chipName = OSString::withCString(dataSource->getModelName()); const OSSymbol *cn = OSSymbol::withCString("ChipName"); ioreg->setProperty(cn, chipName); chipName->release(); } This is the fixed file SMCSuperIO.cpp.zip (please don't copy/paste from the forum) Guys, try the following app and the following SMCSuperIO.kext, otherwise wont work: Help in making the configuration: use this command line: to create the right directory structure for HWMonitorSMC2.app. The program will show OEM informations and not last the LPC chip name needed to correctly place the configuration in the appropriate sub directory. ~/Desktop/LPC/Vendor/ChipName/Board.plist will be created. Of course this is not a valid configuration: you have to correct it with real values. Note: users that already posted their configurations should run hwmlpcconfig and tell me the new path to make them working again. P.S. the autodetection will work only with Clover and with very last OpenCore.
    1 point
  16. 1 point
  17. I have a GT720 in the machine at the moment. I do have a 710 that I can try. Although this card has worked before. I'll swap them over real quick. So the graphics card swap did nothing. But I did end up loading on a newer clover boot loader. Which got me into the OS. And as you mentioned before, I have no sound. Which folder in clover do I add the Voodoo kext ? And does it affect the sound in any way? Thanks in advance
    1 point
  18. Hi Rockey, sorry for the late reply I have been away for a while. Thank you for your advice and the USB creation app. I will try 10.15 and report back. Thanks again.
    1 point
  19. Hi NDK It is great to see some changes to the way the open core works..a few questions, 1) Can you please give a step by step instruction to how to compile your fork as I am getting errors(I am able to download precompiled version through kext updater tool). the issue I am also facing is the screen brightness. Mine is Full HD screen and I have two but on both this colour seems dull. otherwise can you keep white as default colour? 2) Is there a way to avoid boot picker menu like in clover? where the system boots directly to macOS 3) is it possible to add GUI based boot menu like bootcamp version or any skin rather than MS DOS mode? Thank you,
    1 point
  20. Hi @nik135 I added an ASPM column. It displays the value of pci-aspm-default from the PCI IOReg entry. It would be nice to display a more friendly version than the hex value so I was doing some research and found these values: # Hex Binary Meaning # ------------------------- # 0 0b00 L0 only # 1 0b01 L0s only # 2 0b10 L1 only # 3 0b11 L1 and L0s On my laptop I'm seeing values of 0, 2 and 3 and sometimes bit 8 is set. I'm not entirely sure if the first two bits correspond to the table above. Bit 8 being set could be "exit latency" or something else I'm not sure. I could just show the values of the first two bits instead? I've also seen the following #define's which also corresponds to the chart above but I can't find anything that explains bit 8. #define PCIE_LINK_STATE_L0S 1 #define PCIE_LINK_STATE_L1 2 #define PCIE_LINK_STATE_CLKPM 4 EDIT: Hackintool has been updated to display a "text friendly" version of the ASPM state for each PCI device.
    1 point
  21. DW1510 works out of the box afaik.
    1 point
  22. Just enable this patch. It's an RTC problem. Or you can use RTCMemoryFixup.kext https://github.com/acidanthera/RTCMemoryFixup
    1 point
  23. How about you stick to original SSDT-PMC.aml like @HmO suggests, and additionally try to add "this detail" via config.plist>DeviceProperties?
    1 point
  24. Bumping this to add a quick update: Fresh install of WorkStation 15.5 (15.5.1 build-15018445) - paolo-projects auto-unlocker did not work. However, BDisp version 3.0.3 worked fine, no errors. Can be found on GitHub: https://github.com/BDisp/unlocker/archive/3.0.3.zip Don't forget to run as Administrator.
    1 point
  25. I received my RTL8125 add-in card before Christmas but as I have to take several exams in university in February and March, I'm busy studying at the moment so that there is no time left for hacking but I will start working on a driver in March, when the exam period is over. Keep your fingers crossed for me! Mieze
    1 point
  26. Hi guys, I did not create any new thread for catalina because I stayed with the previous OS. But here are the patches for Catalina 10.15 FF0F840F01 to FF0F850F01 0100010F84 to 0100010F85 C974140F3225FF0F00006B to C9EB140F3225FF0F00006B C974050F3283E01F4289443B to C9EB050F3283E01F4289443B 01745D to 01EB5D 3E7538 to 3E9090 7511B9 to EB11B9
    1 point
  27. you need but you don't know it yet
    1 point
  28. *Aptio*Fix* drivers was invented to correct memory map quirky created by AMI Aptio UEFI BIOS. First driver OsxAptioFixDrv by Dmasar made possible UEFI boot macOS on PC. Other ways to make Hackintosh were legacy boot (Chameleon, legacy Clover and so on). Legacy bootloaders have good memory managements and don't need this driver. Second one OsxAptioFix2Drv also by Dmasar for support Hibernation. It sometimes requires additional argument slide=xxx for successful boot. Then vit9696 investigate a problem of absent native NVRAM support because of memory movements in these drivers and he wrote AptioMemoryFix which is based on OsxAptioFix2Drv to support native NVRAM. His achievements was applied to OsxAptioFix2Drv and new driver got a new name OsxAptioFix3Drv. It keeped as stable good-working version. AptioMemoryFix by vit9696 keeped updating including a feature to automatically calculate slide=xxx value. That's all for history. Computer without UEFI BIOS doesn't need such driver and it hasn't nvram at all because it is UEFI property. Some computers may have UEFI BIOS not Aptio. For this case I can't say exactly but mostly they also need this driver.
    1 point
×
×
  • Create New...