Difference between revisions of "HowTo Enable The Gnome Sound Applet"

From NST Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
  
 
'''Solution:'''
 
'''Solution:'''
 +
 +
The "'''pulseaudio'''" daemon is not running. Use the following method to correct this issue:
  
 
* Go to the "'''System => Preference => Startup Applications'''" menu entry.
 
* Go to the "'''System => Preference => Startup Applications'''" menu entry.
Line 13: Line 15:
  
 
* Fill in the fields similar to this:
 
* Fill in the fields similar to this:
   ** Name: Pulseaudio daemon
+
   Name: Pulseaudio daemon
   ** Command: /usr/bin/pulseaudio
+
   Command: /usr/bin/pulseaudio
   ** Comment: Start the pulseaudio sound daemon...
+
   Comment: Start the pulseaudio sound daemon...
  
 
* Logout and then relogin and the Gnome sound applet should appear.
 
* Logout and then relogin and the Gnome sound applet should appear.
 +
 +
 +
== Sound Device Selection ==
 +
 +
To select the sound device that pulse audio will use, open the ''PulseAudio Volume Control'' found under ''Sound & Video'' sub menu on the MATE desktop. Once the ''Volume Control'' window is displayed, look for the ''Configuration'' tab to select the desired sound profile.
 +
 +
By default, pulseaudio will change the profile selection if the device is disconnected or goes to sleep. This can be quite annoying if you are using the speakers on a monitor via an HDMI connection. To prevent pulseaudio from making this ''helpful'' choice, try commenting out the ''load-module module-switch-on-port-available'' line found in ''/etc/pulse/default.pa'':
 +
 +
# PKB: 2017-10-18 (disable auto switch to see if it will stay
 +
# on HDMI 3 even when monitor is turned off)
 +
#load-module module-switch-on-port-available

Latest revision as of 08:06, 20 October 2017

Problem:

The Gnome sound applet does not startup when logging in as user: "root". If you try to launch the menu item: "System => Preference => Sound" the following hanging dialog will appear: "Waiting for sound system to respond".


Solution:

The "pulseaudio" daemon is not running. Use the following method to correct this issue:

  • Go to the "System => Preference => Startup Applications" menu entry.
  • Make sure you are in the "Startup Programs" tab.
  • Click on the "Add" button.
  • Fill in the fields similar to this:
 Name: Pulseaudio daemon
 Command: /usr/bin/pulseaudio
 Comment: Start the pulseaudio sound daemon...
  • Logout and then relogin and the Gnome sound applet should appear.


Sound Device Selection

To select the sound device that pulse audio will use, open the PulseAudio Volume Control found under Sound & Video sub menu on the MATE desktop. Once the Volume Control window is displayed, look for the Configuration tab to select the desired sound profile.

By default, pulseaudio will change the profile selection if the device is disconnected or goes to sleep. This can be quite annoying if you are using the speakers on a monitor via an HDMI connection. To prevent pulseaudio from making this helpful choice, try commenting out the load-module module-switch-on-port-available line found in /etc/pulse/default.pa:

# PKB: 2017-10-18 (disable auto switch to see if it will stay
# on HDMI 3 even when monitor is turned off)
#load-module module-switch-on-port-available