You are not logged in.
I tried adding a Udev rule to change to backlight as a normal user as suggested in the wiki but I still do not have the permissions after rebooting.
ls /sys/class/backlight
amdgpu_bl0cat /etc/udev/rules.d/backlight.rules
ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="amdgpu_bl0", GROUP="video", MODE="0664"groups patrick
wheel video patrickecho 5 > /sys/class/backlight/amdgpu_bl0/brightness
bash: /sys/class/backlight/amdgpu_bl0/brightness: Permission deniedpacman -Q linux-zen
linux-zen 5.11.8.zen1-1Solution:
Install 'light' from the community repository as its Udev rule seems to be working fine.
Last edited by sp9z (2021-03-23 17:35:19)
Offline
A udev rule that actually works can be found on the discussion section of the linked ArchWiki page:
Jin, Jîyan, Azadî
Offline