[SOLVED] Re: Getting the scrollwheel to work under Xorg for a Wireless Intellmouse Explorer 2.0

2007-01-05 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Robert Huff wrote:
> Garrett Cooper writes:
> 
> 
>>  A picture of the mouse is available as follows:
>>  
> 
>   I think I have the wired version, and my xorg.conf has:
> 
> Section "InputDevice"
>  Identifier  "Mouse0"
>  Driver "mouse"
>  Option "Device" "/dev/sysmouse"
>  Option "Protocol" "auto"
>  Option "ZAxisMapping" "4 5"
> EndSection
> 
> 
>   Robert Huff

Robert,
You are a lifesaver! That was exactly what I needed (remove
Option "Buttons" and set Option "ZAxisMapping" to those values) to do to
get stuff to work :)!! Wonder why it contradicted with xev though...
Thanks!
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFny8ZEnKyINQw/HARAnngAJ9cpIiU/fRaWB1dDMPVIawtvBdU6gCeJgbR
ACxM3UgT3Uo+NWKcuPvQKn8=
=8f6Y
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Getting the scrollwheel to work under Xorg for a Wireless Intellmouse Explorer 2.0

2007-01-05 Thread Robert Huff
Garrett Cooper writes:


>   A picture of the mouse is available as follows:
>  

I think I have the wired version, and my xorg.conf has:

Section "InputDevice"
 Identifier  "Mouse0"
 Driver "mouse"
 Option "Device" "/dev/sysmouse"
 Option "Protocol" "auto"
 Option "ZAxisMapping" "4 5"
EndSection


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Getting the scrollwheel to work under Xorg for a Wireless Intellmouse Explorer 2.0

2007-01-05 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I know this is in the FAQ, but each mouse is different and
requires its own 'massaging' in the xorg.conf file to get working.

A picture of the mouse is available as follows:


1. I know that buttons 6 and 7 are the scrollwheel's buttons from xev
output. I set the values in xorg.conf to what I obtained via xev, but
the scrollwheel is non-responsive:

- From xorg.conf:

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "Buttons" "7"
Option  "ZAxisMapping" "6 7"
Option  "Resolution" "100"
EndSection

2. cat /dev/ums0 works for the scrollwheel (garbage is printed out).

3. "Buttons" 4 & 5 appear to be mapped to nothing (or at least nothing I
can create).

4. On a sidenote (and funny I suppose since this usually happens last),
I got the sidebuttons (buttons 8, 9) to work with imwheel.

TIA,
- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFnvs6EnKyINQw/HARAoWxAJ9H5m24f9BzWarRjHY8lYrX9RXQJgCfVodV
Nh2T2ziL4qYx7eudEfYbuOk=
=lQcw
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"