lxqt / lxqt-config

Tools to configure LXQt and the underlying operating system
https://lxqt.github.io
GNU Lesser General Public License v2.1
79 stars 60 forks source link

[Feature request] Support DDC/CI backlight setting #942

Open isf63 opened 1 year ago

isf63 commented 1 year ago

I believe currently lxqt-config-brightness only supports setting monitors' backlights via ACPI (/sys/class/backlight/). Many external monitors do not use ACPI but instead DDC/CI (https://wiki.archlinux.org/title/Backlight#External_monitors). It'd be wonderful if software backlight setting for DDC/CI monitors could be incorporated into LXQt.

Current Behavior

'Backlight' slider is greyed out in lxqt-config-brightness due to the external monitor not having ACPI backlight support.

Possible Solution

Look at ddcutil and see how it sets backlights. (Note: ddcutil requires the i2c-dev kernel module)

Context

Software setting of backlight is very convenient, especially so when not on laptops with dedicated keyboard keys for setting screen brightness.

System Information