From owner-freebsd-x11@FreeBSD.ORG Wed Oct 20 01:54:56 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15AB16A4CE for ; Wed, 20 Oct 2004 01:54:56 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD4A43D41 for ; Wed, 20 Oct 2004 01:54:56 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so404407rnk for ; Tue, 19 Oct 2004 18:54:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JjHb7BupcQwV3pKq2akMkM2opPYASZaiKmlRm1CYOw6lXJLpfSGLKibM8dppF4k2en7zZdoo63qRTPJSnipk7WWyKBMPqYp3IoVXC66+9ScYAaGax2SOgw+jK8blxoUbQ+Is8BkPF2aj/n4NIfbqWWDrKczGjuu3L0fATW71J/k Received: by 10.38.152.46 with SMTP id z46mr345013rnd; Tue, 19 Oct 2004 18:54:55 -0700 (PDT) Received: by 10.38.72.65 with HTTP; Tue, 19 Oct 2004 18:54:55 -0700 (PDT) Message-ID: Date: Wed, 20 Oct 2004 03:54:55 +0200 From: Gert Cuykens To: freebsd-x11@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Subject: Re: the wheel of a mouse X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 01:54:56 -0000 usbd.conf device "Mouse" devname "ums[0-9]+" attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid -z 4; /usr/sbin/vidcontrol -m on" On Wed, 20 Oct 2004 03:51:02 +0200, Gert Cuykens wrote: > i have a logitec i feel bus mouse > > I instaled imwheel and made it run at the background > > changed usbd.cong > > device "Mouse" > devname "ums[0-9]+" > attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME > > changed xorg.conf > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > EndSection > > But my scroll does not work. Why ? >