this post was submitted on 09 Sep 2023
9 points (100.0% liked)

Arch Linux

7173 readers
1 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hey guys, I have a RTX3060Ti and I am using hyprland with dkms driver.I want to adjust my monitor backlight.However, when I execute ls /sys/class/backlight/ nothing returns.I have added options nvidia NVreg_RegistryDwords=RMUseSwI2c=0x01;RMI2cSpeed=1001 to /etc/modprobe/conf.d/nvidia.conf and when I run grep RegistryDwords /proc/driver/nvidia/params,the values are empty and /sys/class/backlight is still empty.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 1 year ago
[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Xrandr --output 'XXX' --set backlight 'YYY'

Or something like that ^^

Edit : I've just noticed hyprland, maybe that doesn't use X.