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 1R2iG6-00049r-Jy for garchives@archives.gentoo.org; Sun, 11 Sep 2011 11:31:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E460421C0D5; Sun, 11 Sep 2011 11:31:21 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by pigeon.gentoo.org (Postfix) with SMTP id 7B5B421C0A0 for ; Sun, 11 Sep 2011 11:29:51 +0000 (UTC) Received: (qmail invoked by alias); 11 Sep 2011 11:29:50 -0000 Received: from p548513A3.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.19.163] by mail.gmx.net (mp034) with SMTP; 11 Sep 2011 13:29:50 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX18YqBAk5QEY4KMf5jZ2PPBixmZSlKIkOqDhSFhKPI +cCsg8QShwMk42 Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sun, 11 Sep 2011 13:29:50 +0200 (CEST) Date: Sun, 11 Sep 2011 13:29:50 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] X keyboard model insists of being "pc104" Message-ID: <20110911112950.GA21260@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: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: 059f19109c2c4caafb35811cf2dc481d Hi, when doing a setxkbmap -v -query I get: Trying to build keymap using the following components: keycodes: evdev+aliases(qwerty) types: complete compat: complete symbols: pc+us(altgr-intl)+inet(evdev)+capslock(none) geometry: pc(pc104) xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+us(altgr-intl)+inet(evdev)+capslock(none)" }; xkb_geometry { include "pc(pc104)" }; }; beside other things, my keyboard is recognized as pc104 keyboard. This is not true :) -- it is definetly a pc101 one (IBM Model M US-Ansi). I copied /etc/X11/xorg.conf.d/10-evdev.conf to /etc/X11/xorg-conf.d/99-evdev.conf and edited it to this one: Section "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "XKbModel" "pc101" Option "xkb_layout" "us" Option "XkbLayout" "us" Option "XKbVariant" "altgr-intl" EndSection The relevant part of xorg.conf says: Section "InputClass" Identifier "IBM MODEL M" Driver "evdev" Option "XkbModel" "evdev" Option "XkbLayout" "us" Option "XkbVariant" "altgr-intl" Option "XkbOptions" "caps:none" MatchIsKeyboard "on" EndSection there is no ~/.xmodmap or ~/.Xmodmap at $HOME... The keyboard works so far as I can tell, but xkeycaps reports wrong keys. What part of my Linux box is thinking a Model M has 104 keys? How can I get rid of those additional three keys? ;-) Best regards, mcc