Biko Posted November 3, 2019 Share Posted November 3, 2019 I dont see brightness slider in settings and tried too many things , also i think battery is not discharging after 100% complete because i found battery health on bios settings down to good now debug_23109.zip Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/ Share on other sites More sharing options...
foskvs Posted November 3, 2019 Share Posted November 3, 2019 Add ACPIBatteryManager.kext or use VirtualSMC.kext and its battery plugin. Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2695969 Share on other sites More sharing options...
Biko Posted November 3, 2019 Author Share Posted November 3, 2019 im using ACPIBatteryManger.Kext check kextcache log Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2695977 Share on other sites More sharing options...
Biko Posted November 8, 2019 Author Share Posted November 8, 2019 up i need help at brightness slider Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2696505 Share on other sites More sharing options...
Slice Posted November 17, 2019 Share Posted November 17, 2019 Remove ACPIBatteryManager, VirtualSMC and use FakeSMC 3.5 with its plugins including VoodooBatterySMC. All is fine here. About brightness slider it depends on Videocard properties set by your bootloader. In my case IntelHD4000 there are follow See my signature for details Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2697701 Share on other sites More sharing options...
Biko Posted November 26, 2019 Author Share Posted November 26, 2019 that's great for the battery , how i could know my videocard properties dictionary Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2698715 Share on other sites More sharing options...
Slice Posted November 27, 2019 Share Posted November 27, 2019 On 11/26/2019 at 11:53 AM, Biko said: that's great for the battery , how i could know my videocard properties dictionary Use DarwinDumper, make report and see Device Properties. Make the properties dictionary manually into your config.plist. Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2698838 Share on other sites More sharing options...
Biko Posted November 29, 2019 Author Share Posted November 29, 2019 That's all dictionaries i got in Device Properties , i added them no thing changed <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PciRoot(0x0)/Pci(0x14,0x0)</key> <dict> <key>AAPL,clock-id</key> <data> AA== </data> <key>AAPL,current-available</key> <data> NAg= </data> <key>AAPL,current-extra</key> <data> gAw= </data> <key>AAPL,current-in-sleep</key> <data> 6AM= </data> <key>built-in</key> <data> AA== </data> <key>device_type</key> <string>XHCI</string> </dict> <key>PciRoot(0x0)/Pci(0x1c,0x4)/Pci(0x0,0x0)</key> <dict> <key>built-in</key> <data> AQ== </data> </dict> <key>PciRoot(0x0)/Pci(0x1f,0x3)</key> <dict> <key>AFGLowPowerState</key> <data> AQAAAA== </data> <key>MaximumBootBeepVolume</key> <data> AA== </data> <key>PinConfigurations</key> <data> AA== </data> <key>hda-gfx</key> <data> b25ib2FyZC0xAA== </data> <key>layout-id</key> <data> NgAAAA== </data> </dict> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2699108 Share on other sites More sharing options...
Slice Posted December 4, 2019 Share Posted December 4, 2019 On 11/29/2019 at 8:58 PM, Biko said: That's all dictionaries i got in Device Properties , i added them no thing changed <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PciRoot(0x0)/Pci(0x14,0x0)</key> <dict> <key>AAPL,clock-id</key> <data> AA== </data> <key>AAPL,current-available</key> <data> NAg= </data> <key>AAPL,current-extra</key> <data> gAw= </data> <key>AAPL,current-in-sleep</key> <data> 6AM= </data> <key>built-in</key> <data> AA== </data> <key>device_type</key> <string>XHCI</string> </dict> <key>PciRoot(0x0)/Pci(0x1c,0x4)/Pci(0x0,0x0)</key> <dict> <key>built-in</key> <data> AQ== </data> </dict> <key>PciRoot(0x0)/Pci(0x1f,0x3)</key> <dict> <key>AFGLowPowerState</key> <data> AQAAAA== </data> <key>MaximumBootBeepVolume</key> <data> AA== </data> <key>PinConfigurations</key> <data> AA== </data> <key>hda-gfx</key> <data> b25ib2FyZC0xAA== </data> <key>layout-id</key> <data> NgAAAA== </data> </dict> </dict> </plist> There are no properties for device .../PCI(0x2, 0x0) as on my screenshot. Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2699559 Share on other sites More sharing options...
Biko Posted December 4, 2019 Author Share Posted December 4, 2019 so if DrawinDupmer didnt get the device i need what else i can do ? is there a guide for that ? Link to comment https://www.insanelymac.com/forum/topic/341000-brightness-slider-battery-dell-7577/#findComment-2699560 Share on other sites More sharing options...
Recommended Posts