You are not logged in.
Hi everybody,
Seems after last update to "Linux GNU 3.16.1-1-ARCH" x86_64, brightness keys doesn't work anymore. but volume keys work just fine.
Got anybody any idea what is the problem?
Using updated Archlinux with i3wm.
[Update]
I can change brightness with this command:
sudo tee /sys/class/backlight/intel_backlight/brightness <<< 800
but brightness keys doesn't work anymore.
[UPDATE-2]
Thanks to teateawhy, adding "video.use_native_backlight=0" to kernel parameter solved my problem; just do not forget to run
sudo grub-mkconfig -o /boot/grub/grub.cfg
after adding that param to kernel parameters.
Last edited by Bersam (2014-09-10 08:51:22)
Offline
Hardware specs?
I lost the use of my XF86 brightness keys with kernel 3.16, but gained recognition of the display in the xbacklight program: I use that now.
(Intel HD4600)
Jin, Jîyan, Azadî
Offline
Hardware specs?
I lost the use of my XF86 brightness keys with kernel 3.16, but gained recognition of the display in the xbacklight program: I use that now.
(Intel HD4600)
I have Intel HD 4000 (loaded with i915 kernel driver) (Lenovo G580)
Offline
Yeah, try using the xbacklight program & bind some keys for it.
EDIT: you could try messing around with your kernel parameters, I didn't bother.
Last edited by Head_on_a_Stick (2014-08-25 11:58:29)
Jin, Jîyan, Azadî
Offline
On my thinkpad adding this kernel parameter helped:
video.use_native_backlight=0
Also see this thread:
https://bbs.archlinux.org/viewtopic.php?id=184949
Offline