mplayer & sound

When i play something with cli mplayer volume is to 50% and i press 0 button to go to 100%
Even the song change volume drops again to 50%
Any way to have mplayer volume always on 100% ?
 
sysctl applies the state of a MIB on the live system only. To make it permanent you should add it (hw.snd.vpc_autoreset=0) to /etc/sysctl.conf.
 
if you want mplayer-specific behavior, then set volume=100 in ~/.mplayer/config
 
Back
Top