Lunar – macOS utility to set brightness and volume on external monitors
91–100 of 143 posts
Re: Lunar – macOS utility to set brightness and volume on external monitors
#92Earlier quoted context omitted.
You never know if a wear leveling algorithm has been implemented so flash type isn't going to make lifetime determinable. Even without, 100 erases a day will last for 3 years or longer.
I've been using my current monitor for ~10 years.
Re: Lunar – macOS utility to set brightness and volume on external monitors
#93This 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.
But why can't they expose these controls independent of the Touch Bar? I actually find it ridiculous as a 2015 MBP owner that there is no easy native way to do this basic thing unless, apparently, you have a Macbook with a Touch Bar
Re: Lunar – macOS utility to set brightness and volume on external monitors
#94Alongwith ddctrl ( https://github.com/kfix/ddcctl ), these aliases serve all my external monitor brightness needs: 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="~/So…
For Linux, use ddcutil. I wrote a GUI slider that wraps around the command line, so I don't have to type the numbers each time.
Pretty much all monitor settings are exposed.
Re: Lunar – macOS utility to set brightness and volume on external monitors
#95There 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?
For things like setting brightness or toggling devices that ought to be dead simple, stuff like DDC/CI and HDMI-CEC being broken on so many levels never fails to make me spectacularly sad.
Re: Lunar – macOS utility to set brightness and volume on external monitors
#96Also note that MonitorControl [1] might be a good complement to this program - it allows manual setting of brightness and contrast, but also adds volume control. [1] https://github.com/MonitorControl/MonitorControl
Lunar also has volume control, could not fit that into the title. It's absolutely great, totally what I needed for years. Other tools I tried crashed my Macbook. Lunar has been absolutely smooth, and great design to boot. I immediately bought the author a coffee. Edit: updated the title
Re: Lunar – macOS utility to set brightness and volume on external monitors
#97https://www.nesveda.com/projects/ExternalDisplayBrightness/
With my LG 32UL950-W, I've found that whether it responds depends on the cable choice. I had to give up on Thunderbolt because the monitor itself kept resetting; HDMI delivers a picture but doesn't look as good, and doesn't respond to ExternalDisplayBrightness. I'm now using a 10' USB-C to DisplayPort cable (too long for Thunderbolt) and everything works, including ExternalDisplayBrightness.
I'm curious to see if switching to Lunar would gain me anything.
Re: Lunar – macOS utility to set brightness and volume on external monitors
#98Looked wonderful though!
Re: Lunar – macOS utility to set brightness and volume on external monitors
#99The Windows equivalent would be Monitorian ( https://github.com/emoacht/Monitorian ). It doesn't have the adaptive curve algorithm, but I've been using it for over a year and it's indispensable.
Re: Lunar – macOS utility to set brightness and volume on external monitors
#100There 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?