osdvolume is a little daemon to use mainly with notebooks, that will adjust the volume and displays on OSD as KOSD.
It does its job through DBus so it's suited for KDE4. Uses Kmix and needs Kmix loaded (if started first, it sits until Kmix is loaded).
Requirements:
· KDE 4.x
· Qt 4.x
Installation:
qmake PREFIX=/usr
make
sudo make install
Faster way to use it is to install and run it. Then bind two keys to:
Volume minus:
qdbus org.osd.volume /Volcontrol org.OSD.Volume.showdec
Volume plus:
qdbus org.osd.volume /Volcontrol org.OSD.Volume.showinc
What's New in This Release:
· misc fixes to readme and code.
Product's homepage