Skip to content

Allow disabling DDC brightness via env variable

Nicolas Fella requested to merge work/nico/no-ddc into master

Interacting with ddcutils has shown to be troublesome on occasion, so it might be interesting to disable it, if only for debugging

When starting powerdevil with POWERDEVIL_NO_DDCUTIL=1 it will skip initializing/using ddcutil

CCBUG: 480030

Merge request reports