Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DontZap and Ctrl+Alt+Bs
Date: Tue, 28 Jul 2009 14:11:12
Message-Id: tkrat.6e3683972546de7d@igpm.rwth-aachen.de
In Reply to: Re: [gentoo-user] DontZap and Ctrl+Alt+Bs by Skippy
1 On 28 Jul, Skippy wrote:
2 >
3 >
4 > On Fri, 24 Jul 2009 23:56:58 +0300 (EEST)
5 > Igor Nemilentsev <trezorg@×××××.com> wrote the words:
6 >
7 >> >
8 >> > Greetings, I'm having exactly the same problem and have been trying
9 >> > to fix it.
10 >> >
11 >> > Could you please specify where in xorg.conf you placed
12 >> > setxkbmap -option terminate:ctrl_alt_bksp
13 >> Please enter it in command line.
14 >> > And where is the hal configuration file you inserted
15 >>
16 >> > input.xkb.options terminate:ctrl_alt_bksp
17 >> I have it in /etc/hal/fdi/policy/
18 >> I just added.
19 >>
20 >> <merge key="input.xkb.options"
21 >> type="string">grp:caps_toggle,grp_led:scroll,grp:switch,compose:ralt,terminate:ctrl_alt_
22 >> bksp</merge>
23 >>
24 >
25 >
26 > Thanks so much for the specifics. These still haven't fixed my
27 > system. Does anyone know if this is something the Gentoo developers
28 > are going to fix down the road? Highly annoying, as others have
29 > already mentioned.
30 >
31
32 Here is my complete x11-input.fdi which works just fine.
33
34 <?xml version="1.0" encoding="ISO-8859-1"?>
35 <deviceinfo version="0.2">
36 <device>
37 <match key="info.capabilities" contains="input.keyboard">
38 <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
39 <merge key="input.x11_options.XkbModel" type="string">microsoft</merge>
40 <merge key="input.x11_options.XkbRules" type="string">xorg</merge>
41 <merge key="input.x11_options.XkbLayout" type="string">en_US</merge>
42 <merge key="input.xkb.layout" type="string">en_US</merge>
43 <merge key="input.xkb.model" type="string">microsoft</merge>
44 <merge key="input.xkb.rules" type="string">xorg</merge>
45 <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge></match>
46 </device>
47 </deviceinfo>
48
49 This is with an hal enabled x11-base/xorg-server-1.6.2-r1 and all
50 x11-drivers, especially
51
52 x11-drivers/xf86-input-evdev
53 x11-drivers/xf86-input-keyboard
54 x11-drivers/xf86-input-mouse
55
56 re-emergered after mering xorg-server.
57
58 Helmut.
59
60 --
61 Helmut Jarausch
62
63 Lehrstuhl fuer Numerische Mathematik
64 RWTH - Aachen University
65 D 52056 Aachen, Germany