Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

After setting the beep preference on Kubuntu 11.10, the beep sound does not change:

$ xset q | grep bell
  bell percent:  50    bell pitch:  400    bell duration:  100
$ beep
$ sudo /usr/bin/xset b 10 400 10
$ xset q | grep bell
  bell percent:  10    bell pitch:  400    bell duration:  10
$ beep
$

The first and second beeps emitted sound the same. Is there something that I am missing?

share|improve this question
Considering the lack of responses, I have filed a bug. – dotancohen Sep 19 '12 at 14:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.