From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 17:20:27 2003 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 6913937B401 for ; Fri, 18 Apr 2003 17:20:27 -0700 (PDT) Received: from users.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64CDA43FBD for ; Fri, 18 Apr 2003 17:20:26 -0700 (PDT) (envelope-from munk@users.munk.nu) Received: from users.munk.nu (munk@localhost [127.0.0.1]) by users.munk.nu (8.12.9/8.12.9) with ESMTP id h3J0LIjQ077942 for ; Sat, 19 Apr 2003 01:21:18 +0100 (BST) (envelope-from munk@users.munk.nu) Received: (from munk@localhost) by users.munk.nu (8.12.9/8.12.8/Submit) id h3J0LIWb077941 for questions@freebsd.org; Sat, 19 Apr 2003 01:21:18 +0100 (BST) Date: Sat, 19 Apr 2003 01:21:18 +0100 From: Jez Hancock To: questions@freebsd.org Message-ID: <20030419002118.GA77630@users.munk.nu> Mail-Followup-To: questions@freebsd.org References: <20030418164448.L28578@wonkity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030418164448.L28578@wonkity.com> User-Agent: Mutt/1.4.1i Subject: Re: Console key repeat rate zapped by X 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: Sat, 19 Apr 2003 00:20:27 -0000 On Fri, Apr 18, 2003 at 04:52:54PM -0600, Warren Block wrote: > Key repeat rate on the console is fine using kbdcontrol -r fast or > keyrate="fast" in /etc/rc.conf. > > However, when X quits or restarts, it resets the console repeat rate to > either normal or slow (it feels like slow, either way). > > Is there a way to get X to just leave the console key repeat rate alone? I'm not sure about that, but I have my server console connected to a dataswitch that means the kbd rate gets messed up everytime I switch to another machine... I have a simple shell script setup called 'kbdrate' I put in a file /usr/local/bin/kbdrate that's easy enough to execute: kbdcontrol -r 250.34 Cheers, Jez