Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Ctrl+Alt+bksp in Xorg
Date: Mon, 26 Oct 2009 22:45:32
Message-Id: 200910262245.19071.michaelkintzios@gmail.com
1 I have been trying to get this to work for some time now. I have followed
2 this upgrade guide and modified my
3
4 /etc/hal/fdi/policy/10-xinput-configuration.fdi
5
6 to include
7
8 <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
9
10 This didn't work, so I looked further and found out that the input.xkb.options
11 is deprecated and instead I should use:
12
13 <merge key="input.x11_options.XkbOptions"
14 type="string">terminate:ctrl_alt_bksp</merge>
15
16 as detailed in here:
17
18 http://cgit.freedesktop.org/xorg/xserver/tree/config/x11-input.fdi
19
20 Anyway, neither will work. Is there any other syntax I should try, or is
21 perhaps 10-xinput-configuration.fdi the wrong file for this?
22 --
23 Regards,
24 Mick

Attachments

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

Replies

Subject Author
Re: [gentoo-user] Ctrl+Alt+bksp in Xorg Zeerak Waseem <zeerak.w@×××××.com>
Re: [gentoo-user] Ctrl+Alt+bksp in Xorg Alan McKinnon <alan.mckinnon@×××××.com>