GNOME Bugzilla – Bug 646254
Incorrect display of initial volume when actual output volume is >100%
Last modified: 2011-04-08 15:15:07 UTC
In the sound panel of the control center, if the existing volume is >100%, the initial volume shown in the output volume control is 100%. Steps to reproduce: * Set volume >100% (using multimedia keys or using the panel itself) * Re-open sound panel * Volume is /shown/ to be 100% whereas it is actually >100%
That probably happens because we clip it before we check whether it's > 100%, will check.
commit ce561eb68f43a5f38cfe4e87433b716264c4f462 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Apr 8 16:12:56 2011 +0100 sound: Prevent > 100% volume showing up as 100% When the output of input bar changes from a non-decibel capable output, to one that is (such as on startup), don't clip the volume displayed at 100%, by setting the level of the bar again. https://bugzilla.gnome.org/show_bug.cgi?id=646254