Gentoo Archives: gentoo-user

From: Zeerak Waseem <zeerak.w@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ctrl+Alt+bksp in Xorg
Date: Mon, 26 Oct 2009 22:55:50
Message-Id: op.u2fja1wiagyv58@zeerak
In Reply to: [gentoo-user] Ctrl+Alt+bksp in Xorg by Mick
1 try adding this to your xorg.conf:
2
3
4 Section "Serverflags"
5 Option "DontZap" "False"
6 EndSection
7
8
9 On Mon, 26 Oct 2009 23:45:07 +0100, Mick <michaelkintzios@×××××.com> wrote:
10
11 > I have been trying to get this to work for some time now. I have
12 > followed
13 > this upgrade guide and modified my
14 >
15 > /etc/hal/fdi/policy/10-xinput-configuration.fdi
16 >
17 > to include
18 >
19 > <merge key="input.xkb.options"
20 > type="string">terminate:ctrl_alt_bksp</merge>
21 >
22 > This didn't work, so I looked further and found out that the
23 > input.xkb.options
24 > is deprecated and instead I should use:
25 >
26 > <merge key="input.x11_options.XkbOptions"
27 > type="string">terminate:ctrl_alt_bksp</merge>
28 >
29 > as detailed in here:
30 >
31 > http://cgit.freedesktop.org/xorg/xserver/tree/config/x11-input.fdi
32 >
33 > Anyway, neither will work. Is there any other syntax I should try, or is
34 > perhaps 10-xinput-configuration.fdi the wrong file for this?
35
36
37 --
38 Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Replies

Subject Author
Re: [gentoo-user] Ctrl+Alt+bksp in Xorg Mick <michaelkintzios@×××××.com>