Mailinglist Archive: opensuse (3627 mails)

< Previous Next >
Re: [SLE] New Mouse Problem
  • From: matthew johnson <matthew@xxxxxxxxxxxxxxx>
  • Date: Fri, 1 Jun 2001 15:05:34 -0700 (PDT)
  • Message-id: <Pine.LNX.4.33.0106011503470.13634-100000@xxxxxxxxxxxxxxxxxxxx>
Here you go:

Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection

No idea what this does, but my Ifeel USB optical mouse works great.

Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Device" "/dev/pointer0"
Option "InputFashion" "Mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Hope that helps!

Matt

On Sat, 2 Jun 2001, Brian Marr wrote:

> Suse 7.1 kernel 2.4.4 XF86 4.0.3
>
> Is anyone successfully using the Microsoft Intellimouse USB Optical
> under Suse?
>
> Mine is working ok in a terminal (ie F1-F6). Unfortunately, it fails
> to work in KDE. I have tried yast and sax2 to configure the mouse.
> XF86Config shows the protocol as auto, but after booting the Xserver
> says it cannot determine the protocol.
> Usb seems to be ok. I can do modprobe usbmouse and modprobe hid. One
> of the error messages shows "error getting string descriptor 0
> (error=-6). I think this is related to gpm -used for cutting and
> pasting between terminals. This seemed to work when I used it.
>
> Any suggestions appreciated
> The input section for XF86Config would be helpful -probably needs to
> be for XF86 4.0.3.
>
> Brian Marr
>
> --
> 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 and the
> archives at http://lists.suse.com
>


< Previous Next >
References