Slackware :: How To Turn On System Bell In XTerm

Apr 11, 2010

I'm trying to turn on the system bell (pc speaker) in xterm. I have the bell working in console (text mode, not under X), and with X running, even firefox can use the pc speaker (it beeps, when I enter a search term which is not found). Only xterm doesn't seem to work.

Here is my xterm config, and the xset command I'm trying to use to turn the bell on:
-------###--------
xterm*renderFont: true
xterm*faceName: Terminus
xterm*faceSize: 12

xterm*loginShell: true
!xterm*Geometry: 102x48+0+0
xterm*Geometry: 102x48
xterm*scrollBar: false

xterm*background: black
xterm*foreground: white
!xterm*highlightColor: red
xterm*charClass: 46-47:48

xterm*visualBell: false
-------###--------
xset b on
xset bell 100 1000 1000
-------###--------

If I run xterm with the +vb option, it doesn't help either (I'm testing it with printf "a"). What am I missing? How can I make xterm use my pc speaker as bell?

View 4 Replies


ADVERTISEMENT

Ubuntu Multimedia :: How To Turn On System Bell / PC Speaker

Mar 2, 2010

This is for all of you who are having problems getting sound out of the PC Speaker, as far as getting the system beep or system bell. In Karmic (9.10), a change was made to get rid of the system beeps and disable the pc speaker. Unfortunately for people who liked (or more likely need) the beeps, the changes occurred in multiple places and are not that easy to find. The pc speaker and beeps were disabled in response to this bug. I believe there were other bugs dealt with here because not everything that was done seems to be covered, if that makes sense.

This bug was created in response, in hope of getting the beeps turned back on. This post by one of the developers has some pretty comprehensive instructions for getting the beep back on. I want to note right now, that I did not have to apply his patch to get the beeps back on where I wanted them. It may already have been included in an update, or was obviated by something else I did. I realize this is pretty fragmented, and you may or may not want or need to go as far as I did with this. When I get a chance to do a new clean install of Karmic (maybe in a vm or something) I intend to go back over these instructions and try to create a synthesis of them that should work for certain. If I can, I'll figure out a way to script it.

One other thing I should point out. I didn't get the bug where I had to reload the pcspkr module on every boot, so that must be fixed. (I did have to remove it from the blacklist so it would be loaded on boot, but I didn't have to kill and reload it or add it to rc.local like some people did in those descriptions). I also did not get the bug of an endless loop of beep sound or multiple beep sounds, but that only happened to people who followed the directions to change the system beep to another sound.

View 1 Replies View Related

Slackware :: Intel Graphics / Vertical Lines From Xpdf/gv Under Xterm Stick To Xterm Window Making It Unreadable?

Jun 13, 2011

Start xpdf or gv. Click an xterm to be active and slide it over xpdf/gv. Vertical lines from xpdf/gv under the xterm stick to the xterm window above and make it unreadable.

The problem does NOT show with KDE default settings with display effects on but does show in fvwm, xfce etc, and in KDE without effects.

On a system with a Sandy Bridge integrated graphics (i5-2400) the problem went away by downgrading to xf86-video-intel-2.13.0. But it was not enough for another system with 945G which needed downgrading to xf86-video-intel-2.12.0.

View 3 Replies View Related

Ubuntu :: Can't Turn On Terminal Bell In Gnome-terminal Using Remote Screen Session With Irssi

Nov 6, 2010

I'm using 10.04, and gnome-terminal GNOME Terminal 2.30.2 . I have irssi running on screen session on remote host. And I've been struggling for quite many days to configure it to produce either visual feedback or ring terminal's bell when I receive a private message or one of those that are highlighted.

My compiz settings window in General tab has 'Audible bell' checked.

My GNOME terminal has 'Terminal bell' checked.

I also added 'set bell-style audible' to my ~/.inputrc

And I also tried to manually load pcspkr module into my kernel.

No of the above helped or at least I haven't been able to notice any difference.

I also used some commands for irssi to produce bell sign.

View 2 Replies View Related

OpenSUSE :: How To Disable System Bell For All Applications

Sep 2, 2010

I've searched all over Google and searched the forums and I have not been successful in finding out how to disable the System Bell (Beep) computer-wide. It's annoying hearing this extremely loud "BEEP" when I hit backspace one too many times, even when my sound is muted. People look at me like I'm crazy. Even if I try to backspace a non-existent character in my Google Chrome browser, I am struck with a crazy Error Beep. Long story short, how do I disable the System-wide "System Bell" ("BEEP") permanently? I'm on OpenSuse 11.3 using the KDE 4.4.4 Desktop.

View 9 Replies View Related

Software :: Computer Based Church Bell Sound System

Apr 22, 2011

I am trying to set up a computer based church bell sound system for my church. Basically it will be playing a sound at prescribed times during the day through an amplifier and speaker system. With the option of special sounds done manually on demand. I am using Linux Mint.

View 3 Replies View Related

Applications :: Put Command To Ring System Bell Several Times When Connection Via PPP Drops?

Dec 1, 2010

I would like to put a command to ring the system bell several times when a connection via PPP drops.
Where/how can this be done using bash?

View 2 Replies View Related

Slackware :: Cyrillic Fonts In Xterm?

Apr 1, 2011

I have RAR archive including some files using Russian file names and I?m unable to display them properly in xterm window in my Slackware 13.1. Instead of the Cyrillic letters I see questions marks, for example ??.txt?.I tried four methods:

Code:
xterm -en iso-8859-5 -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-5
xterm -en koi8-r -fn -misc-fixed-medium-r-normal--15-140-75-75-c-90-koi8-r

[code]...

View 2 Replies View Related

Slackware :: 12.2 - Firefox 3.5.6 - Go Into A KDE Konsole Xterm

Jan 1, 2010

I'd try here first, since I am running slackware, though it's a firefox problem ... To verify bug, just go into a KDE konsole xterm, and do

[13:35 ~]$ mkdir ~/ffbug
[13:35 ~]$ touch ~/ffbug/_$'31'_
[13:35 ~]$ firefox file://$(echo ~)/ffbug &

(This assumes you didn't already have a ~/ffbug directory, and you have firefox 3.5.6 installed -- the prior firefox id not have this problem) What you will probably see is firefox trying to display a listing of the ~/ffbug directory, but instead showing an error message: XML Parsing Error: not well-formed. I posted this in the mozillazine forum, where it got read 20 times, but no response.

View 5 Replies View Related

Slackware :: Get Jump And Scan Option For Xterm?

Jan 21, 2010

xterm is scanning lines one by one.It takes time.I did jumpScroll: true ,but it results same. But rxvt is better comparing this. Where would i get the global configuration file for rxvt and xterm?

View 1 Replies View Related

Slackware :: Resize The Windows Such As Xterm And Firefox?

Jan 11, 2011

Just can't resize xterm or any windows such as firefox. In xterm it seems using the button in the up-right corner could resize the window's width, not height.

View 4 Replies View Related

Slackware :: Xterm Variants - Configuring Widgets

Apr 10, 2010

Just upgrading to 13.0, and one thing I had in KDE 3.5 was a larger (normal) sized xterm, and a smaller sized one. The small sized ones are handy for CL scripts and don't chew up as much screen-estate.

I know I can change defaults in .xinitrc, but I don't know how to make a widget for the small xterm.

View 2 Replies View Related

Slackware :: Vim Colours Change Slightly In Xterm When A Key Is Pressed?

May 4, 2011

I'm having a problem with vim and xterm. When I open a file and press any key, the colour scheme changes slightly. This doesn't happen if I run a 256-colour xterm (export TERM='xterm-256color') but if TERM is set to 'xterm' (the default) I see the colour change. Setting TERM='xterm-256color' in my ~/.bashrc is a "solution", but I'd rather not have to do that since it's never been necessary in the past (e.g., on 13.1) and I don't use any 256-color schemes for vim (usually just the default or possibly "delek"). It doesn't happen with rxvt or with Xfce's terminal. I've tried compiling some other versions of xterm but they either exhibit the same behaviour or don't build. I have tried running without any ~/.vimrc file just to be sure it wasn't one of my settings and I've also tried the sample file at /usr/share/vim/vimrc; the effect is the same.

View 10 Replies View Related

Slackware :: XTerm*reverseVideo: True Doesn't Work In KDE?

May 18, 2011

I have the following line in my .Xresources, and it only works when I'm not running KDE:

Code:
XTerm*reverseVideo: true When I start up XTerm in Xfce, TWM, or any other window manager, I get the expected black background. When I launch XTerm in KDE, I get a white background, meaning that the reverseVideo setting is not taking effect. When I'm in KDE, launching XTerm with -rv does give me an XTerm with a black background. Obviously, having to add this switch every time I launch an XTerm in KDE is suboptimal, no matter how you try to automate it. Manually running xrdb -merge ~/.Xresources and then launching XTerm immediately afterwards does not make a difference.

If you're wondering why this is a concern, it's because all 256-color vim color schemes (xoria256, desert256, inkpot) require reverseVideo to be set so that XTerm launches with a black background. You get a black-on-black cursor otherwise.

View 6 Replies View Related

Software :: Can't Set Xterm Background/foreground Colors Properly Using Slackware?

Aug 19, 2009

I've read about this. Everyone says to use ~/.Xresources or ~/.Xdefaults, and it doesn't work for me. It doesn't do anything at all, in fact. I'm trying to use this:

Code:

XTerm*background: black
XTerm*foreground: white

In the ~/.X* files, it won't work. I read that another way of doing it is using

Code:

xrdb -merge .x_settings_file

This will work for me. It's the only thing I can get to work. But when I restart, it will have to be done again. I'm using Slackware 12.2.

View 1 Replies View Related

General :: How To Copy Things In Xterm And Paste Them Outside Of Xterm

May 2, 2011

i have fluxbox and i need to know how to copy things in xterm and paste them outside of xterm.

View 2 Replies View Related

Slackware :: How To Change Light Text Color To Dark Green Of Xterm

Jan 3, 2010

How to change light green text color to dark green of xterm? The xterm background is white. Light green texts are not good for white background. I don't want to change the xterm background.

View 13 Replies View Related

Slackware :: Terminal Xterm Title Is Too Dynamic (title Doesn't Change Manually)

Aug 21, 2010

So when I upgraded to Slack64 13.1 on my asus MB homebrewed desktop and Slack 13.1 on my compaq presario a900 laptop, I started having issues with the xterm title (in Terminal--not Konsole) being too dynamic. By "too dynamic" I mean that I can't actually change the title. The dynamic title (from my .bashrc) is basically just pwd. Whenever I try to set the title (via terminal->set title (menu)), I changes it for a split second, and then reverts back to the dynamic title.

This is merely a petty annoyance, so to get around it, I added an xtitle function that I grabed somewhere online (just echos "�33]0;$*�07"). So for nano-ing some file, I'd type:xtitle some_file.txt; nano some_file.txt

That works just fine (kind of annoying to type though). running xtitle alone won't actually change the name either though (I'm pretty sure it's the same command as what terminal does anyway). That is, running: xtitle some_file.txt

changes the title for a split second, and the reverts back to my old pwd.What I really want is to have it dynamically name it "some_file.txt" whenever I use nano, but that appears to be a functionality of zsh (with the preexec() fxn).I'm wondering if anyone else has had this problem, and if you have a fix for it.

View 3 Replies View Related

General :: Wireless Won't Turn On With Slackware 13.1?

Mar 9, 2011

I have an ACER Travelmate 32600-4542. The original OS was windows XP. I installed Linux Mint 10.0. I ran that a little while and for some reason it wasslow and would occasionally freeze for a few seconds at a time. I got sick of that andid a clean install of Slackware 13.1. The problem I am having now is the wireless won't come onI try to switch the power switch and it will not turn on. I am fairly new to Linux and don't even know where to start to find out why it isn't turning on. I didn't have any problems with it turning on with Mint.

View 3 Replies View Related

Slackware :: Turn Off Netbios In Samba?

Apr 6, 2011

If you're running samba server on your Slackware box on a windows network / domain, and you don't want it showing up on the windows computers network neighborhood browser, there's a couple of things you have to do. First, add the line:

disable netbios = yes to the global section of smb.conf. This didn't work for me so I also figured out the next step:

Second, edit the rc.samba script and remove the references to starting or restarting nmbd.

In this line: if [ -x /usr/sbin/smbd -a -x /usr/sbin/nmbd -a -r /etc/samba/smb.conf ]; then

Remove the reference to nmbd (underlined above) so it looks like this:

if [ -x /usr/sbin/smbd -a -r /etc/samba/smb.conf ]; then

Then comment out with a # this part: #echo " /usr/sbin/nmbd -D" # /usr/sbin/nmbd -D

and add a comment # mark here (right before nmbd)

samba_stop() {
killall smbd # nmbd

underlined above, then restart samba or reboot. The first step may not be necessary if you make the changes to rc.samba but I did both and that took care of it.

View 8 Replies View Related

Slackware :: KDE4 Wicd Startup - Turn Off?

Mar 13, 2010

I once had wicd running at KDE startup as I was just playing around with it. The problem is I now have turned off rc.wicd and don't want to use wicd any more. Every time I start KDE it still asks for the root password which I cancel and it then tells me it can't connect to wicd's dbus. This is getting really annoying as I have been trawling through my ~ looking for the setting that starts this up. I just want wicd turning off completely and this message to go away.

View 14 Replies View Related

Slackware :: Monitor Turn Off After Exit X Window

Apr 8, 2011

i currently use Slackware 13.1 64 bit. when i want to get back to console after use "startx" command, my monitor suddenly off and would not turn on until i restart my computer. so i could never get back to console when i've started x window.i use ATI HIS HD 5670.

View 1 Replies View Related

Ubuntu :: Xterm XT Error: Can't Open Display: Xterm: Display Is Not Set

Aug 20, 2010

I've just installed xterm, ant trying to run it from my windows machine using ssh. I have X11Forwarding yes on /etc/ssh/sshd_config when I use, MobaXterm, np, I can use xterm after I log ssh -X xxx

but when I use Cygwin, and do ssh -X xxx, and then xterm, I have: xterm XT error : Can't open display: xterm: Display is not set

View 3 Replies View Related

Software :: Configure Xterm Colors If Xterm Can Support 256 Colors?

Jul 3, 2009

I have a xterm which can have 256 colors. How can I configure the prompt colors and ls output colors to take advantages of the 256 color values?

View 4 Replies View Related

Slackware :: Poweroff Does Not Turn Off Fujitsu N3530 Notebook?

Jun 17, 2010

I recently upgraded the hard drive on my Fujitsu N3530 notebook to WD Scorpio Blue 500 MB, and created a dual-boot configuration with WinXP, installing 32-bit Slackware 13.1 from DVD. Grub 0.97 bootloader is installed on superblock of root partition. Running KDE. Using the generic kernel with appropriate initrd for ext4 filesystem on root partition.

Everything runs fine so far, except the computer won't power off the computer. I've tried using the KDE shutdown, and shutting down from command line - same result. Also same result if I use the huge kernel or the generic kernel.

The last message I see is:
Remounting root filesystem read-only.
/dev/sda3 on / type ext4 (ro)
Power down.

... and then the shutdown process stalls and I have to turn off the computer by pressing and holding the power button.

This is the first time I've installed any Linux OS on this notebook. I have Slackware 13.0 running fine on a Thinkpad T61 with no poweroff issue.

From reading various posts, this looks to be related to ACPI. I tried adding "acpi=force" to the kernel line in menu.lst, but it made no difference.

/var/log/messages shows "acpid exiting" and then "exiting on signal 15" as last entries during shutdown.s.

View 7 Replies View Related

Slackware :: Turn Off Or Reboot Machine By Command Failed

Nov 4, 2010

I am using Slackware 13.1 on my Asus K40IN, I also use dual boot by LILO with Windows XP. In Windows XP I can reboot or shutdown by select Start -> Turn off Computer, or just physically push the power button, then the machine will shutdown. In my Slackware 13.1, I can physically push the power button, the machine show that it is switching to run level 0, and then it will power off. However, I can not turn it off or restart my machine by the command (run "halt" or "reboot" as root), it show identical things like when I physically push button, but when it turn to status "Restarting machine" or "Turning off machine", my computer hang there, it does not power off machine or restart it. Is there any one experienced this situation? What should I do to fix it?

View 3 Replies View Related

Slackware :: Window Contents Turn Black When Maximized In KDE?

Jul 4, 2011

On Slackware64 13.37 with a Geforce 6150LE + Nvidia 275.09.07, the contents of a window turn black when I maximize it.

For now I've worked around it by disabling desktop effects.

View 6 Replies View Related

General :: Turn Off The System Automatically?

Mar 14, 2011

I am using Cent Os 5. I want that the system should shutdown automatically at 7:00 pm daily and next day I manually turn on the system.I have google it but the syntax is not clear.

I use # crontab -e
and write the command
0 19 * * * /sbin/shutdown -h now

I does't apply the command what is * * * after 19

View 5 Replies View Related

Ubuntu :: Turn Off Screensaver As Its Freezing System

Dec 5, 2010

Xubuntu 10.10.I need to turn off my screensaver as its freezing my system when it activates.I have tried to go into > settings > screensaver but it locks my system up as soon as the screensaver options page comes into view.I don't really need a screensaver so is there any way to turn it off via the terminal or any other method.

View 3 Replies View Related

Debian :: Turn Off System Beep When Can't Move Cursor?

Mar 29, 2010

It's annoying to get the system beep when I can't move the cursor anymore, is there a way to turn it off?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved