Offers per-display sliders to control external displays' brightness and contrast through DDC/CI. A single Displays entry in Quick Settings opens a menu where every connected display has its own sliders, under the display name that Settings shows. Extension requires ddcutil-service to be installed. Installation process of ddcutil-service is quick and non-intrusive. The details can be found at https://github.com/samuelcecilio/multi-display-adjustment#installation-of-ddcutil-service. ddcutil-service allows more responsive communication with the displays than ddcutil.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
displays-menu.js:54
this._sliderChangedId = this._slider.connect('notify::value', this._onSliderChanged.bind(this))
| Version | Status |
|---|---|
| 1.0.0 (1) | Unreviewed |