Re: how to disable ctrl+alt+backspace in X

2005-06-11 Thread Angelina Carlton
On Sat, Jun 11, 2005 at 01:33:50PM +0200, LeVA wrote:

> If it is possible, please tell me, how to prevent killing my X with 
> ctrl+alt+backspace.

man 5 XF86Config-4

Option "DontZap"  "boolean"
   This disallows the use of the Ctrl+Alt+Backspace
   sequence.  That sequence is normally used to 
   terminate the X server.  When this option is enabled,  
   that key sequence has no special meaning and is passed to
   clients.  Default: off.


So setting that to "on", "true" or "yes" should do it.

-- 
Angelina Carlton


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how to disable ctrl+alt+backspace in X

2005-06-11 Thread Robert Vangel

LeVA wrote:

Hi!

If it is possible, please tell me, how to prevent killing my X with 
ctrl+alt+backspace.


Thanks!

Daniel



In your xorg.conf / XFree86-4 file, add this...

Section ServerFlags
# prevent the use of CTL-ALT-BKSP
Option DontZap On
EndSection


smime.p7s
Description: S/MIME Cryptographic Signature


how to disable ctrl+alt+backspace in X

2005-06-11 Thread LeVA
Hi!

If it is possible, please tell me, how to prevent killing my X with 
ctrl+alt+backspace.

Thanks!

Daniel

-- 
LeVA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



how to disable ctrl+alt+backspace in X

2005-06-11 Thread LeVA
Hi!

If it is possible, please tell me, how to prevent killing my X with 
ctrl+alt+backspace.

Thanks!

Daniel

-- 
LeVA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



backspace in X

2000-09-25 Thread Robert Marlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

heya fellow lovers of Debian

I recently started going through my woody installation deleting packages that
I figured I didn't need in order to create more free disk space. Now (it 
SEEMS related cuz this happened pretty much straight after) my backspace
doesn't work correctly in X. The stupid thing deletes the character to the
right of the cursor rather than the left in all applications. My virtual
terminals still work ok though, it only affects X. Can anybody tell me what
package I've possibly removed which may have caused this? or is there a bug
in one of the recent packages known to cause this problem? (I upgraded
everything on my system shortly before doing my purge spree).

thankskieses ppl!

- --
from

da Bobstopper
(Public Key available at http://www.student.uwa.edu.au/~rmarlow/bobstopper.gpg)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.3 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE5zxtZ/dIi4WVxTXMRAoA3AJ0XQ/aHzzvETCR5xs/Lo+m2ye18YQCg7I4X
zsEKNxW6V3XvhVX0Gh98Un8=
=gMZC
-END PGP SIGNATURE-



Re: No Backspace in X

1998-08-11 Thread Peter Allgeyer
[EMAIL PROTECTED] wrote:
: Hamish Moffatt said
: I had this same problem, even after upgrading to 2.0.
: However, I was able to get it to work.  I don't remember *exactly* what
: I had to change, but I *do* remember which parts of what files needed
: review.  Check /etc/inputrc and /etc/X11/Xresources:

I think it was /etc/inputrc. Installing an new version of bash did
it for me.

Ciao ...
... PIT ...

-- 


--
 Peter Allgeyer |  http://www.informatik.tu-muenchen.de/~allgeyer  
 Birkenstr. 10  |   _-_Phone: 0 86 23 / 91 98 25
 84558 Kirchweidach | 0(o_o)0  linux inside ...
---oOO--(_)--OOo--


Re: No Backspace in X

1998-08-10 Thread Nuno Oliveira
Try adding the following line to /etc/X11/Xmodmap

keycode  22 = BackSpace

and restart X. This might help if you are not using the XKEYBOARD extension.

Nuno.

> At around Sun, 9 Aug 1998 22:19:22 +1000,
>  Hamish Moffatt <[EMAIL PROTECTED]> may have mentioned:
> 
> > On Sun, Aug 09, 1998 at 11:48:28AM +0200, [EMAIL PROTECTED] wrote:
> > > On Fri, Aug 07, 1998 at 10:40:22PM -0500, Matthew Myers wrote:
> > > [backspace problem in X]
> > > > Here is my setup:
> > > > 
> > > > Debian 1.3.1
> > > 
> > > Please consider upgrading to Debian 2.0 . In 2.0, consistent handling of
> > > backspace and delete under X has been implemented.
> > 
> > I just installed Debian 2.0 on my Toshiba notebook on Friday,
> > and backspace doesn't work in xterm! Perhaps it is just the keyboard
> > on the thing [I chose standard 102 key keyboard in the setup];
> > I have to use C-h though. Suggestions?
> 
> i had this problem as well -- i looked in my XF86Config file and
> commented out a line having to do w/ XKB.  i think this did the
> trick for me.
> 
> -sen
> 
> 
> --  
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 


Re: No Backspace in X

1998-08-10 Thread sen_ml
At around Sun, 9 Aug 1998 22:19:22 +1000,
 Hamish Moffatt <[EMAIL PROTECTED]> may have mentioned:

> On Sun, Aug 09, 1998 at 11:48:28AM +0200, [EMAIL PROTECTED] wrote:
> > On Fri, Aug 07, 1998 at 10:40:22PM -0500, Matthew Myers wrote:
> > [backspace problem in X]
> > > Here is my setup:
> > > 
> > > Debian 1.3.1
> > 
> > Please consider upgrading to Debian 2.0 . In 2.0, consistent handling of
> > backspace and delete under X has been implemented.
> 
> I just installed Debian 2.0 on my Toshiba notebook on Friday,
> and backspace doesn't work in xterm! Perhaps it is just the keyboard
> on the thing [I chose standard 102 key keyboard in the setup];
> I have to use C-h though. Suggestions?

i had this problem as well -- i looked in my XF86Config file and
commented out a line having to do w/ XKB.  i think this did the
trick for me.

-sen


Re: No Backspace in X

1998-08-09 Thread stick
Hamish Moffatt said
> On Sun, Aug 09, 1998 at 11:48:28AM +0200, [EMAIL PROTECTED] wrote:
> > On Fri, Aug 07, 1998 at 10:40:22PM -0500, Matthew Myers wrote:
> > [backspace problem in X]
> > > Here is my setup:
> > > 
> > > Debian 1.3.1
> > 
> > Please consider upgrading to Debian 2.0 . In 2.0, consistent handling of
> > backspace and delete under X has been implemented.
> 
> I just installed Debian 2.0 on my Toshiba notebook on Friday,
> and backspace doesn't work in xterm! Perhaps it is just the keyboard
> on the thing [I chose standard 102 key keyboard in the setup];
> I have to use C-h though. Suggestions?
> 
I had this same problem, even after upgrading to 2.0.
However, I was able to get it to work.  I don't remember *exactly* what
I had to change, but I *do* remember which parts of what files needed
review.  Check /etc/inputrc and /etc/X11/Xresources:

# /etc/inputrc - global inputrc for libreadline
# See readline(3readline) and `info readline' for more information.
#
[...]
#
# Make the Home, End, and Delete keys work on common terminals.
$if term=linux
"\e[1~": beginning-of-line
"\e[3~": delete-char
"\e[4~": end-of-line
$endif
$if term=rxvt
"\e[1~": beginning-of-line
"\e[3~": delete-char
"\e[4~": end-of-line
$endif
$if term=xterm
"\e[1~": beginning-of-line
"\e[3~": delete-char
"\e[4~": end-of-line
$endif

! /etc/X11/Xresources
!
! global Xresources file -- used by both xdm and xinit (startx)
[...]
! Make the backspace key generate ^? instead of ^H, per Debian keyboard
! policy.
*VT100*backarrowKey: false
!
! Make the delete key generate ^[[3~ instead of ^?, per Debian keyboard
! policy; this also makes the Home and End keys produce the same character
! sequences as they do in the virtual console.
*VT100.Translations: #override Delete: string("\033[3~")\n\
   Home: string("\033[1~")\n\
   End: string("\033[4~")

! The function keys still need to be dealt with.

  
> thanks,
> Hamish
> -- 
> Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
> Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
> CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org

Stick

-- 
Chuck Stickelman, Owner E-Mail: <[EMAIL PROTECTED]>
Practical Network DesignVoice:  +1-419-529-3841
9 Chambers Road FAX:+1-419-529-3625
Mansfield, OH 44906-1301 USA


Re: No Backspace in X

1998-08-09 Thread jdassen
On Sun, Aug 09, 1998 at 10:19:22PM +1000, Hamish Moffatt wrote:
> I just installed Debian 2.0 on my Toshiba notebook on Friday, and
> backspace doesn't work in xterm! Perhaps it is just the keyboard on the
> thing [I chose standard 102 key keyboard in the setup]; I have to use C-h
> though. Suggestions?

Please check that the X keyboard extension is enabled; the backspace/delete
fix is only implemented when XKB is enabled.

Ray
-- 
POPULATION EXPLOSION  Unique in human experience, an event which happened 
yesterday but which everyone swears won't happen until tomorrow.  
- The Hipcrime Vocab by Chad C. Mulligan 


Re: No Backspace in X

1998-08-09 Thread Hamish Moffatt
On Sun, Aug 09, 1998 at 11:48:28AM +0200, [EMAIL PROTECTED] wrote:
> On Fri, Aug 07, 1998 at 10:40:22PM -0500, Matthew Myers wrote:
> [backspace problem in X]
> > Here is my setup:
> > 
> > Debian 1.3.1
> 
> Please consider upgrading to Debian 2.0 . In 2.0, consistent handling of
> backspace and delete under X has been implemented.

I just installed Debian 2.0 on my Toshiba notebook on Friday,
and backspace doesn't work in xterm! Perhaps it is just the keyboard
on the thing [I chose standard 102 key keyboard in the setup];
I have to use C-h though. Suggestions?

thanks,
Hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


Re: No Backspace in X

1998-08-09 Thread jdassen
On Fri, Aug 07, 1998 at 10:40:22PM -0500, Matthew Myers wrote:
[backspace problem in X]
> Here is my setup:
> 
> Debian 1.3.1

Please consider upgrading to Debian 2.0 . In 2.0, consistent handling of
backspace and delete under X has been implemented.

HTH,
Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


Re: No Backspace in X

1998-08-09 Thread Brian May
In article <[EMAIL PROTECTED]> you write:
>On Fri, 7 Aug 1998, Matthew Myers wrote:
>
>> I am having trouble with my backspace key in X.  It acts as the delete
>> key rather than the backspace, deleting characters after the cursor
>> rather than backspacing over them. 
>
>Hi,
>
>edit /etc/X11/Xmodmap and put something like this:
>
>keycode 22 = BackSpace
>keycode 107 = Delete
>
>You are using Debian 1.3? I have installed Debian 2.0 and it exhibits the
>same problem... at least for me. I have to add the above so that I can use
>the Backspace and the Delete key. 

You shouldn't have to do this, it might indicate something else is wrong
with your system/setup.

What output do you get from the following commands?
stty -a
echo $TERM
dpkg -l ncurses-base


Re: No Backspace in X

1998-08-08 Thread Bob Nielsen
I had a similar problem (only in netscape).  I installed xkeycaps and
defined backspace there, which fixed it.

Bob

On Fri, 7 Aug 1998, Matthew Myers wrote:

> I am having trouble with my backspace key in X.  It acts as the delete key
> rather than the backspace, deleting characters after the cursor rather than
> backspacing over them.
> 
> This only occurs in X apps, not in the xterm windows.  For example Netscape,
> XPaint, etc...
> 
> Anyone know how to fix this problem.  Everything is set to default as far as
> I can see.  I have noticed that every once in a great while, the backspace
> works properly but not often.
> 
> Here is my setup:
> 
> Debian 1.3.1
> Kernel Version 2.0.33
> XFree86 R6
> FVWM2
> 
> 
> 
> --  
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: No Backspace in X

1998-08-08 Thread A. M. Varon
On Fri, 7 Aug 1998, Matthew Myers wrote:

> I am having trouble with my backspace key in X.  It acts as the delete
> key rather than the backspace, deleting characters after the cursor
> rather than backspacing over them. 

Hi,

edit /etc/X11/Xmodmap and put something like this:

keycode 22 = BackSpace
keycode 107 = Delete

You are using Debian 1.3? I have installed Debian 2.0 and it exhibits the
same problem... at least for me. I have to add the above so that I can use
the Backspace and the Delete key. 

regards,

== == Andre M. Varon  Lasaltech Incorporated
== == Technical Head  Fax-Tel: (034)435-0836
== = ==
==== ==   E-mail  : [EMAIL PROTECTED]
 ==   WebPage : http://andre.lasaltech.com


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


No Backspace in X

1998-08-08 Thread Matthew Myers
I am having trouble with my backspace key in X.  It acts as the delete key
rather than the backspace, deleting characters after the cursor rather than
backspacing over them.

This only occurs in X apps, not in the xterm windows.  For example Netscape,
XPaint, etc...

Anyone know how to fix this problem.  Everything is set to default as far as
I can see.  I have noticed that every once in a great while, the backspace
works properly but not often.

Here is my setup:

Debian 1.3.1
Kernel Version 2.0.33
XFree86 R6
FVWM2



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: Backspace in X?

1998-02-04 Thread Gergely Madarasz
On Wed, 4 Feb 1998, Adam Heath wrote:

> -BEGIN PGP SIGNED MESSAGE-
> 
> How do I get backspace to work in X?  I would like bspc/del to work in
> xterm/bash like bash on the console.  Also, bspc doesn't function AT ALL in
> staroffice.
> 
> I have no idea where to look for this.  Txs in advance.

If you're using Xkb, then I dont know... in case of good old xmodmap:

[EMAIL PROTECTED]:~$ grep BackSpace /etc/X11/Xmodmap
keycode 0x16 =  BackSpace

It should probably be in the default Xmodmap...

Greg

--
Madarasz Gergely   [EMAIL PROTECTED] [EMAIL PROTECTED]
  It's practically impossible to look at a penguin and feel angry.
  Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
  HuLUG: http://www.cab.u-szeged.hu/local/linux/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Backspace in X?

1998-02-04 Thread Adam Heath
-BEGIN PGP SIGNED MESSAGE-

How do I get backspace to work in X?  I would like bspc/del to work in
xterm/bash like bash on the console.  Also, bspc doesn't function AT ALL in
staroffice.

I have no idea where to look for this.  Txs in advance.

Adam


-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv

iQCVAwUBNNjnyGtDcajeZWsFAQGL3AP/TjzT74G8Ikl8+8rFWhORX1xEBqGk6vIG
JDtsCpmG6Dj6Siyu1OlRChEWmyiUOFNkuvMFiVmmz+Y6T6fvUMH1PuIRDTj5+a4A
kcIn7GIa65HgBaZhfrt/L9z1MWnCB+zSVEy/siJq07gF43RZDwYNIvwPV2mD9JEh
Bnx5UlGJZJg=
=9TA9
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .