tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Adding mouse sensitivity adjustment to wsmouse



> does X have any way to do mouse scaling,

Not very, not core X at least.  ChangePointerControl allows defining a
threshold above which pointer motion is accelerated by a specified
rational fraction (or decelerated, I suppose, if a server feels like
implementing fractions <1).

However, that's not much use here, and applies to only the core pointer
anyway.  The input extension may be more elaborate, but I really know
just about nothing about it - even the relatively anciet server I use
offers extensions I've been unable to find documentation on.  (Indeed,
of the 16 extensions offered, I've found useful documentation on two.)

So yes, I think this would be appropriate for the kernel driver.

> how does GNOME manage it, for example?

Probably by blindly assuming it's running on Linux x86. :-þ

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index