Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2001 09:02:19 +0300
From:      Igor Robul <igor@raduga.dyndns.org>
To:        Will Yardley <william@hq.newdream.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mouse scrollwheel
Message-ID:  <20010301090219.E20718@linux.rainbow>
In-Reply-To: <3A9CF7EE.690CA295@hq.newdream.net>; from william@hq.newdream.net on Wed, Feb 28, 2001 at 01:06:54PM %2B0000
References:  <3A9CF7EE.690CA295@hq.newdream.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 28, 2001 at 01:06:54PM +0000, Will Yardley wrote:
> what's the easiest way to make the scrollwheel work on an intellimouse
> with most X applications.  i found a couple XF86CONFIG sections to try
> but they both didn't seem to work.... 
> 
> I tried
>       Section "Pointer"
>       Protocol "imps/2"
>       EndSection
> and
>       Section "Pointer
>       Protocol "intellimouse"
>       EndSection
If you don't run moused then use

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/psm0"
   #Resolution      100
   Buttons         5
   ZAxisMapping    4 5
EndSection


If you run moused, then replace PS/2 with MouseSystems and /dev/psm0
with /dev/sysmouse

Above info is for XFree86 3.x.x


-- 
Igor Robul, Unix System Administrator & Programmer @ sanatorium "Raduga", 
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=304744

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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