You are not logged in.

#1 2006-09-19 23:05:32

insane
Member
Registered: 2006-06-04
Posts: 106

Some times mouse does not click

After i updated my computer with AMD 4200, and motherboard ASUS M2N-SLI DELUXE i notice from time to time a strange lag of the mouse.

I have Microsoft Wireless Multimedia Keyboard 1.1 and Microsoft Wireless Optical Mouse. They both use the same receiver which is connected in one USB port.

I don't have any problem at all with my keyboard, only with the mouse. After some research i have concluded in the following configuration on the xorg.conf file:

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    option       "USB Mice"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "Auto"
    Option         "Emulate3Buttons" "false"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons"        "5"
#    Option       "Resolution" "400"
EndSection

and now i don't notice any mouse slow down but very often there are no responses to clicks. I have to click 2 -3 times or more to get a response from a program.

My Xorg.0.log says

**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "5"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded

Given that i have set the option Buttons=5 what does the line

(**) Configured Mouse: Buttons: 9

mean?

and dmesg | grep usb gives the following output:

usbcore: registered new driver usbfs
usbcore: registered new driver hub
usb usb1: configuration #1 chosen from 1 choice
usb usb2: configuration #1 chosen from 1 choice
usb 2-5: new low speed USB device using ohci_hcd and address 2
usb 2-5: configuration #1 chosen from 1 choice
usb 2-10: new full speed USB device using ohci_hcd and address 3
usb 2-10: configuration #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: USB HID v1.11 Keyboard [Microsoft Microsoft Wireless Optical Desktop 1.00] on usb-0000:00:02.0-5
input: USB HID v1.11 Mouse [Microsoft Microsoft Wireless Optical Desktop 1.00] on usb-0000:00:02.0-5
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x03F0 pid 0x3304
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver

I am running beyond kernel but in normal kernel this situation is the same if not worse. Also I am running KDE.

Any ideas please?

Offline

Board footer

Powered by FluxBB