Contribute
Register

Asus - UX430UA - Kaby Lake i7-7500U Intel HD Graphics 620

Status
Not open for further replies.
*EDIT* I forgot to mention.. the reason I avoid putting kexts into /EFI/CLOVER/KEXTS is because I saw a thread where Rehabman suggested using S/L/E unless you needed the kexts to aid in booting. I do remember reading the importantance of AppleALC needing to be active before AppleHDA, I believe, so it makes total sense why AppleALC and Lilu would be in EFI/CLOVER/KEXTS.

Install all kexts you need to /L/E.
 
how did you get the gpu to work mine shows only 19mb
 
how did you get the gpu to work mine shows only 19mb

as Rehabman said. Check guide and my clover.config + kexts
Important in clover:
Code:
<key>Graphics</key>
   <dict>
       <key>Inject</key>
       <dict>
           <key>ATI</key>
           <false/>
           <key>Intel</key>
           <false/>
           <key>NVidia</key>
           <false/>
       </dict>
       <key>InjectEDID</key>
       <false/>
       <key>ig-platform-id</key>
       <string>0x16590000</string>
   </dict>
so you see that i do not inject GPU.
and:
Code:
<key>IntelGFX</key>
           <string>0x0</string>
but this is probably not necessary.
You need just FakePCIID.kext + generated SSDT.aml + proper clover config.
 
so you see that i do not inject GPU.

Keep in mind the config.plist/Graphics/ig-platform-id setting has no effect without config.plist/Graphics/Inject/Intel=true.
And what you get when you use Inject/Intel=false is a default ig-platform-id (0x59120000) as per kext code.
 
Keep in mind the config.plist/Graphics/ig-platform-id setting has no effect without config.plist/Graphics/Inject/Intel=true.
And what you get when you use Inject/Intel=false is a default ig-platform-id (0x59120000) as per kext code.

thx Rehabman for details. Good2now ! As i remember i just left ig-platform-id from Sierra and in HS changed Intel=false
 
thx Rehabman for details. Good2now ! As i remember i just left ig-platform-id from Sierra and in HS changed Intel=false

Maybe you're injecting graphics properties via ACPI.
Because 0x59120000 has no LVDS connector so generally does not work on laptops.

If you're wondering what you're really doing...
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the tool mentioned in the FAQ, that way it is less likely you'll omit something.
 
in first post there is a link to kexts repo
https://github.com/KernCheh/UX303LA/tree/master/EFI kexts/Asus DSDT patches
as i remember i patched only lidsleep

I tried using the lidsleep patch but sleep still isn't working for me. I close the lid, it sleeps...or at least screen goes dark but when I open it, the screen doesn't turn back on. The backlight comes back on, but its still just a black screen. F7 turns on and off the backlight but I it's still just a black screen.
 
I tried using the lidsleep patch but sleep still isn't working for me. I close the lid, it sleeps...or at least screen goes dark but when I open it, the screen doesn't turn back on. The backlight comes back on, but its still just a black screen. F7 turns on and off the backlight but I it's still just a black screen.

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
Use the gen_debug.sh tool mentioned in the FAQ, that way it is less likely you'll omit something.
 
Status
Not open for further replies.
Back
Top