Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-06 Thread Ralph Katz
On 11/05/2004 04:00 PM, Otto Wyss wrote: It's now 2 weeks later, I've asked in 2 different newsgroups, poked around every possible place on the net and still don't know how to permanenty disable the sound in X. How can Linux ever become a contender in the desktop marked if such a simple thing can't

Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-06 Thread Otto Wyss
> On Fri, 5 Nov 2004 21:38:25 +0100 > [EMAIL PROTECTED] (Otto Wyss) wrote: > > > It's now 2 weeks later, I've asked in 2 different newsgroups, poked > > around every possible place on the net and still don't know how to > > permanenty disable the sound in X. How can Linux ever become a > > contend

Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-06 Thread Otto Wyss
> Which xfce4 packages have you installed? I ask as I had the same error > message (freedesktop.org) some time ago and found I was missing a xfce4 > package. Xfce4 on my system consists the following: > Just the ordinary packages from Debian/Sarge. If I don't use the .xsesssion, it works correct

Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-05 Thread Robert Storey
> On Fri, 5 Nov 2004 21:38:25 +0100 > [EMAIL PROTECTED] (Otto Wyss) wrote: > > > It's now 2 weeks later, I've asked in 2 different newsgroups, poked > > around every possible place on the net and still don't know how to > > permanenty disable the sound in X. How can Linux ever become a > > conten

Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-05 Thread Cybe R. Wizard
On Fri, 5 Nov 2004 21:38:25 +0100 [EMAIL PROTECTED] (Otto Wyss) wrote: > It's now 2 weeks later, I've asked in 2 different newsgroups, poked > around every possible place on the net and still don't know how to > permanenty disable the sound in X. How can Linux ever become a > contender in the desk

Re: Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-05 Thread robin
Otto Wyss wrote: --- Otto Wyss <[EMAIL PROTECTED]> wrote: Creating the above .xsession files disables the default XFCE4 startup and I get only an empty X screen. So what now? You want to have a file such as this:

Permanent disabling sound in X isn't possible (Re: Sounds off in bash)

2004-11-05 Thread Otto Wyss
> --- Otto Wyss <[EMAIL PROTECTED]> wrote: > > Creating the above .xsession files disables the default XFCE4 startup > > and I get only an empty X screen. So what now? > > You want to have a file such as this: > = > #!/bin/sh > > #type any additional

Re: Sounds off in bash

2004-10-21 Thread s. keeling
Incoming from Otto Wyss: > Thomas Adam <[EMAIL PROTECTED]> wrote: > > > > I'm starting X through startx so again I'm missing the .xsession . I > > > know there is a sample somewhere but I can't find it. > > > > http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/StartX > > > Creating the above

Re: Sounds off in bash

2004-10-21 Thread Thomas Adam
--- Otto Wyss <[EMAIL PROTECTED]> wrote: > Creating the above .xsession files disables the default XFCE4 startup > and I get only an empty X screen. So what now? You want to have a file such as this: = #!/bin/sh #type any additional commands you want

Re: Sounds off in bash

2004-10-21 Thread Otto Wyss
Thomas Adam <[EMAIL PROTECTED]> wrote: > --- Otto Wyss <[EMAIL PROTECTED]> wrote: > > I'm starting X through startx so again I'm missing the .xsession . I > > know there is a sample somewhere but I can't find it. > > http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/StartX > Creating the a

Re: Sounds off in bash

2004-10-21 Thread Thomas Adam
--- Otto Wyss <[EMAIL PROTECTED]> wrote: > I'm starting X through startx so again I'm missing the .xsession . I > know there is a sample somewhere but I can't find it. http://www.hantslug.org.uk/cgi-bin/wiki.pl?LinuxHints/StartX -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linux

Re: Sounds off in bash

2004-10-21 Thread Otto Wyss
> X: xset b off > > For X, add it to ~/.xsession > I'm starting X through startx so again I'm missing the .xsession . I know there is a sample somewhere but I can't find it. O. Wyss -- See a huge pile of work at "http://wyodesktop.sourceforge.net/"; -- To UNSUBSCRIBE, email to [EMAIL

Re: Sounds off in bash

2004-10-21 Thread Otto Wyss
Thomas Adam <[EMAIL PROTECTED]> wrote: > --- Otto Wyss <[EMAIL PROTECTED]> wrote: > > In bash rather many time the speaker sounds. Unfortunately my speaker is > > so loud I had to disconnect it. Since that isn't a permanent solution is > > does anyone know how to disable any sound in bash? > >

Re: Sounds off in bash

2004-10-20 Thread Oliver Fuchs
On Wed, 20 Oct 2004, Otto Wyss wrote: > In bash rather many time the speaker sounds. Unfortunately my speaker is > so loud I had to disconnect it. Since that isn't a permanent solution is > does anyone know how to disable any sound in bash? > > There is a readline variable "bell-style" but I can'

Re: Sounds off in bash

2004-10-20 Thread Michael Graham
On 20/10/04 18:57:48, Otto Wyss wrote: There is a readline variable "bell-style" but I can't figure out how to us it. I can't find the file "inputrc. As root edit the file /etc/inputrc and add the line set bell-style none (it should be there just uncomment it) to give all users no bell or add the

Re: Sounds off in bash

2004-10-20 Thread Thomas Adam
--- Otto Wyss <[EMAIL PROTECTED]> wrote: > In bash rather many time the speaker sounds. Unfortunately my speaker is > so loud I had to disconnect it. Since that isn't a permanent solution is > does anyone know how to disable any sound in bash? Console: setterm -blength 0 X: xset b off For

Re: Sounds off in bash

2004-10-20 Thread Ken Irving
On Wed, Oct 20, 2004 at 07:57:48PM +0200, Otto Wyss wrote: > In bash rather many time the speaker sounds. Unfortunately my speaker is > so loud I had to disconnect it. Since that isn't a permanent solution is > does anyone know how to disable any sound in bash? > > There is a readline variable "be

Re: Sounds off in bash

2004-10-20 Thread s. keeling
Incoming from Otto Wyss: > In bash rather many time the speaker sounds. Unfortunately my speaker is > so loud I had to disconnect it. Since that isn't a permanent solution is > does anyone know how to disable any sound in bash? There's a few ways: xset b 0 will tell X not to use it. You could

Re: Sounds off in bash

2004-10-20 Thread Andrea Vettorello
On Wed, 20 Oct 2004 19:57:48 +0200, Otto Wyss <[EMAIL PROTECTED]> wrote: > In bash rather many time the speaker sounds. Unfortunately my speaker is > so loud I had to disconnect it. Since that isn't a permanent solution is > does anyone know how to disable any sound in bash? > > There is a readlin

Sounds off in bash

2004-10-20 Thread Otto Wyss
In bash rather many time the speaker sounds. Unfortunately my speaker is so loud I had to disconnect it. Since that isn't a permanent solution is does anyone know how to disable any sound in bash? There is a readline variable "bell-style" but I can't figure out how to us it. I can't find the file