2025-03-14 21:59:59 -06:00
|
|
|
# ddcutil
|
|
|
|
|
|
|
|
|
|
> Control the settings of connected displays via DDC/CI.
|
2025-09-14 18:48:49 -06:00
|
|
|
> This command requires the kernel module `i2c-dev` to be loaded.
|
|
|
|
|
> See also: `modprobe`.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://www.ddcutil.com/commands/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- List all compatible displays:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`ddcutil {{[det|detect]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Query the first compatible display for capabilities:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`ddcutil {{[cap|capabilities]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Change the brightness (option `10`) of display 1 to 50%:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`ddcutil {{[-d|--display]}} 1 {{[set|setvcp]}} 10 50`
|
|
|
|
|
|
|
|
|
|
- Increase the contrast (option `12`) of display 1 by 5%:
|
|
|
|
|
|
|
|
|
|
`ddcutil {{[-d|--display]}} 1 {{[set|setvcp]}} 12 + 5`
|
|
|
|
|
|
|
|
|
|
- Change the display source (option `60`) of a display:
|
|
|
|
|
|
|
|
|
|
`ddcutil {{[-d|--display]}} {{1}} {{[set|setvcp]}} 60 0x{{0f}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Read the settings of display 1:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`ddcutil {{[-d|--display]}} 1 {{[get|getvcp]}} ALL`
|