Mailinglist Archive: opensuse (4547 mails)
| < Previous | Next > |
Re: [SLE] 9.1 and USB Wheel Mouse
- From: "Art Fore" <afore@xxxxxxxxx>
- Date: Fri, 21 May 2004 10:18:02 -0700
- Message-id: <40AE39CA.6060909@xxxxxxxxx>
I believe the imps/2 should be Explorerps/2. In my Suse 9.0, it is
imps/2, but this did not work in 9.1 for the very reason you said. I
changed it to Explorerps/2 and it started worked. Here is the entry from
my xf86.config. This is also for USB wheel mouse.
<>Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Autodetection"
Option "Protocol" "Explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Art
Ed Harrison wrote:
<>Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Autodetection"
Option "Protocol" "Explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Art
Ed Harrison wrote:
** Reply to message from Dom Incollingo <DomIncollingo@xxxxxxxxxxxxx> on Fri,
21 May 2004 09:50:21 -0500
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "2"
Option "Device" "/dev/mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
I believe that you will need the protocol "imps/2" for the wheel to work.
This is what mine says, except:
Option "Name" ""USB-Mouse;IMPS/2 on USB"
and I don't think its name should effect functionality, right?
Ed Harrison
SuSE 9.0, Kernel 2.6.5
PolarBar Mailer 1.25a
| < Previous | Next > |