LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   how to change the default sound level in gnome (https://www.linuxquestions.org/questions/linux-desktop-74/how-to-change-the-default-sound-level-in-gnome-863731/)

gujedan 02-19-2011 09:20 AM

how to change the default sound level in gnome
 
I want to change the audio level, but each time after reboot it is set back to 74 and it is annoying the crap out of me. How can I change it?

gnome version is 2.30.2

macemoneta 02-19-2011 10:15 AM

You can add a startup program (Preferences->Startup Applications) to (for example):

Code:

/usr/bin/amixer -q -c 0 -- sset Master 30%
This example would set the master volume for sound card 0 (the first sound card) to 30%.


All times are GMT -5. The time now is 11:28 AM.