Mailinglist Archive: opensuse (2886 mails)
| < Previous | Next > |
Re: [SLE] Logitech Optical wheel mouse in XFree 4.2.0
- From: Keith Winston <kwinston@xxxxxxxxxxx>
- Date: Thu, 14 Feb 2002 19:46:53 -0500
- Message-id: <20020214194653.A13487@xxxxxxxxxxxxxxxxxxxx>
On Fri, Feb 15, 2002 at 12:27:33AM -0000, Luis Oliveira wrote:
> Hi to all,
>
> How do I enable the wheel, in my usb Logitech Optical wheel mouse. Using
> SuSE 7.3 Pro and kernel 2.4.17 from mantel builds on a Compaq Evo N600c
> notebook, XFree 4.2.0.
>
> Thanks
>
> ./ luis oliveira
>
Use the ZAxisMapping and Buttons options. I use the exact same
mouse, but with X 4.1.0 on a Dell laptop. Here is the section that
defines my Logitech mouse (it actually works with an MS optional
mouse too):
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Next, you need to add each InputDevice to the ServerLayout section.
The second mouse needs to be "SendCoreEvents", if you have 2 mice.
Here is what mine looks like:
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Best Regards,
Keith
--
LPIC-2, MCSE, N+
wielder of vi(m), an ancient and powerful magic
pteranadon smiles at me and flies up to god -- d.w.
> Hi to all,
>
> How do I enable the wheel, in my usb Logitech Optical wheel mouse. Using
> SuSE 7.3 Pro and kernel 2.4.17 from mantel builds on a Compaq Evo N600c
> notebook, XFree 4.2.0.
>
> Thanks
>
> ./ luis oliveira
>
Use the ZAxisMapping and Buttons options. I use the exact same
mouse, but with X 4.1.0 on a Dell laptop. Here is the section that
defines my Logitech mouse (it actually works with an MS optional
mouse too):
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Name" "AutoDetected"
Option "Protocol" "imps/2"
Option "Vendor" "AutoDetected"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Next, you need to add each InputDevice to the ServerLayout section.
The second mouse needs to be "SendCoreEvents", if you have 2 mice.
Here is what mine looks like:
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Best Regards,
Keith
--
LPIC-2, MCSE, N+
wielder of vi(m), an ancient and powerful magic
pteranadon smiles at me and flies up to god -- d.w.
| < Previous | Next > |