slackbuilds/system/ddcutil
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
ddcutil.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
ddcutil.info
slack-desc

README

ddcutil is a Linux program for querying and changing monitor settings,
such as brightness and color levels.

ddcutil primarily uses DDC/CI (Display Data Channel Command Interface)
to communicate with monitors implementing MCCS (Monitor Control Command
Set) over I2C. Normally, the video driver for the monitor exposes the
I2C channel as devices named /dev/i2c-n.

Use the following commands in order to be able to use ddcutil as a
regular user:

  # cp /usr/share/ddcutil/data/45-ddcutil-i2c.rules /etc/udev/rules.d
  # groupadd -r i2c
  # usermod -aG i2c your_username_here