Re: Mouse wheel in woody

2001-11-09 Thread Aniartia
On Friday 09 November 2001 00:01, Steffen Evers wrote:
> On Thu, Nov 08, 2001 at 23:33, Aniartia wrote:
> > > Is it the same procedure with woody (XFree86 4.1.0)?
> >
> > Yes but you shouldn't need to do this:
> > > > 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
> > > > -
>
> I am using gpm with a raw repeater to /dev/gpmdata. Is there something to
> consider?

If it truly is a raw repeater nope but I don't have a clue. My tendecey would 
be to turn off gpm for a bit, try it without gpm (some mice don't seem to 
work with the XF86 v4 scroll maping anyway), if it works then try with gpm. 

Ani



Re: Mouse wheel in woody

2001-11-08 Thread Steffen Evers
On Thu, Nov 08, 2001 at 23:33, Aniartia wrote:
> > Is it the same procedure with woody (XFree86 4.1.0)?
> 
> Yes but you shouldn't need to do this:
> 
> > > 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
> > > -

I am using gpm with a raw repeater to /dev/gpmdata. Is there something to
consider?

Steffen



Re: Mouse wheel in woody

2001-11-08 Thread Aniartia
On Thursday 08 November 2001 21:54, Steffen Evers wrote:
> Is it the same procedure with woody (XFree86 4.1.0)?

Yes but you shouldn't need to do this:

> > 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
> > -



Mouse wheel in woody

2001-11-08 Thread Steffen Evers
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