From owner-freebsd-x11@FreeBSD.ORG Fri Jan 18 21:33:27 2008 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF1A16A46B for ; Fri, 18 Jan 2008 21:33:27 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.bluestop.org (unknown [IPv6:2001:41c8:1:548a::2]) by mx1.freebsd.org (Postfix) with ESMTP id CD95913C45D for ; Fri, 18 Jan 2008 21:33:26 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.draftnet (unknown [IPv6:2a01:348:10f:0:219:b9ff:fe54:f04a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTP id 167783031E for ; Fri, 18 Jan 2008 21:33:25 +0000 (GMT) Message-ID: <47911B0B.2010406@cran.org.uk> Date: Fri, 18 Jan 2008 21:32:59 +0000 From: Bruce Cran User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Keyboard repeat problem on an Inspiron 1501 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 21:33:27 -0000 I'm seeing a problem on my laptop with FreeBSD 7.0-RC1 and xorg 7.3 - but the problem's been around for a few months. When I keep a key held down it'll repeat at most around 10 times before stopping. Often it won't even repeat at all, and I have to keep pressing the key again each time, which is quite annoying. My keyboard settings in xorg.conf: Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection I've checked it's not a problem with the keyboard by switching back to the text console; the keys repeat properly there. Has anyone else come across this issue? -- Bruce