From owner-freebsd-newbies@FreeBSD.ORG Sun Dec 5 03:35:10 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2F5416A4CE for ; Sun, 5 Dec 2004 03:35:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8917B43D41 for ; Sun, 5 Dec 2004 03:35:10 +0000 (GMT) (envelope-from geekout@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so74380wri for ; Sat, 04 Dec 2004 19:35:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=lGNC8dkzGPdlOg6Y1b0D2S1glUSoBu0IpTdKGDT0ef1pNedWNUlEXvghFtChcJwq3BI2hlnDfWDgK+HskFeFHcfbkLWKaqZYFmsagV/kWioyLW1Rr+h7IsUTkQNJmGHwVpWsl6w7gZprdcrSyC+a+2lBfAfPNFLPzA0oE9WuIpA= Received: by 10.54.48.8 with SMTP id v8mr665510wrv; Sat, 04 Dec 2004 19:35:06 -0800 (PST) Received: by 10.54.46.34 with HTTP; Sat, 4 Dec 2004 19:35:06 -0800 (PST) Message-ID: <6e01203b041204193561c3710d@mail.gmail.com> Date: Sat, 4 Dec 2004 20:35:06 -0700 From: Tyler Gee To: alfredo perez In-Reply-To: <41B21CA4.2030500@nerdshack.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41B21CA4.2030500@nerdshack.com> cc: freebsd-newbies@freebsd.org Subject: Re: Mouse X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tyler Gee List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2004 03:35:10 -0000 Usually you want to add the following (the last two lines): # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" -wtgee On Sat, 04 Dec 2004 15:23:00 -0500, alfredo perez wrote: > Hello there > > Is there anybody who can give me detail instructions on how to setup the > wheel of my mouse?. I have used several configurations using Xorg.conf , > rc.conf and imwheel. None of them have given me a good result. > > Thanks > > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" >