On 28 Jul, Skippy wrote: > > > On Fri, 24 Jul 2009 23:56:58 +0300 (EEST) > Igor Nemilentsev <[email protected]> wrote the words: > >> > >> > Greetings, I'm having exactly the same problem and have been trying >> > to fix it. >> > >> > Could you please specify where in xorg.conf you placed >> > setxkbmap -option terminate:ctrl_alt_bksp >> Please enter it in command line. >> > And where is the hal configuration file you inserted >> >> > input.xkb.options terminate:ctrl_alt_bksp >> I have it in /etc/hal/fdi/policy/ >> I just added. >> >> <merge key="input.xkb.options" >> >> type="string">grp:caps_toggle,grp_led:scroll,grp:switch,compose:ralt,terminate:ctrl_alt_ >> bksp</merge> >> > > > Thanks so much for the specifics. These still haven't fixed my > system. Does anyone know if this is something the Gentoo developers > are going to fix down the road? Highly annoying, as others have > already mentioned. >
Here is my complete x11-input.fdi which works just fine. <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keyboard"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> <merge key="input.x11_options.XkbModel" type="string">microsoft</merge> <merge key="input.x11_options.XkbRules" type="string">xorg</merge> <merge key="input.x11_options.XkbLayout" type="string">en_US</merge> <merge key="input.xkb.layout" type="string">en_US</merge> <merge key="input.xkb.model" type="string">microsoft</merge> <merge key="input.xkb.rules" type="string">xorg</merge> <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge></match> </device> </deviceinfo> This is with an hal enabled x11-base/xorg-server-1.6.2-r1 and all x11-drivers, especially x11-drivers/xf86-input-evdev x11-drivers/xf86-input-keyboard x11-drivers/xf86-input-mouse re-emergered after mering xorg-server. Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany

