Thanks, I'll look at that. Are your values exact or off-the-cuff? I get
that 230 isn't a valid property, but you've got me started reading the
xinput man page anyway. I'm playing with properties 236-239 mainly.
I remember you used to be able to stick a resolution line in your
XFree86.conf and that took care of it.
On Thu, 8 Mar 2012, Brett wrote:
On Wed, 7 Mar 2012 11:21:55 -0500 (EST)
Alan Corey <[email protected]> wrote:
I'm trying to speed up my mouse. If I do xset m 10 4 or even xset m 100
4, I can see the change with xset q, but the mouse acts the same. It
works under Linux (multiboot) but not here.
I'm using 1920x1080 resolution and I have to pick up my
mouse and move it 4 or 5 times to get across the screen.
Thanks, Alan
Hi Alan,
I had good results combining xinput and xset (my display is the same
resolution):
xinput --set-prop 7 230 90
xset mouse 70 20
Brett.