Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4794

Beginners • Re: Unable to Control Brightness on Raspberry Pi 4B Running Bookworm LXDE

$
0
0
You may want to try ddcrontrol

Code:

sudo apt install ddccontrol gddccontrol
To probe I2C devices to find monitor buses use:

Code:

sudo ddccontrol -p
To read value of control 0x10 (brightness on VESA compliant monitors) for device:
(HDMI0 on Pi4 is I2C-20, HDMI1 on Pi4 is I2C-21)

Code:

sudo ddccontrol -r 0x10 dev:/dev/i2c-20
To set value of control 0x10 (brightness on VESA compliant monitors) to 75 for device:

Code:

sudo ddccontrol -r 0x10 -w 75 dev:/dev/i2c-20
See 'ddccontrol -h' for more information (as it's a while since I've used ddcontrol the last time).

Statistics: Posted by aBUGSworstnightmare — Tue Feb 13, 2024 10:48 am



Viewing all articles
Browse latest Browse all 4794

Trending Articles