0

How to know which /proc file is used to set the backlight ?

$ ls -1F /proc/acpi/ returns :

ac_adapter/
battery/
button/
event
wakeup

xbacklight works.

I use awesomeWM with Ubuntu 12.04, on a dell laptop. The keyboard backlight control touches don't work even though it worked well under Debian.

1 Answer 1

3

None of them. Modern Linux kernels expose hardware settings through /sys, and backlight "devices" usually can be found at /sys/class/backlight, each having a …/brightness parameter that controls the brightness level.

1

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .