From owner-freebsd-mobile@FreeBSD.ORG Thu May 8 14:39:16 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5663237B401; Thu, 8 May 2003 14:39:16 -0700 (PDT) Received: from horse09.daimi.au.dk (horse09.daimi.au.dk [130.225.18.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75BF43F93; Thu, 8 May 2003 14:39:14 -0700 (PDT) (envelope-from rhazn@daimi.au.dk) Received: (from rhazn@localhost) by horse09.daimi.au.dk (8.11.6/8.11.6) id h48LdBQ09000; Thu, 8 May 2003 23:39:11 +0200 Date: Thu, 8 May 2003 23:39:11 +0200 From: Peter Gade Jensen To: arno@heho.snv.jussieu.fr Message-ID: <20030508213911.GA8706@horse09.daimi.au.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-GPG-Fingerprint: 33AF B563 58F1 04AB 417E AA69 06C6 32AC 5AD1 6815 X-GPG-URL: http://daimi.au.dk/~rhazn/gpgkey.asc cc: freebsd-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: mmake / maake (Toshiba Satelite 6000 X11 keyboard weirdness) X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2003 21:39:16 -0000 On Thu, May 08, 2003 at 11:02:33PM +0200, arno@heho.snv.jussieu.fr wrote: > I rrun -curreent on a Toshiba sattellite Pro 6000 for over > a month with no particular problem, other than a very > irrittating "keyboard echo" when in X11 mode. The ever so irritating toshiba-keyboard-fuckup. Put the following in a file, chmod +x it and load it from ~/.xinitrc when you start X. You need to install xkbset though. if [ -x /usr/X11R6/bin/xkbset ]; then xkbset m xkbset exp =m xkbset sl 5 xkbset exp =sl xkbset -f slowaccept xkbset exp =f =slowaccept fi /Peter -- If God had a beard, he'd be a UNIX programmer.