You are not logged in.
Pages: 1
How I can disable pulseaudio, or use alsa as default for all programs? I know, I can just delete pulseaudio(actually I already done it) but it will be reinstalled after every update, and also I get error messages about missing dependencies.
I deleted /etc/asound.conf but this does not work. I use openbox without gnome-settings or anything like this, but still pulse is running automaticaly at system startup, and apps, for example - skype, use pulse by default(and with skype - it can not be changed...)
Last edited by blamed (2011-10-12 14:07:45)
Offline
Skype can work without pulseaudio but will try to use it if present.
If you use gdm, it could be the source of your problems.
If you look at mandatory dependencies for pulseaudio you find among others: gnome-settings-daemon. And if you look at gnome-settings-daemon, you will find gdm.
Offline
Skype can work without pulseaudio but will try to use it if present.
Yes, I know, I dont have pulseaudio now and it working perfectly. Problem is - if pulse is present - skype will use it. And not only skype.
If you use gdm, it could be the source of your problems.
No, I use slim.
If you look at mandatory dependencies for pulseaudio you find among others: gnome-settings-daemon. And if you look at gnome-settings-daemon, you will find gdm.
I don't want to delete gnome.. And mplayer also depends on pulse.
Offline
Just curious, why can't gnome-settings-daemon depend on libpulse instead?
Offline
Ok, looks like I found a solution.
In /etc/pulse/client.conf
uncomment "autospawn" line and change it to "autospawn = no"
Offline
Just curious, why can't gnome-settings-daemon depend on libpulse instead?
Because gnome uses pulse, that's the upstream decision.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
there is aur/gnome-settings-daemon-nopulse
Offline
GogglesGuy wrote:Just curious, why can't gnome-settings-daemon depend on libpulse instead?
Because gnome uses pulse, that's the upstream decision.
?????
We _know_ gnome uses pulse, but does gnome-settings-daemon have a hard dependency on the daemon being there, or is it merely depending on the pulse client library (libpulse). In the latter case, you don't have to have the daemon installed while still being able run the program that link to libpulse. I mean, it was the whole reason why pulseaudio is split in 2 packages in the first place.
Last edited by GogglesGuy (2011-10-13 17:50:40)
Offline
ngoonee wrote:GogglesGuy wrote:Just curious, why can't gnome-settings-daemon depend on libpulse instead?
Because gnome uses pulse, that's the upstream decision.
?????
We _know_ gnome uses pulse, but does gnome-settings-daemon have a hard dependency on the daemon being there, or is it merely depending on the pulse client library (libpulse). In the latter case, you don't have to have the daemon installed while still being able run the program that link to libpulse. I mean, it was the whole reason why pulseaudio is split in 2 packages in the first place.
As I understand it its hard-coded to use pulseaudio. If you remove pulseaudio you don't get g-s-d sounds, unless its been configured with --disable-pulse...
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Ok, looks like I found a solution.
In /etc/pulse/client.conf
uncomment "autospawn" line and change it to "autospawn = no"
Thanks! I actually have a soundcard that does hardware mixing. I don't need this crap mucking that up.
It's a very deadly weapon to know what you're doing
--- William Murderface
Offline
Pages: 1