From owner-freebsd-current Fri Feb 16 03:19:38 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA28713 for current-outgoing; Fri, 16 Feb 1996 03:19:38 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA28706 for ; Fri, 16 Feb 1996 03:19:34 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id DAA01123; Fri, 16 Feb 1996 03:17:54 -0800 (PST) Date: Fri, 16 Feb 1996 03:17:54 -0800 (PST) Message-Id: <199602161117.DAA01123@silvia.HIP.Berkeley.EDU> To: j@uriah.heep.sax.de CC: coredump@nervosa.com, current@FreeBSD.org In-reply-to: <199602151734.SAA01604@uriah.heep.sax.de> (message from J Wunsch on Thu, 15 Feb 1996 18:34:48 +0100 (MET)) Subject: changing repeat rate from X (Re: hmm) From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-current@FreeBSD.org Precedence: bulk * Subject: Re: hmm Can you please come up with a more appropriate subject? * > Anyone have any insight on changing the keyboard rate from/for X? * * The AutoRepeat keyword in XF86Config does the trick. You can only * turn it on/off while X is running (with xset). Well, kbdcontrol -r {slow,normal,fast} < /dev/ttyv0 works for me too. Satoshi