| How about trying this. Ok. In your XF86Config file add the section below starting Identifier Section "InputDevice".
One you've done this add the line:
InputDevice "DevInputMice" "AlwaysCore"
to your Server layout, so it looks like the example below.
Make sure that Mouse0 is actually set up as a USB mouse as well.
I have no idea if this will solve your problem, but there should be no harm in trying!
nomar.
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
__________________
\"One World, One Web, One Program.\" -- Advertisement for Internet Explorer.
\"Ein Volk, Ein Reich, Ein Fuehrer.\" -- Adolf Hitler.
|