I'm on a fresh installation of Ubuntu and planning to install i3wm. Unfortunately, the brightness is completely stuck on the maximum, rendering it basically torture to use during the night. Neither the brightness keys on my keyboard nor the brightness slider on the top right dropdown do anything. The brightness keys do show that the brightness is decreasing on the slider but it doesn't actually change at all. Please help! I'm using a Lenovo Flex 5 14.
Edit: It's definitely not the laptop itself's problem because the brightness buttons worked when I was on Windows and when I shut down the computer, the space around the Shut Down prompt is darker.
xrandr --output
and then tabbing it gives me Failed to get size of gamma for output default – spokify Aug 31 '20 at 15:30xrandr -q | grep " connected"
. You shoud get a list with the first entry beeing display name. – totalynotanoob Aug 31 '20 at 15:41xrandr: Failed to get size of gamma for output default default connected primary 1920x1080+0+0 0mm x 0mm
– spokify Aug 31 '20 at 16:00xrandr --output --brightness <value between 0 and 1>
. – totalynotanoob Aug 31 '20 at 16:15xrandr: unrecognized option '0.4'
– spokify Aug 31 '20 at 16:23primary
ordefault
. Other than that you might want to try to usexbacklight
orbrightness-controller
. – totalynotanoob Aug 31 '20 at 16:27