Logitech UltraX mouse problem

From: Yann Golanski (yann_at_kierun.org)
Date: 04/29/05

  • Next message: Oliver Fromme: "Re: kernel: swap_pager: indefinite wait buffer - on 5.3-RELEASE-p5"
    Date: Fri, 29 Apr 2005 12:25:06 +0100
    To: freebsd-stable@freebsd.org
    
    

    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
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Oliver Fromme: "Re: kernel: swap_pager: indefinite wait buffer - on 5.3-RELEASE-p5"