Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Oct 2000 10:23:00 -0400
From:      Daniel Frazier <dfrazier@magpage.com>
To:        Ignacio <izelaya@infovia.com.ar>
Cc:        fbsd <questions@FreeBSD.ORG>
Subject:   Re: intellimouse
Message-ID:  <39D89A44.FA578EEF@magpage.com>
References:  <39D88F11.2B26F30D@infovia.com.ar>

next in thread | previous in thread | raw e-mail | index | archive | help
Ignacio wrote:
> 
> it's possible to make the wheel of an
> M$oft intellimose work?
> 
> --
> Ignacio Zelaya
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

Basically, you just have to edit the pointer section of /etc/XF86Config
to make it use 5 buttons and map the z-axis to buttons 4 and 5.

Section "Pointer"
   Protocol        "IntelliMouse"
   Device          "/dev/psm0"
   BaudRate        1200
   SampleRate      100
   Resolution      200
   ZAxisMapping    4 5
   Buttons         5
EndSection

Also, you might want to check out this page...lots of good info on
wheel mice...

http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/

-- 
----------------------------------------------------------------------
Daniel Frazier  <dfrazier@magpage.com>   Tel:  302-239-5900 Ext. 231
System Administrator                     Fax:  302-239-3909
MAGPAGE, We Power the Internet           WWW:  http://www.magpage.com/


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?39D89A44.FA578EEF>