Comment 4 for bug 1618391

Revision history for this message
Pat McGowan (pat-mcgowan) wrote :

The devices are all using a default value (in this case 10). We could check with the vendors to see if they have overriden the defaults for other OSes.

In experimenting with this I noticed a typo in the source when getting this parameter, so the min will always be 10 on every system in spite of the config.
in src/adapters/brightness_params.cpp
    auto min_str = device_config.get("screenBrightnessSettingMininum", "10");
should be ...Minimum