Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2004 03:54:55 +0200
From:      Gert Cuykens <gert.cuykens@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   Re: the wheel of a mouse
Message-ID:  <ef60af0904101918541cba2004@mail.gmail.com>
In-Reply-To: <ef60af0904101918511b04f0c8@mail.gmail.com>
References:  <ef60af0904101918511b04f0c8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
usbd.conf

device "Mouse"
        devname "ums[0-9]+"
        attach "/usr/sbin/moused -p /dev/${DEVNAME} -I
/var/run/moused.${DEVNAME}.pid -z 4; /usr/sbin/vidcontrol -m on"

On Wed, 20 Oct 2004 03:51:02 +0200, Gert Cuykens <gert.cuykens@gmail.com> wrote:
> i have a logitec i feel bus mouse
> 
> I instaled imwheel and made it run at the background
> 
> changed usbd.cong
> 
> device "Mouse"
>         devname "ums[0-9]+"
>         attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME
> 
> changed xorg.conf
> 
> Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/sysmouse"
> EndSection
> 
> But my scroll does not work. Why ?
>



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