public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: I want my Ctrl+Alt+Backspace back
Date: Sun, 18 Apr 2010 22:47:27 +0100	[thread overview]
Message-ID: <201004182247.29164.michaelkintzios@gmail.com> (raw)
In-Reply-To: <hqfsp7$9b6$1@dough.gmane.org>

[-- Attachment #1: Type: Text/Plain, Size: 1775 bytes --]

On Sunday 18 April 2010 22:15:34 Nikos Chantziaras wrote:
> On 04/19/2010 12:07 AM, Harry Putnam wrote:
> > I've seen on this group some time back a few ways, or at least more
> > than 1 as I recall to retain the ability to leave X with
> > Ctrl+Alt_+BKSPC.
> >
> > I'm not finding it now readily.
> >
> > Can someone tell me where that setting may be made.
> >
> > If it has something to do with new way of starting X where we don't
> > need an xorg.conf file... I should say that I still use
> > /etc/X11/xorg.conf (In case that makes a difference)
> >
> > I find trying to leave X with the `logout' menu item provided on the
> > Xfce4 destop, that if X has been running a while is seems to take a
> > very long time to get out of X that way, and possibly not only long
> > but even ever, short of:
> >
> >   kill -TERM `ps wwaux|awk '/X.*\-nolisten tc[p]/{print $2}'`
> >
> > Or killing the pid some other way.
> >
> > The Ctrl+alt+bkspc was a much nicer fallback.
> 
> The only way I could find that works was an option for it in KDE4's
> keyboard layout settings.  KDE was nice enough to explain what it is
> doing under the hood though, which is adding:
> 
>    -option terminate:ctrl_alt_bksp
> 
> to the "setxkbmap" command it uses to apply the keyboard settings.

In your xorg.conf you need:

Section "InputDevice"
  [snip ...]
  Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

The 'new' way of setting it up without a xorg.conf file is to set it up in 
your /etc/hal/fdi/policy/10-keymap.fdi like so:

 <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>

Read more details here:

http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.6-upgrade-guide.xml

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-04-18 22:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18 21:07 [gentoo-user] I want my Ctrl+Alt+Backspace back Harry Putnam
2010-04-18 21:15 ` [gentoo-user] " Nikos Chantziaras
2010-04-18 21:47   ` Mick [this message]
2010-04-18 22:16     ` Nikos Chantziaras
2010-04-19  0:19       ` Harry Putnam
2010-04-19  0:28         ` Harry Putnam
2010-04-19  7:36           ` Mick
2010-04-19  9:22           ` YoYo siska
2010-04-19 14:52         ` Paul Hartman
2010-04-20 15:30     ` Harry Putnam
2010-04-20 20:26       ` Mick
2010-04-21  0:44         ` Harry Putnam
2010-04-21  6:10           ` Mick
2010-04-22 23:56             ` Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201004182247.29164.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox