My wireless mouse problem has been fixed.
Attached the changes in XF86config file
as follows:
<USB MOUSE + TOUCH PAD>
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
EndSection
Section "InputDevice"
Identifier "USB Mice"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "AlwaysCore"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4
5"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
<--------- TOUCHPAD
InputDevice "USB Mice" "AlwaysCore"
<--------- USB
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|