Mouse wheel in woody
Is it the same procedure with woody (XFree86 4.1.0)?
On Thu, Nov 08, 2001 at 16:36, Horacio de Oro wrote:
> > Hello there! Could someone tell me what needs to be in /etc/X11/XF86Config
> > to enable the mouse wheel in the X that comes with potato?
>
> in XF86Config: (change '/dev/mouse' to your mouse device)
>
> ---------------------------------
> Section "Pointer"
> Protocol "IMPS/2"
> Device "/dev/mouse"
> Buttons 3
> ZAxisMapping 4 5
> EndSection
> ---------------------------------
>
> in Xsession:
>
> ---------------------------------
> # Starts the imwheel process from the global
> # Xsession file.
> . /etc/X11/imwheel/startup.conf
> if [ "$IMWHEEL_START" = "1" ]; then
> /usr/bin/imwheel ${IMWHEEL_PARAMS}
> fi
> ---------------------------------
>
> you'll need the 'imwheel' package
Reply to: