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.
You must log in or register to comment.
You don’t
Xrandr --output ‘XXX’ --set backlight ‘YYY’
Or something like that ^^
Edit : I’ve just noticed hyprland, maybe that doesn’t use X.