From owner-freebsd-mobile Wed Apr 10 23:23: 3 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from van-laarhoven.org (ap-z-5ab8.adsl.wanadoo.nl [212.129.218.184]) by hub.freebsd.org (Postfix) with SMTP id 389CA37B449 for ; Wed, 10 Apr 2002 23:21:10 -0700 (PDT) Received: (qmail 31091 invoked from network); 11 Apr 2002 06:21:06 -0000 Received: from heather.van-laarhoven.org (10.66.0.2) by uitsmijter.van-laarhoven.org with SMTP; 11 Apr 2002 06:21:06 -0000 Date: Thu, 11 Apr 2002 08:21:06 +0200 (CEST) From: Nick Hibma To: Tom Beer Cc: "freebsd-mobile@freebsd.org" Subject: Re: Vaio Z600ne usb mouse In-Reply-To: <005701c1bf64$ca1b34e0$0901a8c0@system> Message-ID: <20020411081905.G31033-100000@heather.van-laarhoven.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Add USB support to your kernel kldload usb kldload ums or add it in your kernel config. Run usbd or switch it on in /etc/rc.conf (usbd_enable="YES"). and then use the following entry in X86Config: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection or something along those lines and that should make it work. Nick On Wed, 27 Feb 2002, Tom Beer wrote: > Hi, > > I searched the web how to run a usb mouse > under X with no luck. Can anyone point me > to some resources? > > Thanks Tom > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > -- n_hibma@van-laarhoven.org http://www.van-laarhoven.org/ n_hibma@FreeBSD.org http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message