You are not logged in.

#1 2011-09-19 18:04:27

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Mouse changes speed - weird!

Hello!
I use IceWM and in startup script there is

xset m 0 0

for mouse.

When the system is loaded, mouse speed is just what I need. And I have APC Line-R 1200.

I can't recall when the problem started but when my APC Line-R switches modes and clicks (it clicks every time when switches), ~20% of the times mouse speed sets way higher than "xset m 0 0". So it becomes uncomfortable to work. I have to do

xset m 0 0

in urxvt everytime to get it back. It didn't happen when I was using Gnome2 though (several months ago).

Sometimes when APC clicks and I move a cursor this moment - it might freeze for ~0.5 sec. And then speed changes.

Does anybody know - what kind of problem this is?

Offline

#2 2011-09-20 03:35:39

smudge
Member
Registered: 2011-03-20
Posts: 158

Re: Mouse changes speed - weird!

Does anybody know - what kind of problem this is?

No idea but I'm sure xset 'forgot' its settings for me in the past and I don't have a voltage regulator.

If you're using evdev edit the "evdev pointer catchall" in /etc/X11/xorg.conf.d/10-evdev.conf adding the two options at the bottom:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
	Option "AccelerationProfile" "-1"
	Option "AccelerationScheme" "none"
EndSection

These options basically do the same thing as xset m 0 0. Maybe it'll help.

Offline

#3 2011-09-20 10:07:59

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Re: Mouse changes speed - weird!

Thanks man. I chaged these options and will see during the day how this is going...

Offline

#4 2011-09-20 11:59:28

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: Mouse changes speed - weird!

It sounds like your power regulator is not switching smoothly.  A voltage drop might be occurring when the power supply switches taps and this glitch is being propagated through the PC's hardware.

Have you checked dmesg for USB and mouse dropouts and reconnections?  I'm assuming you have a USB mouse.

Offline

#5 2011-09-20 13:15:05

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Re: Mouse changes speed - weird!

Have you checked dmesg for USB and mouse dropouts and reconnections?

[ 3791.749661] hub 2-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
[ 3791.749668] usb 2-1: USB disconnect, device number 2
[ 3791.989645] usb 2-1: new full speed USB device number 3 using uhci_hcd

Looks like my mouse really gets disconnected because of the APC.

I'm assuming you have a USB mouse.

That's right. High-speed USB mouse.


smudge, your advice works. Speed now keeps its value after those reconnections. But I'm very disappointed in my Line-R 1200...

Last edited by Mr. Alex (2011-09-20 13:17:08)

Offline

#6 2011-09-20 20:34:42

smudge
Member
Registered: 2011-03-20
Posts: 158

Re: Mouse changes speed - weird!

I remembered after posting the above that xset was losing it's settings because my old mouse developed a loose connection so was disconnecting and reconnecting just as yours is. So it might be the mouse not the Line-R.

Just waggle & twist your mouse about and see if you get lots of messages in dmesg smile

Offline

#7 2011-09-21 10:38:20

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Re: Mouse changes speed - weird!

I tried to but as I expected - this doesn't make disconnections because disconnections registered in dmesg happen only when Line-R switches. I observe speed changed only right after APC clicks.

Offline

Board footer

Powered by FluxBB