lxqt / lxqt-config

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

lxqt-config-brightness: Set minimum backlight #858

Open selairi opened 2 years ago

selairi commented 2 years ago

In some hardware the 5% as minimum value of backlight can be too brightness. Advanced options has been added to select this minimum value:

2022-05-16 19;25;17

tsujan commented 2 years ago

IMHO, the code needs to take care of the minimum value automatically. The new GUI seems too confusing to me.

Do other DEs do this?

selairi commented 2 years ago

Do other DEs do this?

No. Other DEs doesn't set a minimum value for the backlight. For example, I have downloaded the code of XFCE and I have checked the minimum value for the backlight and it is set to 0. I have found that other DEs let set the number of steps of backlight and the change of the backlight is usually done by keyboard. LXQt should add those shortcuts to lxqt-panel brightness plugin. Then lxqt-config-brightness should let you set the number of steps of backlight, the gamma (for desktop computers) and backlight. I think that an option for launch and config gammastep should be added also.

Thanks for your hard work.

tsujan commented 2 years ago

LXQt should add those shortcuts to lxqt-panel brightness plugin.

Good idea.