Skip site navigation (1)Skip section navigation (2)
Date:      04 May 2002 01:59:37 +1000
From:      Mark Sergeant <sarge@snsonline.net>
To:        Scott Augustus <scott@visgen.com>
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Keyboard character repeat problem
Message-ID:  <1020441577.482.4.camel@xyzzy.intranet.snsonline.net>
In-Reply-To: <200205031150.43673.scott@visgen.com>
References:  <200205031150.43673.scott@visgen.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Unforutunately the latest portege's and satellites from toshiba have
badly broken keyboards under X. I use a combination of the following two
things to get my onboard keyboard working happily...

 
#
# /usr/X11R6/lib/X11/xkb/X0-config.keyboard
#
# This should help with the Toshiba internal keyboard
# reppeattt problem in XFree86.
#
# 31.01.2002 Teemu Rinta-aho <teemu@rinta-aho.org>
#
Rules                    =      "xfree86"
RepeatDelay              =      500
RepeatInterval           =      50
DebounceDelay            =      10
AccessXTimeout           =      0
Controls                +=      BounceKeys


And I also load a simple shell script in my .xsession / .xinitrc which
contains the following...

 cat bin/xkbset.sh 

#!/bin/sh
while true
do
/usr/X11R6/bin/xkbset bo 40
sleep 60
done

This should help you out a bit. There is talk of a proper patch for X
appearing in X4.3 which would be great but for now this makes things
livable as otherwise the toshiba portege and satellite's are brilliant
machines.

Cheers,

Mark

On Sat, 2002-05-04 at 01:50, Scott Augustus wrote:
> Hello all,
> 
> I'm currently having some strange keyboard trouble on my Toshiba Sat Pro 6000.  
> When I use my USB keyboard everything is just dandy.  However, when I use the 
> built-in keyboard in X I get very strange keyboard activity.  Normal typing 
> produces repeated characters. 
> 
> For example if I type a quick 'ls' at the prompt, I most often get either lls 
> or lss as a result.  This does not happen with my USB keyboard, nor if I type 
> *very* slowly and deliberately.. and no this is not my fat fingers!!!  I've 
> played with the repeat character options for KDE etc to no avail.
> 
> Help!?!
> 
> Scott
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-mobile" in the body of the message
> 
> 
-- 
Mark Sergeant
Senior Unix Systems Administrator

SNSOnline Technical Services
.:E - msergeant@snsonline.net
.:P - +61 (0) 4127 14263
.:D - http://www.snsonline.net/disclaimer/ 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1020441577.482.4.camel>