DDC/CI Multi-Monitor

UUID: ddcci-multi-monitor@tim-we
Last edited:
8 months ago 2022-09-12, 15:36
Last commit: [6026976e] Fixed isssue with parsing output when invalid displays are present in the system (#4470)

Adjust monitor brightness via DDC/CI

README

Close

DDC/CI Multi-Monitor

A Cinnamon applet that lets you adjust brightness of external monitors via DDC/CI.

Requirements

In order to function correctly this applet requires ddcutil.

It can be installed following these steps:

  1. Install ddcutil and i2c-tools using:

    sudo apt install ddcutil i2c-tools
  2. To let ddcutil work without requiring root priviledges, the user must be part of the i2c group. Run the following command to add the current user to the i2c group.

    sudo usermod -aG i2c $USER

    After having executed the command, log out to apply the new configuration.

More information on how to install ddcutil can be found here in section "Tool 2".

You can check if ddcutil has been installed correctly and the monitor supports the DDC/CI protocol running:

ddcutil capabilities

Log In To Comment!

0 Comments