Mailinglist Archive: opensuse (3513 mails)

< Previous Next >
Re: [SLE] Intellimouse in 7.1
  • From: Jerry Van Brimmer <jerryvb@xxxxxxxxxxxxxx>
  • Date: Thu, 29 Mar 2001 09:46:58 -0800
  • Message-id: <3AC37512.77130FA1@xxxxxxxxxxxxxx>
Don't you have to change the "Button" option to 5?


EagleIce wrote:
>
> Now my /etc/X11/XF86Config looks like this:
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "InputFashion" "Mouse"
> Option "Name" "WHEELMOUSE(PS/2)"
> Option "Vendor" "MICROSOFT"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/psaux"
> Option "ZAxisMapping" "4 5"
> Option "Buttons" "3"
>
> The wheel works now as a third button but it still doesn't scroll for some
> reasons, imwheel is installed and running. Any ideas?
>
> Cheers,
>
> ei
>
> On Sunday 04 March 2001 17:31, Jonathan Drews wrote:
> > Hi Ei:
> >
> > Here is what the mouse section of /etc/X11/XF86Config should look like.
> >
> > Section "InputDevice"
> > Driver "mouse"
> > Identifier "Mouse[1]"
> > Option "Device" "/dev/mouse"
> > Option "InputFashion" "Mouse"
> > Option "Name" "WHEEL MOUSE (PS/2)"
> > Option "Protocol" "IMPS/2"
> > Option "Vendor" "MICROSOFT"
> > Option "ZAxisMapping" "4 5"
> > Option "Buttons" "3"
> > EndSection
> >
> > I had to enter the Option "ZAxisMapping" "4 5" and the
> > Option "Buttons" "3" by hand. The other enteries were
> > generated by Sax2. To get them, I clicked on Shutdown -> Console, which put
> > me in run Level 3. I then logged in a s root and ran sax2 -f. This detects
> > the hardware. Finally I ran emacs -nw /etc/X11/XF86Config to insert the
> > two missing lines Option "ZAxisMapping" "4 5"
> > Option "Buttons" "3"
> >
> > By hand. My Microsoft PS/2 Intellimouse works perfectly. Also add the line
> > imwheel -k & in your .xinitrc at the section:
> >
> > #
> > # start some stuff
> > #
> >
> > imwheel -k &
> >
> > I hope this helps.
> >
>
> --
> @~~ EagleIce ~ gnu4u@xxxxxxxx ~~@
> @~~ Running GNU/Linux & KDE ~~@
>
> --
> To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the FAQ at http://www.suse.com/support/faq

< Previous Next >
Follow Ups