Linux – How to disable the visual bell in Xterm

defaultslinux

I am getting really nervous when I press 'Tab' twice and screen is blinking (goes to opposite color and returns back).

I tried to change the setting in .Xdefaults file with:

XTerm*visualBell:  False

but could not get rid of this.

I also tried to kill the VNC process and re-created but it still doesn't work!

Does anybody have a solution for removing this behaviour?

Best Answer

I have found the problem: in my home directory there wan another .Xresources file in which it was written

XTerm*visualBell: True

So Xterm was initializing from not .Xdefaults but from .Xresources! Anyway thanks!