Craig Carey wrote:

The XFree86 mouse deceleration function gets dx,dy integers that are
small integers in between -1 and +1 quite often. Whatever the function
("formula") was, it could be replaced with these two without much change:

  dx' = k1 * dx * (+1 if dx > 0 else -1)
  dx' = k2 * dx

         [dx is a C int, dx' is real that is added to a real sum and then
         later converted into a screen pixel position]
I think we're miscommunicating here. My issue has nothing to do with problems with small integers. I just want to be able to control the mouse speed (not acceleration) with xset.

Since these two issues are orthogonal, let's try to keep them in separate threads.

Michael

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to