Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brightness feature didn't work #55

Open
chenelias opened this issue Sep 28, 2023 · 2 comments
Open

Brightness feature didn't work #55

chenelias opened this issue Sep 28, 2023 · 2 comments

Comments

@chenelias
Copy link

I add a .rules file to /etc/udev/rules.d/:

ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="acpi_video0", RUN+="/bin/chgrp video /sys/class/backlight/%k/brightness"
ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="acpi_video0", RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"

and run the command sudo usermod -a -G video $USER
but it didn't work as I expected.

@chenelias chenelias changed the title Brightness didn't work Brightness feature didn't work Sep 28, 2023
@chenelias
Copy link
Author

After I try this on nixos, it didn't work.

@chenelias chenelias reopened this Jan 1, 2024
@leon-erd
Copy link

Maybe this helps: #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants