Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: I want my Ctrl+Alt+Backspace back
Date: Tue, 20 Apr 2010 20:27:49
Message-Id: 201004202127.10899.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Re: I want my Ctrl+Alt+Backspace back by Harry Putnam
1 On Tuesday 20 April 2010 16:30:18 Harry Putnam wrote:
2 > Mick <michaelkintzios@×××××.com> writes:
3 > > The 'new' way of setting it up without a xorg.conf file is to set it up
4 > > in your /etc/hal/fdi/policy/10-keymap.fdi like so:
5 > >
6 > > <merge key="input.xkb.options"
7 > > type="string">terminate:ctrl_alt_bksp</merge>
8 > >
9 > > Read more details here:
10 > >
11 > > http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.6-upgrade-guide
12 > >.xml
13 >
14 > I am running hal, but if I enter the suggested line:
15 >
16 > (all on one line [wrapped for mail here])
17 > <merge key="input.xkb.options"
18 > type="string">terminate:ctrl_alt_bksp</merge>
19 >
20 > into /etc/hal/fdi/policy/10-keymap.fdi
21 >
22 > And it is the only line in there.
23 > (Maybe there is supposed to be some header type lines above it?)
24 >
25 > C+A+bkspc still doesn't kill X.
26 >
27 > It seems to have no effect at all when in xorg.conf as suggested or
28 > /etc/hal/fdi/policy/10-keymap.fdi as suggested.
29 >
30 > ------- --------- ---=--- --------- --------
31 >
32 > The only things I've tried that work are
33 > 1) From that same page of tips:
34 > setxkbmap -option terminate:ctrl_alt_bksp
35 > That kills X instantly
36 >
37 > 2) my own concoction:
38 > kill -TERM `ps wwaux|awk '/[X].*noliste[n]/{print $2}'`
39 >
40 > Also instantly kills X
41
42 I think you did not read the link properly. You are meant to copy the
43 relevant .fdi file from /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi to
44 /etc/hal/fdi/policy/10-keymap.fdi and then modify the last paragraph:
45
46 <merge key="input.xkb.layout" type="string">us</merge>
47 <merge key="input.xkb.options"
48 type="string">terminate:ctrl_alt_bksp</merge>
49 <merge key="input.xkb.variant" type="string" />
50
51 by the adding the above line starting with type= ...
52
53 If this is not clear please let me know and I will have to post the whole
54 content of the file.
55 --
56 Regards,
57 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: I want my Ctrl+Alt+Backspace back Harry Putnam <reader@×××××××.com>