Email or username:

Password:

Forgot your password?
fiona float 🐈

fyi, since many people don't know this exists:
Almost all computer screens made in the last decade support DDC/CI. (The Display Data Channel Command Interface).
You can use it to control stuff like the backlight brightness without fiddling with the awful screen buttons and OSD.

On Linux once you load the ddcci kernel module the screens appear in /sys/class/backlights and can be controlled like a laptop screen.

6 comments
fiona float 🐈

Now you can go ahead and map the screen brightness to media keys on your keyboard, write a script to adapt it to the sunrise/sunset or even connect it to your Home Assistant.

Oh, and I'm sure that there are tools for other OSes as well. I know that I used one on MacOS years ago.

SEGFAULT

@vidister what distro did you do this on? I didn't fi?d the module on fedora

fiona float 🐈

@SEGFAULT On NixOS there's `linuxKernel.packages.linux_<version>.ddcci-driver` and I heard there's an AUR package for Arch.

Chances are you have to build it yourself: gitlab.com/ddcci-driver-linux/

you found aurelia

@vidister wasn't there like a handful of displays that can be bricked with it too or was that just a false rumor?

I really wish mine (LG 27GL850, not even that old) supported source switching, but it doesn't :/

Danu

@vidister @aurelia uff there are many posts with various problems related to this feature :(

trilader

@vidister Thank you for that information. It works great with my Dell monitors from around 2015. On Arch this module is available as ddcci-driver-linux-dkms in the AUR. I thought it wasn't enabled as first as I didn't think it was an out-of-tree one

Go Up