Said mouse does not seem to work at ExplorerPS/2, PS/2 or ImPS/2.  the 
closest to working is ExplorerPS/2.  moving the mouse left and right moves 
the pointer to the up and down.  pressing any button moves the pointer to the 
right.  moving the mouse up and down moves the pointer up and down very 
slowly. 

Imps/2 makes the mouse jump all over the screen.  ps/2 doesn't work at all.

Has Micro$oft changed the protocol?   I've verified that the mouse works by 
using it on a windoze machine with the provided driver.


System is running xfree86 4.1, Linux Mandrake 8.1 and the mouse is USB.

I'm running two mice to troubleshoot this.  it acts the same with just one 
mouse configured.   but is a pain is the #$% to do anything more then startx 
and see if it works with the mouse that doesn't work.

my config looks like this.

 Section "ServerLayout"
        Identifier     "Matrox PowerDesk configured."
        Screen         "Display 1" LeftOf "Display 2"
        Screen         "Display 2" 0 0
        InputDevice    "Mouse2" "CorePointer"
        InputDevice    "mouse1" "SendCoreEvents"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

............stuff deleted ...............

Section "InputDevice"
        Identifier  "Mouse2"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
EndSection
Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"  <---- also /dev/usbmouse 
        Option      "Protocol" "ExplorerPS/2"
        Option      "AlwaysCore"
        Option      "Buttons" "7"
        Option      "ZAxisMapping" "6 7"

EndSection

..............stuff deleted ................
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to