Does beep work?

I’ve been trying this on 2 revisions of 5.27 from svn repository, on fedora 4 and 8. I can’t get beep to work :wink:

I’ve tried:

gVirtualX->Bell(0);
gSystem->Beep();
gSystem->Beep(1000, 10);

and some other combinations. Am I doing something wrong? I just need a simple speaker sound :slight_smile:

Hi,

so far TSystem::Beep() has only been implemented on Windows. If you can come up with an implementation for Linux then please let us know!

Cheers, Axel.