Description of problem: Version-Release number of selected component (if applicable): Name : pulseaudio Relocations: (not relocatable) Version : 0.9.15 Vendor: Fedora Project How reproducible: Everytime Steps to Reproduce: 1. Open volume control in pulseaudio mixer 2. Decrease volume Actual results: Sound is muted when the volume is at 50% Expected results: The sound should be at 50% of max volume Additional info: If I open up the gst-mixer and look at the master volume while changing the volume in pulseaudio's volume control, the master volume is at 0 when the pulseaudio volume is at 50%. The master volume is at 100% when the pulseaudio volume is at 100% so it looks like the pulseaudio mixer changes are being scaled incorrectly. The changes aren't being doubled because the pulseaudio volume at 75% doesn't correspond to a master volume of 50%.
The percentage scale is completely artificial. The PA and ALSA sliders are aligned based on the dB values, not the percentage. (though there is sometimes a contsnat shift, since PA always puts max amplification to 0dB while ALSA doesn't necessarily)
I would disagree that this is not a bug. When using the volume slider in the default gnome desktop, this means that the sound is turned off when the slider is in the middle. Not only does this make it harder to adjust the sound but it just looks bad.
In F12 we changed mapping between dB an pixels a bit which should make sure that the volume drops to complete silence on most hw more "to the left" left of the slider.