From owner-freebsd-current Tue Mar 23 20:21: 7 1999 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id B3DA014BFC for ; Tue, 23 Mar 1999 20:21:03 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:BuQcwu+XHyZjg7UNtyO4KYNvOg8ca/zW@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id NAA11629; Wed, 24 Mar 1999 13:20:38 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id NAA21161; Wed, 24 Mar 1999 13:24:03 +0900 (JST) Message-Id: <199903240424.NAA21161@zodiac.mech.utsunomiya-u.ac.jp> To: Amancio Hasty Cc: current@freebsd.org, nick.hibma@jrc.it, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: usb keyboard? In-reply-to: Your message of "Tue, 23 Mar 1999 20:02:56 PST." <199903240402.UAA68013@rah.star-gate.com> References: <199903240402.UAA68013@rah.star-gate.com> Date: Wed, 24 Mar 1999 13:24:02 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Cool ! > > kbdcontrol -k /dev/kbd1 < /dev/ttyv0 > >Appears to work 8) > > >Now I have to figure out how to add support for my mouse. Got no clue what >protocol does it use . All I know is that is Macally USB mouse is going to be >fun hunting for the mouse protocol 8) No, you don't need to find out protocol :-) Run moused to see how it recognizes the USB mouse: moused -i all -p /dev/ums0 It will print some info. Then start the mouse daemon as: moused -p /dev/ums0 kbdcontrol -m on The mouse pointer is now available in the text console. In order to use the USB mouse in the X session, you tell the X server that the mouse is at /dev/sysmouse and its protocol type is "Auto" Device "/dev/sysmouse" Protocol "Auto" If you decide not to use the mouse daemon and let the X sever directly read from the USB mouse, you still tell the X server the mouse protocol type is "Auto". Device "/dev/ums0" Protocol "Auto" (If you are using XFree86 3.3.1 or earlier, the protocol type is "MouseSystems".) Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message