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.

  • TGHOST-V0@lemmy.ml
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    10 months ago

    Xrandr --output ‘XXX’ --set backlight ‘YYY’

    Or something like that ^^

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