From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 10:32:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A542A37B401 for ; Wed, 2 Jul 2003 10:32:40 -0700 (PDT) Received: from cashbox.kazatelna.cz (cashbox.kazatelna.cz [195.122.193.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BBF43FCB for ; Wed, 2 Jul 2003 10:32:39 -0700 (PDT) (envelope-from tripie@cpan.org) Received: (from trip@localhost) by cashbox.kazatelna.cz (8.11.6/8.11.6) id h62HWXU18912; Wed, 2 Jul 2003 19:32:33 +0200 Date: Wed, 2 Jul 2003 19:32:33 +0200 From: Tomas Styblo To: Pav Lucistnik Message-ID: <20030702173233.GL1586@cashbox.kazatelna.cz> References: <20030702135747.GA353@speedy.unibe.ch> <1057155433.33509.18.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <1057155433.33509.18.camel@pav.hide.vol.cz> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org cc: Tobias Roth Subject: Re: gkrellm-xkb doesnt work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 17:32:41 -0000 * Pav Lucistnik [Wed, 02 Jul 2003]: > V st, 02. 07. 2003 v 15:57, Tobias Roth napsal: > > > I just installed gkrellm-xkb from the ports (1.00 on 5.1 release with > > Xfree86-4.3.0,1 and gkrellm2). I can enable it in gkrellm config, but > > there is no menu entry to configure it. The gkrellm install log says > > it installed just fine. The krell where the flags should be just shows > > a question mark. > > Is my Xfree86Config wrong? > > > > Section "InputDevice" > > Identifier "Inspiron Keyboard" > > Driver "keyboard" > > Option "XkbRules" "xfree86" > > Option "XkbModel" "inspiron" > > Option "XkbLayout" "us" > > EndSection I've also just noticed that this keyboard model defines its own Group name. So it's possible that your CoreKeyboard option is set correctly but gkrellm still is not able to determine what country flag to use. ~~~~~~~~~~~~~~ partial alphanumeric_keys xkb_symbols "inspiron" { name[Group1]= "Laptop/notebook Dell Inspiron 8xxx"; ~~~~~~~~~~~~~~ Unfortunately this Group name apparently overrides the Group name of the "us" layout. I don't know about any work-around. However, I've found by experimentation that with the following configuration the Group names are visible to gkrellm-xkb at least in case when the "cz" or "de" layout is active: Section "InputDevice" Identifier "Inspiron Keyboard" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "inspiron" Option "XkbLayout" "us,de,cz" EndSection Maybe someone with better knowledge of the XKB extension could provide some help. -- Tomas Styblo PGP: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xC97EA4B6