From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N2fiy-0005yT-Ri for garchives@archives.gentoo.org; Tue, 27 Oct 2009 06:40:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFEE5E072F; Tue, 27 Oct 2009 06:40:06 +0000 (UTC) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E0EFE072F for ; Tue, 27 Oct 2009 06:40:06 +0000 (UTC) Received: by ewy2 with SMTP id 2so374609ewy.34 for ; Mon, 26 Oct 2009 23:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=bd/lma6d61+nAfm0t7tzo7PAXAY+UM9VTQ5of+3TK2I=; b=gcTUiYqwco5iY4kk+S4/s6EH7h/UthVtWLfqEC1gRDNmdVVTDyuDWYWqzDMKG33mDT JZ6rYoGIHSXuPHP1WziMLO1BDaTeOWYz8dXof3XiRr165M9WWXIHdQEfsh12bjLVw6Im QY25QZcxOYOIl7NIGdDaOgkDOavnE00jKqqN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=Rhd7gBKfJt9+Ge+V5tW/9I5Ezl5QArmekkKPyoB6x+jTG3IsO2+hmvvlwDjBH9MFWU I5bQieAIChDdUuVl9ZjfjsAHGmt1jHD7a+4gMYNsYIuvqTcYy78oaczmpC/yQbr9uhdf cqyGVvfkwF1YhxmXrJn1BFj6ug0o8j3CUqmXg= Received: by 10.211.147.10 with SMTP id z10mr8394152ebn.61.1256625605840; Mon, 26 Oct 2009 23:40:05 -0700 (PDT) Received: from lappy.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id 28sm566493eye.47.2009.10.26.23.40.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Oct 2009 23:40:04 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Ctrl+Alt+bksp in Xorg Date: Tue, 27 Oct 2009 06:39:44 +0000 User-Agent: KMail/1.12.1 (Linux/2.6.30-gentoo-r8; KDE/4.3.1; i686; ; ) References: <200910262245.19071.michaelkintzios@gmail.com> <200910270107.37306.alan.mckinnon@gmail.com> In-Reply-To: <200910270107.37306.alan.mckinnon@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2542917.ubHQ03rKBo"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200910270639.55875.michaelkintzios@gmail.com> X-Archives-Salt: d9c8c3b6-f9aa-4162-b138-7afe887fc6c5 X-Archives-Hash: 167830f5867f148ca4c6c8894f2654bb --nextPart2542917.ubHQ03rKBo Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable On Monday 26 October 2009 23:07:37 Alan McKinnon wrote: > On Tuesday 27 October 2009 00:45:07 Mick wrote: > > I have been trying to get this to work for some time now. I have > > followed this upgrade guide and modified my > > > > /etc/hal/fdi/policy/10-xinput-configuration.fdi > > > > to include > > > > > type=3D"string">terminate:ctrl_alt_bksp > > > > This didn't work, so I looked further and found out that the > > input.xkb.options is deprecated and instead I should use: > > > > > type=3D"string">terminate:ctrl_alt_bksp > > > > as detailed in here: > > > > http://cgit.freedesktop.org/xorg/xserver/tree/config/x11-input.fdi > > > > Anyway, neither will work. Is there any other syntax I should try, or = is > > perhaps 10-xinput-configuration.fdi the wrong file for this? >=20 > This config works for me: >=20 > $ cat /etc/hal/fdi/policy/10-x11-input.fdi > > > >=20 > > > evdev > >=20 > > > mouse > string=3D"Linux"> > evdev > > >=20 > > string=3D"Linux"> > evdev > > >=20 > > mouse > string=3D"Linux"> > evdev > > >=20 > > > keyboard > string=3D"Linux"> > evdev > type=3D"string">terminate:ctrl_alt_bksp > > > > >=20 Thanks Alan, I can't see mine being that different to be honest, other than= =20 using the file /../policy/10-xinput-configuration.fdi instead of your=20 /../policy/10-x11-input.fdi to make these entries. Would that be important= ? =20 I can get the:=20 grp:alt_shift_toggle,grp_led:scroll,compose:menu work, or I can get the: terminate:ctrl_alt_bksp =20 work, but not both at the same time. Here's my configuration in case you can see something amiss: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D # cat /etc/hal/fdi/policy/10-xinput-configuration.fdi =20 [1] pc105 gb,el grp:alt_shift_toggle,grp_led:scroll,compose:menu terminate:ctrl_alt_bksp =20 =20 synaptics=20 true true true 1 1 =20 =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D [1] I had this as: [2] I also tried: terminate:ctrl_alt_bksp =2D-=20 Regards, Mick --nextPart2542917.ubHQ03rKBo Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEABECAAYFAkrmlbsACgkQVTDTR3kpaLa+xwCggbaXJqVD7svfKltI3QNccmgS Vx8AoPQhlp3I07uDGJB2p4hZBNBfiD/F =rOnU -----END PGP SIGNATURE----- --nextPart2542917.ubHQ03rKBo--