You are not logged in.
Whenever I hit ctrl+alt+backspace, it does not kill X. I have the serverflag DontZap set to false, but it still won't work.
Offline
I've noticed this lately too, know idea what caused it.
Offline
Post this in your .xinitrc file:
setxkbmap -option terminate:ctrl_alt_bksp
Good luck fellas
Offline
Thanks.
I wonder how long it is before that is disabled too and the next workaround has to be found.
Offline
Thanks wankel, haven't tried this yet but it looks promising.
I'm currently living in the console anyway since Xv or something related starting segfaulting my Xorg
I guess I should investigate further but I'm quite happy in the console. Even have a background XD
Offline
In the versions of X.org-server > 1.6.0 they have disabled 'Zapping'.
urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand
Offline
In the versions of X.org-server > 1.6.0 they have disabled 'Zapping'.
> In that discusion it was declared that alt-sysreq-k was "better" [than zap] because
> it's harder to hit accidentally and more reliable due to being implemented
> in the kernel and not X.
... anything more to say?
Offline
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
using the hal method does not work for me
EDIT: im happy with alt-sysrq-k tho.....
Last edited by eldragon (2009-06-08 20:23:53)
Offline
Post this in your .xinitrc file:
setxkbmap -option terminate:ctrl_alt_bksp
Good luck fellas
Thanks, wankel, worked like a charm!
Offline
A late follow-up: none of the methods described in the wiki worked for me. Maybe I got something wrong. But if you are using Gnome, there is now a keyboard option for "killing X", and this is working for me.
Offline
I think it would be a good idea if a moderator made this a sticky topic for a few months. It seems to be popping up regularly lately. If you do a search for "ctrl alt backspace" there are plenty of new threads on this.
Offline
allbluedream thanks for that tip, now it works like it should
Offline
None of the workarounds listed on the wiki or this thread are working for me any more. The .xinitrc, the xorg.conf, the hal method, ctrl alt backspace still doesn't respond. I'm using Fluxbox if that helps.
Offline
Post this in your .xinitrc file:
setxkbmap -option terminate:ctrl_alt_bksp
Good luck fellas
Thanks wankel, it worked perfectly for me too, (Openbox here).
I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!
Offline
Before ctrl+alt+backspace worked for me but now it seems to be changed to
SHIFT+BACKSPACE !!!!
This is really irritating, because I did this a few times by accident. Are there others with this problem?
Offline
shift + backspace has no effect on my system.
I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!
Offline
No problem guys, glad to hear its working out for most of you
hrobeers, try this:
xmodmap -e "keycode 22 = BackSpace BackSpace Terminate_Server"
Offline
i thought you could put this in your xorg.conf and it would work? (not able to test right now)
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Offline
i thought you could put this in your xorg.conf and it would work? (not able to test right now)
Section "ServerFlags" Option "DontZap" "false" EndSection
In addition you need to add either:
<merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
to the keyboard fdi file or run
setxkbmap -option terminate:ctrl_alt_bksp
as is indicated in the wiki.
Offline
The dont zap thing doesnt work anymore, so you only need to use one of the options that Nepherte has mentioned.
Offline
> In that discusion it was declared that alt-sysreq-k was "better" [than zap] because
> it's harder to hit accidentally and more reliable due to being implemented
> in the kernel and not X.
Isn't it smarter to start using this one instead of ctrl-alt-backspace if they are going to get rid of all workarounds? Or is there any differences between the two commands?
Offline
None of the above works for me. What can be done?
Ørjan Pettersen
Offline
I only needed to put the following in my .xinitrc:
setxkbmap -option terminate:ctrl_alt_bksp &
With no editing or additions anywhere else & it works perfectly. I use Openbox if it matters.
I don't agree that "Ctrl + Alt + Backspace" is easy to hit accidentally, I have never done it since 1986!
I don't know why this change was made?
Either way I can live with it & will adapt when I have no other choice.
Last edited by handy (2009-09-07 23:44:40)
I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!
Offline
I prefer using alt + ctrl + bksp .. but I have to confess. I did press those keys accidentally once!
I was using mc on a gnome-terminal, alt + ctrl and a letter to find a directory. Hit the wrong key ... guess what I did next -.-
But I still have alt + ctrl + bksp enabled!
Offline