I am trying to change the backlight brightness of my monitors from the command line on Ubuntu 20.04.3 LTS.
My monitors are Dell Ultrasharp (1x U2719D and 2x U2419H connected in series via display port) and they are driven by a Radeon RX550. I have read that many solutions do not work well with Radeon cards but I wondered if anyone had any suggestions none the less?
I have attempted using xbacklight which has no effect when commands are run and light, which returns:
No backlight controller was found, so we could not decide an automatic target.
Running light -G
returns only keyboard lights and nothing that looks related to my displays.
sudo lshw -c video
returns this:
*-display
description: VGA compatible controller
product: Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:09:00.0
version: c7
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=amdgpu latency=0
resources: irq:93 memory:e0000000-efffffff memory:f0000000-f01fffff ioport:e000(size=256) memory:fce00000-fce3ffff memory:c0000-dffff
I can use xrandr with little issue but would rather adjust the hardware brightness if possible! Please let me know if any other information would be useful.
Many thanks for any suggestions.