Skip to content

Commit

Permalink
Kext’s updated. iGPU only is no longer supported
Browse files Browse the repository at this point in the history
1. From now my config will support only z370n with external GPUs. I disabled all patches that are used for iGPU.
2. I disabled Audio patches. Z370n works fine without them.
3. config.plist ▸ Devices ▸ IntelFGX = 0×3E928086 (value for i5/i7 CPUs, before it was 0×3E918086 for i3)
4. config.plist ▸ Graphics ▸ ig-platform-id = 0x3E920003 (actual for external GPUs)
5. config.plist made from stretch.

Lilu ▸ 1.3.1
WhateverGreen ▸ 1.2.6
  • Loading branch information
Vlad Gorohovsky authored and Vlad Gorohovsky committed Jan 1, 2019
1 parent 66ed5bf commit 8b0b190
Show file tree
Hide file tree
Showing 5 changed files with 1,004 additions and 4 deletions.
2 changes: 2 additions & 0 deletions EFI/CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@
</dict>
<key>NvidiaSingle</key>
<false/>
<key>ig-platform-id</key>
<string>0x3E920003</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions Kexts for LE/Lilu.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2.8</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.2.8</string>
<string>1.3.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified Kexts for LE/Lilu.kext/Contents/MacOS/Lilu
Binary file not shown.
Loading

0 comments on commit 8b0b190

Please sign in to comment.