Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mouse jumping and opening applications randomly

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
debianfan
Posts: 37
Joined: 2006-01-10 16:37

Mouse jumping and opening applications randomly

#1 Post by debianfan »

My mouse generally works okay but on occasion it jumps into the upper right corner of the screen and often simultaneously opens a couple of applications in the upper panel.

The mouse section of my /etc/X11/XF86Config-4 file is as follows:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection


When I run mdetect, the outputs alternate between two different outcomes (a blank one and a two-line one) as follows:

# mdetect
# mdetect
/dev/psaux
psaux

Can anyone help me solve this problem?

dnusinow
Debian Developer
Debian Developer
Posts: 75
Joined: 2005-12-12 16:35

#2 Post by dnusinow »

Try commenting out one or the other section you've posted. You should only need one.
David Nusinow

debianfan
Posts: 37
Joined: 2006-01-10 16:37

#3 Post by debianfan »

Thanks for the suggestion, but it did not solve the problem.

The mouse section is now just:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
EndSection


The system was rebooted after the change, but the mouse problem is still the same.

dnusinow
Debian Developer
Debian Developer
Posts: 75
Joined: 2005-12-12 16:35

#4 Post by dnusinow »

Hrm... perhaps try the ImPS/2 protocol. I haven't had time to look in to the difference between it and regular ps/2, but it's a possibility before I can look deeper.
David Nusinow

sstone
Posts: 71
Joined: 2005-06-07 08:31

#5 Post by sstone »

My mouse did the same a while ago, it was a hardware problem, i tested with another mouse and it was working ok.

Post Reply