ddcutil
linux
Control the settings of connected displays via DDC/CI. This command requires the kernel module `i2c-dev` to be loaded. See also: `modprobe`.
More info →Options (5)
booleanList all compatible displays
Example:
ddcutil {{[det|detect]}}booleanQuery the first compatible display for capabilities
Example:
ddcutil {{[cap|capabilities]}}-d, --displaybooleanChange the brightness (option `10`) of display 1 to 50%
Example:
ddcutil {{[-d|--display]}} 1 {{[set|setvcp]}} 10 50booleanChange the brightness (option `10`) of display 1 to 50%
Example:
ddcutil {{[-d|--display]}} 1 {{[set|setvcp]}} 10 50booleanRead the settings of display 1
Example:
ddcutil {{[-d|--display]}} 1 {{[get|getvcp]}} ALLExamples (6)
List all compatible displays
ddcutil [det|detect]Query the first compatible display for capabilities
ddcutil [cap|capabilities]Change the brightness (option `10`) of display 1 to 50%
ddcutil [-d|--display] 1 [set|setvcp] 10 50Increase the contrast (option `12`) of display 1 by 5%
ddcutil [-d|--display] 1 [set|setvcp] 12 + 5Change the display source (option `60`) of a display
ddcutil [-d|--display] 1 [set|setvcp] 60 0x0fRead the settings of display 1
ddcutil [-d|--display] 1 [get|getvcp] ALLmade by @shridhargupta | data from tldr-pages