-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Intel 10th going to have support? #77
Comments
UPDATE: I managed (almost 2 months ago) to get the battery and audio (layout 28 works ootb right now) working: https://gist.github.com/Suzamax/7fe8e5d9ae6cbdb153b2015694dba722 Everything (but the webcam and the fingerprint sensor) works. |
I'm willing to help you add support for it. Are you using OpenCore or Clover? |
My laptop does support almost everything as I said. I use OpenCore and macOS Catalina (even Big Sur), and it took me ages to figure out how it worked, but now it works 😄 I currently use W10 (yes, I finally managed to install it haha) because of University, but I can make a multiboot environment, so asap I'll do it. |
Can you give me your configuration so I can add it to this repo? |
Yes! Attaching the custom SSDTs I use: Here's what I do: ACPI patchesRenames:
The last patch (ADP1 to XADP) is the most important one: if the adapter's _STA doesn't return Obviously the edits are ASCII-based. For example, the first method _Q0A: 5F513041 00 becomes XQ0A: 58513041 00 and so the others. Kexts I use (maybe some extensions aren't needed)
Audio and graphicsAppleALC codec is 28. Graphics are below: <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>AAPL,ig-platform-id</key>
<data>AACbPg==</data>
<key>device-id</key>
<data>mz4AAA==</data>
<key>enable-hdmi-dividers-fix</key>
<data>AQAAAA==</data>
<key>enable-hdmi20</key>
<data>AQAAAA==</data>
<key>enable-lspcon-support</key>
<data>AQAAAA==</data>
<key>framebuffer-con1-busid</key>
<data>AQAAAA==</data>
<key>framebuffer-con1-enable</key>
<data>AQAAAA==</data>
<key>framebuffer-con1-has-lspcon</key>
<data>AQAAAA==</data>
<key>framebuffer-con1-preferred-lspcon-mode</key>
<data>AQAAAA==</data>
<key>framebuffer-con1-type</key>
<data>AAgAAA==</data>
<key>framebuffer-fbmem</key>
<data>AACQAA==</data>
<key>framebuffer-patch-enable</key>
<data>AQAAAA==</data>
<key>framebuffer-stolenmem</key>
<data>AAAwAQ==</data>
<key>hda-gfx</key>
<string>onboard-1</string>
<key>model</key>
<string>Intel UHD Graphics 630 (Mobile)</string>
</dict> So far the tweaks my UF431FA needs. Almost everything work. If you need something more just tell me 😄 |
My laptop is ASUS UX431FA.
Full specs:
DSDT:
DSDT.zip
Attach full report from AIDA64 (if possible)
I can't install Windows on my laptop (lol), is there a way I could have a report using Linux? Because it would be easier :)
The text was updated successfully, but these errors were encountered: