The xrandr
command to reduce brightness below minimum is not working after upgrading Ubuntu to 19.04. How can I reduce the brightness below the default minimum?
Asked
Active
Viewed 174 times
0

ThunderBird
- 1,955

Shashank
- 1
- 2
1 Answers
0
Here is the simple step to control brightness in Linux based system
First, you have to know the monitoring screen connected you.
To know this run this command
xrandr -q
It will give useful information about the screen
( Here my screen connected to eDP, It might be different for your system )
After knowing that run the below command
xrandr --output eDP --brightness
[0-10]
Replace eDP by your connected screen from the above output and you can have normal brightness values from 0.1 to 1.0
Hope it helps you

Mir Rahed Uddin
- 619
- 1
- 8
- 20
xbacklight
? – BeastOfCaerbannog Jun 14 '19 at 14:40