Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 08:21:06 +0200 (CEST)
From:      Nick Hibma <n_hibma@van-laarhoven.org>
To:        Tom Beer <mailings@analogon.com>
Cc:        "freebsd-mobile@freebsd.org" <freebsd-mobile@freebsd.org>
Subject:   Re: Vaio Z600ne usb mouse
Message-ID:  <20020411081905.G31033-100000@heather.van-laarhoven.org>
In-Reply-To: <005701c1bf64$ca1b34e0$0901a8c0@system>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020411081905.G31033-100000>