Skip to content

Commit dcb25b8

Browse files
committed
Applied smooth backlight transitions
1 parent 66db71b commit dcb25b8

File tree

16 files changed

+104
-1
lines changed

16 files changed

+104
-1
lines changed

EFI/BOOT/BOOTx64.efi

100644100755
File mode changed.

EFI/OC/Drivers/OpenCanopy.efi

100644100755
File mode changed.

EFI/OC/Drivers/OpenHfsPlus.efi

100644100755
File mode changed.

EFI/OC/Drivers/OpenRuntime.efi

100644100755
File mode changed.

EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist

100644100755
File mode changed.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>BuildMachineOSBuild</key>
6+
<string>19F101</string>
7+
<key>CFBundleDevelopmentRegion</key>
8+
<string>en</string>
9+
<key>CFBundleExecutable</key>
10+
<string>AppleBacklightSmoother</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.hieplpvip.AppleBacklightSmoother</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>AppleBacklightSmoother</string>
17+
<key>CFBundlePackageType</key>
18+
<string>KEXT</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleSupportedPlatforms</key>
22+
<array>
23+
<string>MacOSX</string>
24+
</array>
25+
<key>CFBundleVersion</key>
26+
<string>1.0.2</string>
27+
<key>DTCompiler</key>
28+
<string>com.apple.compilers.llvm.clang.1_0</string>
29+
<key>DTPlatformBuild</key>
30+
<string>11E708</string>
31+
<key>DTPlatformVersion</key>
32+
<string>GM</string>
33+
<key>DTSDKBuild</key>
34+
<string>19G68</string>
35+
<key>DTSDKName</key>
36+
<string>macosx10.15</string>
37+
<key>DTXcode</key>
38+
<string>1160</string>
39+
<key>DTXcodeBuild</key>
40+
<string>11E708</string>
41+
<key>IOKitPersonalities</key>
42+
<dict>
43+
<key>AppleBacklightSmoother</key>
44+
<dict>
45+
<key>CFBundleIdentifier</key>
46+
<string>com.hieplpvip.AppleBacklightSmoother</string>
47+
<key>IOClass</key>
48+
<string>AppleBacklightSmoother</string>
49+
<key>IOMatchCategory</key>
50+
<string>AppleBacklightSmoother</string>
51+
<key>IOProviderClass</key>
52+
<string>IOResources</string>
53+
<key>IOResourceMatch</key>
54+
<string>IOKit</string>
55+
</dict>
56+
</dict>
57+
<key>LSMinimumSystemVersion</key>
58+
<string>10.8</string>
59+
<key>NSHumanReadableCopyright</key>
60+
<string>Copyright © 2020 Le Bao Hiep. All rights reserved.</string>
61+
<key>OSBundleCompatibleVersion</key>
62+
<string>1.0</string>
63+
<key>OSBundleLibraries</key>
64+
<dict>
65+
<key>as.vit9696.Lilu</key>
66+
<string>1.2.0</string>
67+
<key>com.apple.iokit.IOPCIFamily</key>
68+
<string>1.0.0b1</string>
69+
<key>com.apple.kpi.bsd</key>
70+
<string>12.0.0</string>
71+
<key>com.apple.kpi.dsep</key>
72+
<string>12.0.0</string>
73+
<key>com.apple.kpi.iokit</key>
74+
<string>12.0.0</string>
75+
<key>com.apple.kpi.libkern</key>
76+
<string>12.0.0</string>
77+
<key>com.apple.kpi.mach</key>
78+
<string>12.0.0</string>
79+
<key>com.apple.kpi.unsupported</key>
80+
<string>12.0.0</string>
81+
</dict>
82+
<key>OSBundleRequired</key>
83+
<string>Root</string>
84+
</dict>
85+
</plist>
Binary file not shown.

EFI/OC/Kexts/Lilu.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/Kexts/SMCBatteryManager.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist

100644100755
File mode changed.

EFI/OC/OpenCore.efi

100644100755
File mode changed.

EFI/OC/config.plist

100644100755
+19-1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,24 @@
261261
<key>PlistPath</key>
262262
<string>Contents/Info.plist</string>
263263
</dict>
264+
<dict>
265+
<key>BundlePath</key>
266+
<string>AppleBacklightSmoother.kext</string>
267+
<key>Comment</key>
268+
<string></string>
269+
<key>Enabled</key>
270+
<true/>
271+
<key>ExecutablePath</key>
272+
<string>Contents/MacOS/AppleBacklightSmoother</string>
273+
<key>Arch</key>
274+
<string>Any</string>
275+
<key>MaxKernel</key>
276+
<string></string>
277+
<key>MinKernel</key>
278+
<string></string>
279+
<key>PlistPath</key>
280+
<string>Contents/Info.plist</string>
281+
</dict>
264282
<dict>
265283
<key>BundlePath</key>
266284
<string>CPUFriend.kext</string>
@@ -783,7 +801,7 @@
783801
<key>SystemAudioVolume</key>
784802
<data>Rg==</data>
785803
<key>boot-args</key>
786-
<string>-wegnoegpu -igfxmpc</string>
804+
<string>-wegnoegpu -igfxmpc igfxcflbklt=0</string>
787805
<key>csr-active-config</key>
788806
<data>5wMAAA==</data>
789807
<key>prev-lang:kbd</key>

0 commit comments

Comments
 (0)