You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, September 3rd 2004, 5:57pm

How do I turn off the soundserver in kde 3.3?

Hi,

I am having problems with using Xmms. I have checked around some here and some on Google, leading me to believe that the best and easiest fix would be to disable the soundserver.

People talk about controlcenter-> sound & multimedia -> soundsystem and disable it there. But... I cant figure out exactly what to turn off there. Anyone knows?

Amoeba

Trainee

Posts: 115

Location: http://seattle.wa.u$

Occupation: Urban guerilla

  • Send private message

2

Friday, September 3rd 2004, 8:05pm

I'm not sure why someone told you to check
controlcenter-> sound & multimedia -> soundsystem

when it should be
controlcenter-> sound & multimedia -> system notification

Go there and there are drop down menus right in the middle allowing you to turn off all sounds. Also, if you doink around in there, it's pretty obvious what to do...

[code:1]dracco@epitaph ~ $ pstree
init-+-6*[agetty]
|-crond
|-cupsd
|-devfsd
|-events/0-+-aio/0
| |-kacpid
| |-kblockd/0
| |-khelper
| |-netlink/0
| |-2*[pdflush]
| |-reiserfs/0
| `-rpciod/0
|-gconfd-2
|-kdeinit-+-artsd
| |-2*[kdeinit]
| `-kdeinit---kdeinit
|-7*[kdeinit]
|-kdeinit-+-sh---gaim
| `-sh---superkaramba-+-firefox---firefox-bin---firefox-bin---3*[firefox-bin]
| |-konsole---bash---pstree
| `-xchat-2
|-kdm-+-X
| `-kdm---KDE-3.3.0---startkde---kwrapper
|-khpsbpkt
|-khubd
|-kmail
|-knodemgrd_0
|-knodemgrd_1
|-kseriod
|-ksoftirqd/0
|-kswapd0
|-lisa
|-lockd
|-metalog---metalog
|-portmap
|-scsi_eh_0
|-scsi_eh_1
`-xmms---xmms---3*[xmms][/code:1]

As you can see from my pstree, there is no "sound daemon".

Another place to check is the file ~/.kde/share/config/knotifyrc[code:1]dracco@epitaph ~ $ cat .kde/share/config/knotifyrc
[Misc]
External player=aplay
LastConfiguredApp=KDE System Notifications
Use external player=true
Volume=100

[StartProgress]
Arts Init=true
KNotify Init=true
Use Arts=true
[/code:1]
There you would changed all values of [StartProcess] to false.

If this isn't what you meant, then nevermind.
-- rm -fr /etc/whitehouse
-- Gentoo | udev | Xorg 6.8.2 | 2.6.14-r4 | KDE 3.5.0

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

3

Friday, September 3rd 2004, 11:23pm

Well, the easiest way is to configure XMMS and as audio output choose the arts plugin. I'm not sure were but it's there in the XMMS configuration panel under one of the tabs (at least in a recent XMMS).

You can also disable the sound server manualy so you can use KDE sound and disable it only when needed by XMMS. This way it will be started automatically whenever KDE produces a sound. The command is
[code:1]artsshell suspend[/code:1].