Linux Keyboard volume control under XBMCbuntu
#1
Hi,
I am using XBMCbuntu Eden and I have noticed that the "VolumeUp" and "VolumeDown" keys of my multimedia keybord only allowed to unmute and mute the volume. After investigting I found out that the ~/.config/openbox/xbmcbuntu-rc.xml file contained the following commands:
Code:
amixer -q sset Master 3%-
and
Code:
amixer -q sset Master 3%+

Running them in a terminal had the same mute/unmute effect (volume switches from 0% to 100%).

I used the following workaround: I replace these commands with:
Code:
amixer -q sset Master 2dB-
and
Code:
amixer -q sset Master 2dB+

Hope this helps!
Reply

Logout Mark Read Team Forum Stats Members Help
Keyboard volume control under XBMCbuntu0