This is a great example of why I like the Touch Bar on my Macbook Pro. When it is connected to an external monitor, I tap the brightness icon in the Touch Bar and get two sliders: one to control brightness on my laptop, and one to control brightness on my external monitor. This seems to be a native feature; I did not install anything to do it.
Is this a particular brand of external monitor? Lunar works for me, but my external monitor is not integrated with touchbar!
Lunar – macOS utility to set brightness and volume on external monitors
21–30 of 143 posts
Re: Lunar – macOS utility to set brightness and volume on external monitors
#22Got a MacBook Pro (16-inch, 2019) weeks ago and bought a LG monitor ( https://www.amazon.com/gp/product/B07YGZ7C1K ). The brightness setting bothered me for 2 weeks as neither the Mac OSX nor LG's onscreen control software can set the brightness for the external monitor. The external monitor brightness changes every time I open/close the macbook lid. Thanks to both ddcctl and MonitorControl, I can finally set a fixed…
Re: Lunar – macOS utility to set brightness and volume on external monitors
#23 alias verydull="~/Software/ddcctl/ddcctl -d 1 -b 3 -c 15"
alias dull="~/Software/ddcctl/ddcctl -d 1 -b 6 -c 35"
alias decent="~/Software/ddcctl/ddcctl -d 1 -b 10 -c 40"
alias medium="~/Software/ddcctl/ddcctl -d 1 -b 25 -c 50"
alias bright="~/Software/ddcctl/ddcctl -d 1 -b 30 -c 50"
alias morebright="~/Software/ddcctl/ddcctl -d 1 -b 35 -c 60"
alias superbright="~/Software/ddcctl/ddcctl -d 1 -b 100 -c 80"Re: Lunar – macOS utility to set brightness and volume on external monitors
#24I have been using this command line tool to control my external monitor from my Mac. I created few Automator scripts calling it to make the monitor either dimmed or bright. https://github.com/kfix/ddcctl
Re: Lunar – macOS utility to set brightness and volume on external monitors
#25The only issue was with the "Read external monitor brightness periodically" preference, which froze the system. But there is a fair warning.
If you feel like supporting the author, here is his Patreon:
Re: Lunar – macOS utility to set brightness and volume on external monitors
#26Got a MacBook Pro (16-inch, 2019) weeks ago and bought a LG monitor ( https://www.amazon.com/gp/product/B07YGZ7C1K ). The brightness setting bothered me for 2 weeks as neither the Mac OSX nor LG's onscreen control software can set the brightness for the external monitor. The external monitor brightness changes every time I open/close the macbook lid. Thanks to both ddcctl and MonitorControl, I can finally set a fixed…
The LG UltraFine displays do support this (in fact there's no OSD/controls on the physical things at all) so it definitely is possible and something LG can do
Re: Lunar – macOS utility to set brightness and volume on external monitors
#27There is a problem with "cheap" monitors and DDC/CI: some of them use EEPROMs to store brightness settings, and this limits you to about 100,000 writes. Worrying about this is the main reason we don't ship DDC/CI with f.lux. (I know that some more modern monitors use NAND and don't have limitations like this.) Anyone know if these fears are overblown?
BTW, assuming I change brightness 20 times per day, that would still give me 5000 days ≈ 13,5 years of service. By that time I definitely hope to use a different monitor than today
Re: Lunar – macOS utility to set brightness and volume on external monitors
#28There is a problem with "cheap" monitors and DDC/CI: some of them use EEPROMs to store brightness settings, and this limits you to about 100,000 writes. Worrying about this is the main reason we don't ship DDC/CI with f.lux. (I know that some more modern monitors use NAND and don't have limitations like this.) Anyone know if these fears are overblown?
Use DDC/CI, and they'll stop. Even NAND is wrong if brightness is actually dynamically controlled, it should just be RAM.
Re: Lunar – macOS utility to set brightness and volume on external monitors
#29There is a problem with "cheap" monitors and DDC/CI: some of them use EEPROMs to store brightness settings, and this limits you to about 100,000 writes. Worrying about this is the main reason we don't ship DDC/CI with f.lux. (I know that some more modern monitors use NAND and don't have limitations like this.) Anyone know if these fears are overblown?
Wait...so after the 100.000th write, your monitor will be forever stuck on the brightness it was set to that time? BTW, assuming I change brightness 20 times per day, that would still give me 5000 days ≈ 13,5 years of service. By that time I definitely hope to use a different monitor than today