Is there a work around to configure brightness or color on a DisplayLink monitor?

author of f.lux here.

DisplayLink does pass through DDC/CI commands to displays. We've had an implementation to do this for a few years, but we've been cautious to support this for a few reasons:

  1. Most displays store color settings using an EEPROM, and these typically have a finite number of write cycles. We could get away with changing things a couple times a day, but gradual fading like we do would wear out this hardware quite quickly.

  2. We've observed some variation in how displays implement gain controls, so the colors don't always look like we expect. Similarly, some displays flash, etc.

  3. DisplayPort-connected monitors (read again, it sounds like DisplayLink) are often omitting these color controls entirely.

  4. The communication channels available do not usually tell us if things worked or not, so it's somewhat a crapshoot overall.

All this said, we will probably add some simple controls to push color commands to DDC/CI in a future version, but it might not be so automatic.


You can get color changes working on all your monitors with Iris

The feature is called High-level Color API and can be enabled like this

https://www.youtube.com/watch?v=DUe_DeQXuww

It works with DisplayLink and even works in Virtual Machine