I cannot get the mouse wheel to work with my new logitech ultraX mouse.
As a bonus, getting the last button to work would be great too.
Any idea?
The following is more details from my system:
# uname -a
FreeBSD chepc184.csrv.ad.york.ac.uk 5.4-STABLE FreeBSD 5.4-STABLE #4:
Sat Apr 16 11:48:50 BST 2005
root@chepc184.york.ac.uk:/usr/obj/usr/src/sys/MYKERNEL i386
# pkg_info -Ia | grep xorg
xorg-6.8.2 X.Org distribution metaport
# dmesg | grep psm0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4
# ps -ax | grep moused
463 ?? Ss 0:00.12 /usr/sbin/moused -p /dev/psm0 -t auto
# cat /etc/X11/xorg.conf
[...]
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
option "Buttons" "6"
EndSection
[...]
--
yann@kierun.org -=*=- www.kierun.org
PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318
Quoth Yann Golanski on Fri, Apr 29, 2005 at 12:25:06 +0100> I cannot get the mouse wheel to work with my new logitech ultraX mouse. > As a bonus, getting the last button to work would be great too.*sigh* A reboot later this set up worked. Now, i am more interested in the why it works.... Still, there is the question of the extra button. Xev does not seem to see it at all but I am assuming that this is normal as Xorg is not passing it the correct input. Any idea? -- yann@kierun.org -=*=- www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050429/601f6f2e/attachment.bin
Yann Golanski <yann@kierun.org> writes:>Still, there is the question of the extra button. Xev does not seem to >see it at all but I am assuming that this is normal as Xorg is not >passing it the correct input.Does it have more than 5 buttons? X11 only supports up to 5. mkb.