From owner-freebsd-questions@FreeBSD.ORG Mon Sep 20 23:07:45 2004 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 A256216A4CE for ; Mon, 20 Sep 2004 23:07:45 +0000 (GMT) Received: from chello080110061116.502.15.vie.surfer.at (chello080110061116.502.15.vie.surfer.at [80.110.61.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 272CE43D41 for ; Mon, 20 Sep 2004 23:07:44 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 13794 invoked from network); 20 Sep 2004 23:07:42 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 20 Sep 2004 23:07:42 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Date: Tue, 21 Sep 2004 01:07:19 +0200 User-Agent: KMail/1.7 References: In-Reply-To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409210107.42272.4711@chello.at> cc: Florian Hengstberger Subject: Re: XF86(mis)Config Keyboard 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: Mon, 20 Sep 2004 23:07:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 20 September 2004 21:55, Florian Hengstberger wrote: > Hi! > > I?m new to FreeBSD, so I tried a fully graphical > X setup but as the keyboard settings were not okay, > I copied the keyboard section from an existing > Linux XF86Config file (same system). > Neither the pipe sign nor the delete button > work! Instead of the deleting a tilde is pasted, > pressing the pipe sign takes no effect, the same is true > with all other signs (greater than, less than) of this button. > What?s wrong? > > Section "Input Device" > Driver "Keyboard" > Option "Protocol" "Standard" > Option "XkbLayout" "de" > Option "XkbModell" "pc105" > Option "XkbRules" "xfree86" > Option "XkbVariant" "nodeadkeys" > EndSection > > My keyboard is a standard device (Vendor: Trust), > I?m working with the 5.2 release. > The funny thing about this is, that everything works fine > in the text console! Try to add some lines to your config files: ~/.cshrc: setenv LANG en_US.ISO8859-15 ~/.shrc: LANG=en_US.ISO8859-15 ~/.login_conf: me:\ :charset=iso-8859-15:\ :lang=en_US.ISO8859-15:\ This works for me - if you use german language apps replace "en_US.ISO8859-15" by "de_DE.ISO8859-15". You can find some more infos in 'man setlocale' and 'man environ'. To display your current locale settings use the command 'locale'. Cheers, ch - -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBT2K+09WjGjvKU74RAhGKAJ9JLsyEj0z/3MYYmiSil+3QQgrRNwCfaHsq liukVOnvkfRCmcQsy6MaiiI= =9ymB -----END PGP SIGNATURE-----