View previous topic :: View next topic |
Author |
Message |
froke Apprentice
Joined: 16 Dec 2003 Posts: 174 Location: Westside USA
|
Posted: Mon Feb 23, 2004 12:40 am Post subject: mouse out of control in X with kernel-2.6.2 [RESOLVED] |
|
|
Every once in a while, when I'm using my laptop mouse (its the little red stick / nipple-like mouse on a Thinkpad R40) in X, the mouse will just go out of control, sometimes clicking on random things like opening new tabs in firefox. If I just take my finger off for a few seconds, then it returns to normal.
Every time it happens, an entry in /var/log/messages appears:
Code: | psmouse.c: Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away. |
I searched google and found some options to pass to my kernel at boot, but neither of them helped. They were psmouse_resolution=200 and psmouse_noext=1
Another interesting thing is that the mouse doesn't respond at all for about 3 seconds when X is first started. The cursor is just stuck in the middle of the screen.
I didnt have any of these problems with kernel-2.4
[edit]
Here is my mouse section of XF86Config
Code: |
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
EndSection
|
_________________ Top notch image hosting. Great for screen shots! http://www.imagelink.org
Last edited by froke on Wed Mar 03, 2004 5:53 am; edited 1 time in total |
|
Back to top |
|
|
lostinlinux Guru
Joined: 05 Oct 2002 Posts: 341
|
Posted: Mon Feb 23, 2004 5:01 am Post subject: |
|
|
I have the same problem with my laptop except it happens every 20 seconds or so making using kernel 2.6.2 unbareable. From what I have read this is a common problem, hope they fix this one soon _________________ So many questions so little time.... |
|
Back to top |
|
|
DarkSorcerer Tux's lil' helper
Joined: 15 Oct 2003 Posts: 138 Location: Mannheim, GER
|
Posted: Fri Feb 27, 2004 4:21 pm Post subject: |
|
|
Same here:
Linux 2.6.2 an Logitech MX500 mouse.
Code: |
/var/log/messages:
Feb 27 17:15:39 gentoo kernel: psmouse.c: MX Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away
|
Mouse is connected on PS/2, my XF86Config:
Code: |
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "6 7"
EndSection
|
Any ideas? _________________ Desktop: 2,2 GHz P4 | 1 GB RAM | 80 GB HDD | GF4 Ti 4200 | EMU10K1
Notebook: Toshiba Satellite M30-642 |
|
Back to top |
|
|
vcat n00b
Joined: 14 Feb 2004 Posts: 20
|
Posted: Fri Feb 27, 2004 4:52 pm Post subject: |
|
|
I have recently had the same problem on Gentoo as well. Allthough I'm pretty sure it is due to the croocked drivers. I encoutered the same mad mouse behavior some time ago while running RH8 on Trident Microsystems CyberBlade/i1 (rev 0) video card. As far as I know the only way to deal with this problem is to use hardware cursor instead of software. As far as I remember most drivers accept the following options "hw_cursor" or "sw_cursor" or "HWCursor"/"SWCursor". Switch on software cursor instead of hardware. It "might" help.
Cheers!
Vidas |
|
Back to top |
|
|
froke Apprentice
Joined: 16 Dec 2003 Posts: 174 Location: Westside USA
|
Posted: Fri Feb 27, 2004 7:42 pm Post subject: |
|
|
Where exactly do you specify HWCursor and SWCursor? In XF86Config or pass parameter to kernel at boot?? _________________ Top notch image hosting. Great for screen shots! http://www.imagelink.org |
|
Back to top |
|
|
vcat n00b
Joined: 14 Feb 2004 Posts: 20
|
Posted: Sat Feb 28, 2004 12:44 am Post subject: |
|
|
You should specify it in XF86Config |
|
Back to top |
|
|
redbaron16 n00b
Joined: 18 Oct 2003 Posts: 22 Location: New Germany, Nova Scotia
|
Posted: Sat Feb 28, 2004 1:18 am Post subject: |
|
|
I have a thinkpad R31, and I had problems with my mouse randomly jumping places.... come to find out whenever it checked the status of my battery was when the mouse would jump, so i set the time in between checking the battery, and now it only does it once in a blue moon as opposed to 2 time a min. |
|
Back to top |
|
|
froke Apprentice
Joined: 16 Dec 2003 Posts: 174 Location: Westside USA
|
Posted: Wed Mar 03, 2004 3:30 am Post subject: |
|
|
I just upgraded to gentoo-dev-sources with kernel-2.6.3-r2 and I have yet to experience the problem with the mouse flying out of control. However, there is still a little lag when X first starts where I cannot move the mouse, but it is not as long as it used to be.
Considering this resolved. _________________ Top notch image hosting. Great for screen shots! http://www.imagelink.org |
|
Back to top |
|
|
|