EvilZone

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

Title: [SOLVED] Crunchbang problem
Post by: th3g00n on 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.
Title: Re: Crunchbang problem
Post by: ca0s on 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.

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

Code: [Select]
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.
Title: Re: [SOLVED] Crunchbang problem
Post by: lucid on 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.