From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 16:31:56 2005 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 2EB7916A4CE for ; Wed, 23 Mar 2005 16:31:56 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC57843D31 for ; Wed, 23 Mar 2005 16:31:55 +0000 (GMT) (envelope-from tom@vilot.com) Received: from vilot.com (c-24-8-184-241.client.comcast.net [24.8.184.241]) (authenticated bits=0) by fusion.vilot.net (8.13.1/8.12.9) with ESMTP id j2NGVjhp074714; Wed, 23 Mar 2005 10:31:46 -0600 (CST) (envelope-from tom@vilot.com) Received: by vilot.com (sSMTP sendmail emulation); Wed, 23 Mar 2005 09:31:08 -0700 From: "Tom Vilot" Date: Wed, 23 Mar 2005 09:31:08 -0700 To: Christopher Nehren Message-ID: <20050323163107.GC644@vilot.com> References: <20050322153446.GA920@vilot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Organization: 3Dimentia, Inc. Mailer: mutt for FreeBSD cc: freebsd-questions@freebsd.org Subject: Re: Keyboard Repeat Rate 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, 23 Mar 2005 16:31:56 -0000 > Do you mean that you have your system set to load X immediately upon > booting, and that you do not set the keyboard repeat rate before then? No, I boot into terminal mode and then log in and then issue startx. What happens for me currently is that I start up x and they key repeat rate is too slow. Even if I issue kbdcontrol -r fast before starting x. > If so, put the following in /etc/rc.conf: > keyrate="fast" Okay. I'll try that.