SavageAUS Posted July 18, 2017 Share Posted July 18, 2017 Hi Guys great guide, I have the Gigabyte Z170-UD5-TH version which is very similar to the Gaming 5. Which SSDTs would I be able to use for my board? and which would I have to create? I prefer using individual SSDTs opposed to making a DSDT and constantly updating it every bios revision Cheers Hey, You should not be using any of the SSDT's or DSDT from this guide for your board. As @cyberdevs said, you should use that script to create a SSDT.aml for CPU power management then create any other DSDT and SSDT's. 1 Link to comment Share on other sites More sharing options...
Donw35 Posted July 18, 2017 Share Posted July 18, 2017 This is a great guide, I use many instances of the guide for my own. I am not using and DSDT's or SSDT's for my hack, doing it all form config.plist and its working good. My system... IMac 17,1 SMBIOS GA-Z170X-Gamer 5 Intel i7-6700k 32 Gigs DDR4 2134 Mhz Samsung 500GB SSD GeForce GTX 970 - 4095 MB Samsung 4k 27" Monitor USB Create Labs SB Omni Surround 5.1 card. -Fixed Sleep within terminal sudo pmset -a standby 0 Sleep is working and all the rest of the stuff.. 1 Link to comment Share on other sites More sharing options...
unknown1221 Posted July 18, 2017 Share Posted July 18, 2017 Hi there and thanks You can use Pike's ssdtPRGen.sh to create all the SSDT's for your rig. Thanks for your reply, I used the script to create SSDT for processor power management but I meant these? -HPET -SATA -DTGP -SLPB -DMAC -DARWIN -LPC -XHCI -PLUGIN TYPE -HDAS to HDEF -HDEF -RTC -IRQs -SBUS -BUS1 -MCHC -ALS0 -SHUTDOWN -LAN -USBX -PMCR -EC -IMEI -PNLF -HDMI I noticed that there's a few included but would like to ask if theres any chance I can get the SSDT files for each? Instead of just having @MaLd0n patch the entire DSDT for me Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 This is a great guide, I use many instances of the guide for my own. I am not using and DSDT's or SSDT's for my hack, doing it all form config.plist and its working good. My system... IMac 17,1 SMBIOS GA-Z170X-Gamer 5 Intel i7-6700k 32 Gigs DDR4 2134 Mhz Samsung 500GB SSD GeForce GTX 970 - 4095 MB Samsung 4k 27" Monitor USB Create Labs SB Omni Surround 5.1 card. -Fixed Sleep within terminal sudo pmset -a standby 0 Sleep is working and all the rest of the stuff.. That's great, I have been using clover's ACPI patches for my system in the past when I was using El Capitan and they work just fine. But using a patched DSDT or SSDT's will benefit you to reduce the use on third party kexts and Kext Patches and it will help to activate more/proper use of your hardware resources by the macOS. Do you have PM and do you have HDMI audio with just clover's ACPI patches? I'm just curious because without a patched DSDT or the SSDTs I had to take some extra steps to activate them. I ask this because without the patched DSDT or SSDT I had to use HDMIAudio.kext and I had to run Toleda's CloverHDMI Script to have the HDMI audio activated. Thanks for your reply, I used the script to create SSDT for processor power management but I meant these? -HPET -SATA -DTGP -SLPB -DMAC -DARWIN -LPC -XHCI -PLUGIN TYPE -HDAS to HDEF -HDEF -RTC -IRQs -SBUS -BUS1 -MCHC -ALS0 -SHUTDOWN -LAN -USBX -PMCR -EC -IMEI -PNLF -HDMI I noticed that there's a few included but would like to ask if theres any chance I can get the SSDT files for each? Instead of just having @MaLd0n patch the entire DSDT for me You can press F4 while you are in clover's boot menu to dump all the original DSDT and SSDt tables and once you dumped them you can ask @Maldon to patch them for you. When he patches the DSDT or SSDTs you will have all these options in the list that you just posted fixed for you Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 Thanks for your reply, I used the script to create SSDT for processor power management but I meant these? -HPET -SATA -DTGP -SLPB -DMAC -DARWIN -LPC -XHCI -PLUGIN TYPE -HDAS to HDEF -HDEF -RTC -IRQs -SBUS -BUS1 -MCHC -ALS0 -SHUTDOWN -LAN -USBX -PMCR -EC -IMEI -PNLF -HDMI I noticed that there's a few included but would like to ask if theres any chance I can get the SSDT files for each? Instead of just having @MaLd0n patch the entire DSDT for me You can also use this app to create all the SSDTs for your system. Copy the file iasl to this path: /usr/bin/iasl and run the app for creating the ssdt files. ssdtGen.zip 1 Link to comment Share on other sites More sharing options...
Donw35 Posted July 18, 2017 Share Posted July 18, 2017 Thanks cyberdevs, I do have PM, no need for for HDMI Audio, my 4k monitor doesn't have speakers, USB 3.0 is working at 5gb. The only kexts I am using are OF COURSE FakeSMC.kext NETWORKING AtherosE2200Ethernet.kext IntelMausiEthernet.kext GTX970 Black Screen issue Lilu.kext NvidiaGraphicsFixup.kext 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 Thanks cyberdevs, I do have PM, no need for for HDMI Audio, my 4k monitor doesn't have speakers, USB 3.0 is working at 5gb. The only kexts I am using are OF COURSE FakeSMC.kext NETWORKING AtherosE2200Ethernet.kext IntelMausiEthernet.kext GTX970 Black Screen issue Lilu.kext NvidiaGraphicsFixup.kext That's wonderful 1 Link to comment Share on other sites More sharing options...
unknown1221 Posted July 18, 2017 Share Posted July 18, 2017 Hey guys I've noticed that after using ssdtGen I am missing 5 SSDT's DMAC, MCHC, PMCR, PNLF and ALS0 when I compare my IOREG with a DSDT made by @MaLd0n. Are these 4 SSDTs from the Gaming 5 patched folder universal or are they specific to @cyberdevs Gaming 5 system? Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 Hey guys I've noticed that after using ssdtGen I am missing 4 SSDT's DMAC, MCHC, PMCR and ALS0 when I compare my IOREG with a DSDT made by @MaLd0n. Are these 4 SSDTs from the Gaming 5 patched folder universal or are they specific to @cyberdevs Gaming 5 system? Send me a copy of your ACPI/origin folder so I can cross-examine those tables with mine. Link to comment Share on other sites More sharing options...
unknown1221 Posted July 18, 2017 Share Posted July 18, 2017 Thankyou Here it is origin.zip Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 Thankyou Here it is This is my initial comparison, it is based on the files you've sent me. The SSDT tables the have a check mark are identical in both GA-Z170X-Gaming 5 and the GA-Z170-UD5 Link to comment Share on other sites More sharing options...
unknown1221 Posted July 18, 2017 Share Posted July 18, 2017 Appreciate your work so is it alright if I use these on my board (DMAC, MCHC, PMCR, PNLF and ALS0)? Cheers Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 Download the DPCIManager Update Seed, Update IDs and save a screenshot from PCI List (Adjust the columns so I can read the whole info) send it to me. I need to compare some device IDs and I will tell you for sure if the you can use them or not. Link to comment Share on other sites More sharing options...
unknown1221 Posted July 18, 2017 Share Posted July 18, 2017 Here it is Also does anyone know how to enable Nightshift on external display? I recently purchased a LG 38UC99-W 3840x1600 monitor and Nightshift isn't available on either DisplayPort at 75hz or HDMI (even when I try connecting it with USB C on my MacBook). Thankyou Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 Have you updated the seeds and IDs? The table is incomplete Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 18, 2017 Author Share Posted July 18, 2017 @unknwon1221 from what I found we don't need PNLF, ALS0 and DMAC they are for laptops. but you can use MCHC, PMCR. But a word of caution if your system performs normally with all the SSDT files that you already generated do not add any unnecessary files. 1 Link to comment Share on other sites More sharing options...
unknown1221 Posted July 19, 2017 Share Posted July 19, 2017 @cyberdevs Thankyou for that information I appreciate it Also would anyone know how to make my monitor LG 38UC99-W that is recognised as a 'tv' to be recognised as a 'display'? With the monitor being recognised as a 'tv' I'm unable to enable Nightshift :/ Thanks guys 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 19, 2017 Author Share Posted July 19, 2017 @unknown1221 for NightShift take a look at this: it might help you:http://www.insanelymac.com/forum/topic/323844-nightshiftunlocker-dynamically-unlock-night-shift-for-all-macs/?hl=%2Bnight+%2Bshift&do=findComment&comment=2454669 Link to comment Share on other sites More sharing options...
unknown1221 Posted July 19, 2017 Share Posted July 19, 2017 Thankyou for that link but isn’t that only for people using a smbios that isn’t supported by nightshift? Not that their monitor is recognised as a ‘tv’? Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 19, 2017 Author Share Posted July 19, 2017 Yeah I thought it might give you some info on how to troubleshoot the problem. NightShift should work OOB are you sure that your config.plist is ok? are you using the latest Lilu.kext and nVidiaGraphicsFixup.kext? Link to comment Share on other sites More sharing options...
unknown1221 Posted July 19, 2017 Share Posted July 19, 2017 Thankyou, I have both the latest I recently updated my monitor to a LG 38UC99-W and since then the display has been recognised as a “Television” under system profile, and I believe that’s why I’m unable to get nightshift I tried to connect the monitor to my MacBook and it is recognised as a TV too and Nightshift doesn’t work for it either Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 19, 2017 Author Share Posted July 19, 2017 Thankyou, I have both the latest I recently updated my monitor to a LG 38UC99-W and since then the display has been recognised as a “Television” under system profile, and I believe that’s why I’m unable to get nightshift I tried to connect the monitor to my MacBook and it is recognised as a TV too and Nightshift doesn’t work for it either Sent from my iPhone using Tapatalk Run these commands in terminal one by one and see it that changes anything: 1. sudo nvram -c 2. sudo purge 3. sudo rm -f /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache && sudo touch /System/Library/Extensions && sudo kextcache -u / sudo update_dyld_shared_cache -force 1 Link to comment Share on other sites More sharing options...
unknown1221 Posted July 19, 2017 Share Posted July 19, 2017 Do I run these commands after I install the Nightshift kexts from the previous post? Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Cyberdevs Posted July 19, 2017 Author Share Posted July 19, 2017 no just run them before doing anything else. Link to comment Share on other sites More sharing options...
unknown1221 Posted July 19, 2017 Share Posted July 19, 2017 I have just tried running those commands and in system report the display still is recognised as a 'television' and no sign of nightshift :/ What should I do now? I have also tried NightShiftUnlocker with no luck :/ Link to comment Share on other sites More sharing options...
Recommended Posts