I use to increase or decrease the brightness of the monitor using xrandr
command from this in Ubuntu 20.04. It gives the liberty of giving custom brightness that can vary from 0 to 1 irrespective of the brightness range provided by the system UI.
After upgrading my OS to Ubuntu 22.04, it no longer seems to be working. Although there are commands to stepdown the brightness
gdbus call --session --dest org.gnome.SettingsDaemon.Power --object-path /org/gnome/SettingsDaemon/Power --method org.gnome.SettingsDaemon.Power.Screen.StepDown
(0, 'eDP-1')
The zero brightness it is showing is the same as the 0 brightness of the UI, and I cannot decrease it further. I don't have liberty as I did on the previous version.
What can I do to run xrandr
or its alternatives so I can give a number from the terminal that works?
xrandr
won't work for you. You can switch back to Xorg to usexrandr
– Esther Jul 12 '22 at 13:37