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 1QztYa-00012t-EB for garchives@archives.gentoo.org; Sat, 03 Sep 2011 16:59:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93C2E21C12B; Sat, 3 Sep 2011 16:58:48 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 5379521C0EA for ; Sat, 3 Sep 2011 16:57:47 +0000 (UTC) Received: by wwf25 with SMTP id 25so3641070wwf.10 for ; Sat, 03 Sep 2011 09:57:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=42GJZ/x39rwlR9VNiDPDJOftWSpdaQY0kRPnsMc9lF4=; b=JBOgNobD0HR4u0EWSc1PUlw+0kBpKziHB3tS0fVmjVqesfa5lqEKpYjTuNgVBBoivH U0xrS808OTw+lhEDK2Uu5pUmFaLegQin8cIzaswcjNTVgiaDKEKzoQN5QlFGSqveEEDg 7qr0iqY+dVodNxupJ1ZZkSojAfcIKC52ruU+4= Received: by 10.216.145.1 with SMTP id o1mr2070502wej.68.1315069066462; Sat, 03 Sep 2011 09:57:46 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id b3sm2538380wbp.10.2011.09.03.09.57.44 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Sep 2011 09:57:45 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] xorg.xonf, Input_class keyboard Date: Sat, 3 Sep 2011 17:57:32 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.39-gentoo-r3; KDE/4.6.5; x86_64; ; ) References: <20110903031532.GA3174@solfire> In-Reply-To: <20110903031532.GA3174@solfire> 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="nextPart1686121.KTtGLqBvqo"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201109031757.43181.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: d3eb34f8f76840286bbbf7a8b4d2173d --nextPart1686121.KTtGLqBvqo Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Saturday 03 Sep 2011 04:15:32 meino.cramer@gmx.de wrote: > Hi, >=20 > in my xorg.conf I have set this: >=20 >=20 > Section "InputClass" > Identifier "keyboard-all" > Driver "evdev" > # Option "XkbOptions"=20 > "ctrl:nocaps,compose:ralt,terminate:ctrl_alt_bksp" Option "XkbOptions" > "terminate:ctrl_alt_bksp,caps:super" > MatchIsKeyboard "on" > EndSection Does: Option "XkbOptions" "terminate:ctrl_alt_bksp" on its own work? On one box of mine I had to add: MatchDevicePath "/dev/input/event*" Also, check that you have not any old conflicting directives in Section=20 "ServerLayout", like e.g. InputDevice "Keyboard0" "CoreKeyboard" =2D-=20 Regards, Mick --nextPart1686121.KTtGLqBvqo Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk5iXIcACgkQVTDTR3kpaLYQmgCfVO28cgvXnLZE7cpwY7ObMOUP KY0AoPrh4uXeM77f9+tfXSahGc0tcmx5 =Zlpa -----END PGP SIGNATURE----- --nextPart1686121.KTtGLqBvqo--