You are not logged in.
Pages: 1
How do i enable the volume, brightness, mute/unmute...etc buttons?
i found some tutorial that mentioned i need to get to "~/.config/openbox/rc.xml"
but I cannot find this file, do i create one?
also an example would be useful
Offline
Hi Adel,
Let me ask you, do you enable hidden files show in your file manager?
Can you see any files beginning with dot in your home folder using PCManFM? If no, you can press Ctrl+H to toggle hidden files show.
Offline
oh my bad 
I have found the file
I am following these instructions:
http://wiki.lxde.org/en/LXDE:Questions#How_do_I_make_my_keyboard_volume_buttons_work.3F
But i can't seem to get anything working, would u give me an example for the mute function?
Offline
The commands for muting are
amixer-c 0 sset Master, 0 toggle
the command to increase the volume is
amixer-c 0 sset Master 1 + unmute cap
another control to decrease the volume
amixer-c 0 sset Master 1 - unmute cap
the problem is that the media keys often have codes not standerd and openbox not identify them.
To install xev occurs with tazpkg-gi xorg-xev
type from the terminal xev | egrep-o "keycode. * \)"
then press the media keys, if the terminal scroll code keys ex.
keycode 176 (keysym 0x0, NoSymbol)
nosymbol not mapped, so do not be set directly, and it gets more complicated. : (
Offline
I tried doing that but i get a
"-sh: egrep-o: not found
Offline
type a full line
xev | egrep-o "keycode. * \)"
Offline
yeah that's what I did 
Offline
Sorry there was a error from my copy and paste, repeat correct command
xev | egrep -o "keycode.*\)"
Offline
yup worked just fine, I'll try editing the file now
thanks
Offline
Pages: 1
[ Generated in 0.017 seconds, 8 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]