From 8de676286b70b32b7d7a3228bdb15b502fc13672 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 14 Nov 2024 03:39:11 +0100 Subject: [PATCH] linux: added display control --- wiki/linux/display_control.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wiki/linux/display_control.md diff --git a/wiki/linux/display_control.md b/wiki/linux/display_control.md new file mode 100644 index 0000000..cb1133d --- /dev/null +++ b/wiki/linux/display_control.md @@ -0,0 +1,13 @@ +# Display Control + +Display control describes the process of controlling the display with means other than the hardware +buttons. + +## DDC + +DDC - short for Display Data Channel - is a specific way to control the display. +On [Linux](/wiki/linux.md)-based Systems this can be achieved by using the `ddcutil` command line +interface that can be found in the package of the same name. +For a graphical user interface `ddcui` can be used. +After installation it is possible that the system needs to be restarted due to the i2c-dev kernel +module.