EvilZone

General Tech => Operating System => : th3g00n December 09, 2012, 10:56:35 AM

: [SOLVED] Crunchbang problem
: th3g00n December 09, 2012, 10:56:35 AM
I just had Crunchbang installed on my netbook, a HP-MINI 1100. The only problem is that the buttons for media, volume, wifi and brightness control don't work. I actually don't need all these to work, I only need to be able to reduce the brightness to save battery.
: Re: Crunchbang problem
: ca0s December 09, 2012, 11:47:18 AM
Never used openbox, but configuration seems similar to fluxbox, which I use.

In my case I had to customize the key bindings to be able to control volume with the keyboard.

:
http://openbox.org/wiki/Help:Bindings
There you have how to know the name of the keys (xev) and how to configure them.
: Re: Crunchbang problem
: th3g00n December 11, 2012, 11:18:57 PM
Thanks for the help man. Finally solved with, not with that though. This is what I used:

:
th3g00n@crunchbang:~$ lspci
th3g00n@crunchbang:~$ sudo setpci -s xx:xx.x F4.B=xx

Where B=xx is the value for the brightness level I want. Neat stuff, might devote more time to learning linux.
: Re: [SOLVED] Crunchbang problem
: lucid December 12, 2012, 05:52:20 AM
Yeah I never had to do anything to get openbox to work with my brightness button. Glad you fixed it though.