From owner-freebsd-questions Mon May 19 15:20:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA23046 for questions-outgoing; Mon, 19 May 1997 15:20:20 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA23036 for ; Mon, 19 May 1997 15:20:17 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id RAA00378; Mon, 19 May 1997 17:22:12 -0500 (CDT) Message-Id: <199705192222.RAA00378@iworks.InterWorks.org> Date: Mon, 19 May 1997 17:22:12 -0500 (CDT) From: "Daniel M. Eischen" To: questions@FreeBSD.ORG, r3cgm@cdrom.com Subject: Re: FreeBSD keyboard ioctl troubles Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > When I try to run /usr/sbin/kbdcontrol (in FreeBSD v2.2.1) I get the > error message: > > [hornet.cdrom.com : root] /usr/sbin - kbdcontrol -r fast > setting keyboard rate: Inappropriate ioctl for device > > Do you know why this wouldn't be working? You're not doing this from X windows are you? If so, you want to modify your XF86Config file to add AutoRepeat in the Keyboard section. # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line # Protocol "Xqueue" AutoRepeat 250 1000 # Let the server do the NumLock processing. This should only be required # when using pre-R6 clients # ServerNumLock [ etc ] Dan Eischen deischen@iworks.InterWorks.org