You are not logged in.
Pages: 1
Hello,
I've got a problem with backlight regulation in my laptop using hotkeys. when after system restart hotkeys does not work (it means in xfce i don't see a "sun" and bar indicating level of backlight). After i set a value of /sys/class/backlight/toshiba/brightnes to 7 (default is -5 - i don't know why), the brightness indicator starts working - but brightness does not change. The true value of brightness is stored in /sys/class/backlight/acpi_video0/brightness - ofc backlight changes when i set proper value to this file. Any1 knows how can i make my hotkeys change this file instead of brightness file in toshiba directory?
Last edited by carbolymer (2012-07-08 10:16:12)
Offline
You could make a script that changes the values in that file and add it to the xfce keyboard shortcuts.
You're just jealous because the voices only talk to me.
Offline
Oh. I've found a solution. Acpid is an easiest way to do it: https://wiki.archlinux.org/index.php/Acpid
Also useful bash script: https://bbs.archlinux.org/viewtopic.php?pid=989258
Offline
You could also try to add acpi_backlight=legacy to your kernel line
https://wiki.archlinux.org/index.php/Backlight#ACPI
Last edited by progandy (2012-07-08 10:46:44)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Pages: 1