mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Fabio Coatti <cova@ferrara.linux.it>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Bob Gill <gillb4@telusplanet.net>
Subject: Re: mouse problem on 2.6.0-test9-bk9
Date: Wed, 5 Nov 2003 12:03:28 +0100	[thread overview]
Message-ID: <200311051203.28206.cova@ferrara.linux.it> (raw)
In-Reply-To: <1068024630.15471.26.camel@localhost.localdomain>

Alle 10:30, mercoledì 5 novembre 2003, Bob Gill ha scritto:
> The problem is that my mouse became slow.  It was very
> fast in 2.6.0-test9, but with bk9 it became very slow (4 edge-to-edge
> drags across the mouse pad to go across the screen).  "xset m 9 1"
> works, but I am at times unable to resize windows (the mouse is skipping
> over the edge of the window).  Option "Resolution" "250" in Section
> "InputDevice" of XF86Config and restarting the X server does not work
> either (nor does substituting for 250 : 15, 100, 500, 2000, 15000).
> It's a minor thing, but it would be nice to change the mouse speed
> again.

The same here, using /dev/psaux; I tried it too, changing resolution in Xfree 
4.3, without success.

I don't know if this is a small bug or now there is a different way to set 
mouse resolutions, but the default behaviour is changed.

Maybe the relevant change is this, test9-bk4 IIRC:
file: drivers/input/mouse/psmouse-base.c  

@@ -471,13 +471,16 @@
  * We set the mouse report rate.
  */
-        psmouse_set_rate(psmouse);
+        if (psmouse_rate)
+                psmouse_set_rate(psmouse);

 /*
  * We also set the resolution and scaling.
  */

-        psmouse_set_resolution(psmouse);
+        if (psmouse_resolution)
+                psmouse_set_resolution(psmouse);
+
         psmouse_command(psmouse,  NULL, PSMOUSE_CMD_SETSCALE11);
 
 /*

-- 
Fabio Coatti       http://www.ferrara.linux.it/members/cova     
Ferrara Linux Users Group           http://ferrara.linux.it
GnuPG fp:9765 A5B6 6843 17BC A646  BE8C FA56 373A 5374 C703
Old SysOps never die... they simply forget their password.



  reply	other threads:[~2003-11-05 11:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-05  9:30 Bob Gill
2003-11-05 11:03 ` Fabio Coatti [this message]
2003-11-05 17:13 ` Eric Sandall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200311051203.28206.cova@ferrara.linux.it \
    --to=cova@ferrara.linux.it \
    --cc=gillb4@telusplanet.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®