First, thanks for your help, really appreciated!!
Following your hints I finally made it work!!! It's all about the AppleBacklightFixup kext, if I uncheck it on OpenCore configurator I get brightness control working on Catalina !!!
Before (brightness control not working):
Code:
Index Refs Address Size Wired Name (Version) UUID <Linked Against>
43 2 0xffffff7f83985000 0x2a000 0x2a000 as.vit9696.Lilu (1.4.8) 52BA4F17-381A-3964-B5F4-8F12F7AC13F9 <8 6 5 3 2 1>
44 0 0xffffff7f839af000 0x73000 0x73000 as.vit9696.WhateverGreen (1.4.3) 5106F862-6A5B-3D2A-8B92-9367579800C9 <43 13 8 6 5 3 2 1>
45 0 0xffffff7f83a28000 0x8000 0x8000 com.hieplpvip.AppleBacklightFixup (1.0.2) 364D711A-CCC3-3CE3-B9CC-AE9F283A7DBA <43 8 6 5 3 2 1>
46 2 0xffffff7f83a30000 0x17000 0x17000 org.netkas.driver.FakeSMC (1800) FC7031CC-C949-35D1-AC1A-CA8DB349793E <12 8 6 5 3 1>
47 0 0xffffff7f83a4d000 0x5000 0x5000 org.hwsensors.driver.CPUSensors (1800) ED90DA0F-5876-3DB5-82EC-CEEA470A7479 <46 8 6 5 3>
76 0 0xffffff7f83a58000 0x12000 0x12000 org.hwsensors.driver.GPUSensors (1802) DB5EA141-1685-3424-9197-161B62AEAC8B <46 13 12 8 6 5 3>
After unchecking AppleBacklightFixup kext (brightness control WORKING):
Code:
Index Refs Address Size Wired Name (Version) UUID <Linked Against>
43 1 0xffffff7f83985000 0x2a000 0x2a000 as.vit9696.Lilu (1.4.8) 52BA4F17-381A-3964-B5F4-8F12F7AC13F9 <8 6 5 3 2 1>
44 0 0xffffff7f839af000 0x73000 0x73000 as.vit9696.WhateverGreen (1.4.3) 5106F862-6A5B-3D2A-8B92-9367579800C9 <43 13 8 6 5 3 2 1>
45 2 0xffffff7f83a28000 0x17000 0x17000 org.netkas.driver.FakeSMC (1800) FC7031CC-C949-35D1-AC1A-CA8DB349793E <12 8 6 5 3 1>
46 0 0xffffff7f83a45000 0x5000 0x5000 org.hwsensors.driver.CPUSensors (1800) ED90DA0F-5876-3DB5-82EC-CEEA470A7479 <45 8 6 5 3>
77 0 0xffffff7f83a50000 0x12000 0x12000 org.hwsensors.driver.GPUSensors (1802) DB5EA141-1685-3424-9197-161B62AEAC8B <45 13 12 8 6 5 3>
Only issue left is that now even at max bright it's a little bit dim (much less brighter than it was without brightness control), I think this was supposedly managed by the Apple BacklightFixup kext, any way to fix this ??