Review of "Multi Display Adjustment" version 1.0.0 (1)

Details Page Preview

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.

Extension Homepage
https://github.com/samuelcecilio/multi-display-adjustment

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

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.

Disconnect all signals

  • displays-menu.js:54
    this._sliderChangedId = this._slider.connect('notify::value', this._onSliderChanged.bind(this))

All Versions

Version Status
1.0.0 (1) Unreviewed