Brightness in lubuntu

I feel comfortable in a certain level of brightness and I like it. The problem is that every time I open my lubuntu, bright gets full in my laptop. Is there any magic to get over it?
By the way this is also true for login screen.

I don’t know how brightness works (it may device specific as I do know some devices have limitations in what you can do), however the following hack maybe a solution (until you get a better one anyway)

The command lxqt-config-brightness can be used to increase/decrease/reset/set your brightness.

Use lxqt-config-brightness --help for details, but for my groovy release i shows

Options:
  -h, --help              Displays help on commandline options.
  --help-all              Displays help including Qt specific options.
  -v, --version           Displays version information.
  -i, --increase          Increase brightness.
  -d, --decrease          Decrease brightness.
  -s, --set <brightness>  Set brightness from 1 to 100.
  -r, --reset             Reset gamma to default value.

How you run that on login is your choice, be it via AutoStart or added to one of the bash startup files (depending on where/how you prefer it)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.