mouse problems linux

Hoi.

As i got my sound finally working in et through alsa, I have discovered the next problem.
Somehow my mouse feels pretty shit in slow movements.; like it wont getting recognized.

I found some tips through google, like in_dgamouse 1 or 2 (but the mouse spins like hell if moved for 1 pixel) changing the mousedriver (evdev watwat) in xorg.conf and stuff, but it didnt help so far.

Any solution for me? :'<


- Debian Squeeze; 2.6.29-1-686-bigmem; Razer Copperhead.
Comments
13
solution to that problem:

windows
i dont has linux
400 dpi
terminal -> sudo xset m 1 1
et console -> in_Dgamouse 2
what does the xset m 1 1 do?
Parent
it will set the acceleration and treshold in X afaik

try 'xset q | grep acceleration' and it will show the current values
Parent
ty for info :>
Parent
k, googled it, gonna try it, ty. ;>
Parent
xset may not work on (newer?) xorg. If so, xinput set-ptr-feedback 1 1 1 will do the work.
Parent
works, thanks :>
Parent
hrhr np :)
Parent
start the game with in_dgamouse 2
if you change it after the game started, it bugs as you described.
that was the problem indeed!
thank you very much.
Parent
Back to top