Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 74

Thread: Turn off (mute) system beep

  1. #11
    Join Date
    Sep 2005
    Location
    Melbourne
    Beans
    78
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Turn off (mute) system beep

    Thanks geofs!

    My system bell was driving everyone in the office up the wall!
    Dell XPS 15Z w Bumblebee
    13.10 64bit, running like a charm (w 14.04 & Windows 7 VMs also running aces).

  2. #12
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Turn off (mute) system beep

    Well I tried to stop this beeping by adding
    Code:
    set bell-style visible
    to my home directory's .inputrc file.

    It looks like it only works for the shell, but programs such as man still beep when I reach the end of a page, or if I accidentally press an arrow left or right from more.

    Is there a way to completely disable this device on bootup?

  3. #13
    Join Date
    Jun 2006
    Beans
    17

    Re: Turn off (mute) system beep

    /etc/inputrc is the readline configuration file afaik, so it turns beeping only off in readline applications (such as bash)

    I managed to silence vim by adding this to my .vimrc:
    Code:
    set vb t_vb=
    I don't need any bell, it's just annoying. No visual bell too. Still, I don't want to take my laptop apart to deactivate it.

    As the last poster, my only problem now are programs like less and man, who still beep, which could cause a divorce soon if I don't find a way to get rid of it

    But only on the vterms, I don't have any beeps in X since I deactivated the bell in gnome as described some posts earlier, and it worked perfectly for all applications run in X.

  4. #14
    Join Date
    Jun 2006
    Location
    Florida
    Beans
    11
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Turn off (mute) system beep

    Thanks for the help. Now I can finally have that stupid beep not beep!

  5. #15
    Join Date
    Sep 2006
    Beans
    15
    Distro
    Ubuntu 6.06 Dapper

    Re: Turn off (mute) system beep

    Hey. I have quite similar question. How do you turn terminal bell on?
    I have tried in Terminal->Current Profile and terminal bell is checked but is not working. Any tips? Doesn't one of ASCII's od the trick?

  6. #16
    Join Date
    Jul 2005
    Location
    Waterloo, Canada
    Beans
    42

    Re: Turn off (mute) system beep

    stupid question- your sound works everywhere else right? I think that terminal beep in the gnome terminal is based on the sound system (as aposed to the pc speaker).

    I think in gnome's sound configuration, you can change pc speaker settings. But I'm not sure.

    I don't have gnome on this computer, so sorry I'm not much help. I wrote this post because I use aterm in a window manager instead of gnome, so theres no graphical way to change the sound settings.

    If you're having sound issues, or realy want to fix the beep problem, I'd suggest starting a new thread. This one's realy old, so it's unlikely that your going to get the response that you would from a new one for your specific problem.

    Good luck, and have fun getting everything working the way you like.
    -Jason
    Jason Locklin
    Undergraduate Psychology Student, University of Waterloo
    Homepage

  7. #17
    Join Date
    Sep 2006
    Beans
    15
    Distro
    Ubuntu 6.06 Dapper

    Re: Turn off (mute) system beep

    thanks. I did open a new one though...no response so far

  8. #18
    Join Date
    May 2006
    Beans
    175

    Re: Turn off (mute) system beep

    Anyone have an idea how to do this in an actual terminal and not within X. I run an ubuntu server box at my office that I run without X (it basically just stores and processes logs). Any time I work on it thought I can tell the system bell is slowly driving those around me mad. Does anyone know how to turn off the system bell outside of X. Is there a bash environment variable that I can set?

  9. #19
    Join Date
    Aug 2006
    Beans
    19

    Smile Re: Turn off (mute) system beep

    Or Just sudo vim /etc/modprobe.d/blacklist

    and add

    blacklist pcspkr

  10. #20
    Join Date
    Apr 2006
    Location
    Tejas
    Beans
    445
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Turn off (mute) system beep

    Quote Originally Posted by pormogo View Post
    Anyone have an idea how to do this in an actual terminal and not within X. I run an ubuntu server box at my office that I run without X (it basically just stores and processes logs). Any time I work on it thought I can tell the system bell is slowly driving those around me mad. Does anyone know how to turn off the system bell outside of X. Is there a bash environment variable that I can set?
    Try putting this line in your .bash_profile
    Code:
    echo -e "\\33[10;0]\\33[11;0]"
    See section 4 for more info:
    http://www.ibiblio.org/pub/Linux/docs/HOWTO/Visual-Bell

    I set mine to:
    Code:
    echo -e "\\33[10;1000]\\33[11;5]"
    Which makes a very subtle clicking noise since the duration is so short.
    Quote Originally Posted by smcnally
    For me, it's all about the penguin...If the Linux mascot was a tiger or an elephant, I would have never even tried it.

Page 2 of 8 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •