public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* mouse
@ 2004-01-08 20:57 Lars Bungum
  2004-01-08 21:28 ` mouse caszonyi
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Bungum @ 2004-01-08 20:57 UTC (permalink / raw)
  To: linux-newbie

When I boot 2.6.0 the mouse is extremely sensitive, and although I set
the driver to accelerate at the slowest available pace it still feels
too fast.

As nothing is different in the setup of XFree86 itself, the only
difference is wheter I boot 2.4.18 or 2.6.0 I suspect this to be the
reason.  But I don't really know where to start looking, is there some
option I can give to the kernel at boot-time or something?

(RH9/KDE3)

Thanks,
Lars

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mouse
  2004-01-08 20:57 mouse Lars Bungum
@ 2004-01-08 21:28 ` caszonyi
  2004-01-09 21:35   ` mouse Lars Bungum
  0 siblings, 1 reply; 5+ messages in thread
From: caszonyi @ 2004-01-08 21:28 UTC (permalink / raw)
  To: Lars Bungum; +Cc: linux-newbie

On Thu, 8 Jan 2004, Lars Bungum wrote:

> When I boot 2.6.0 the mouse is extremely sensitive, and although I set
> the driver to accelerate at the slowest available pace it still feels
> too fast.
>
> As nothing is different in the setup of XFree86 itself, the only
> difference is wheter I boot 2.4.18 or 2.6.0 I suspect this to be the
> reason.  But I don't really know where to start looking, is there some
> option I can give to the kernel at boot-time or something?
>

yes
use the following option when booting 2.6
psmouse_noext

> Thanks,
> Lars
>

Calin


--
"A mouse is a device used to point at
the xterm you want to type in".
Kim Alm on a.s.r.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mouse
  2004-01-08 21:28 ` mouse caszonyi
@ 2004-01-09 21:35   ` Lars Bungum
  2004-01-09 22:13     ` mouse caszonyi
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Bungum @ 2004-01-09 21:35 UTC (permalink / raw)
  To: Calin Szonyi; +Cc: linux-newbie

On Thu, 2004-01-08 at 22:28, caszonyi@rdslink.ro wrote:
> On Thu, 8 Jan 2004, Lars Bungum wrote:
> 
> > When I boot 2.6.0 the mouse is extremely sensitive, and although I set
> > the driver to accelerate at the slowest available pace it still feels
> > too fast.
> >
> > As nothing is different in the setup of XFree86 itself, the only
> > difference is wheter I boot 2.4.18 or 2.6.0 I suspect this to be the
> > reason.  But I don't really know where to start looking, is there some
> > option I can give to the kernel at boot-time or something?
> >
> yes
> use the following option when booting 2.6
> psmouse_noext

Calin,

this certainly seemed to help the acceleration (thanks!), but the
wheel/middle button on the mouse stopped working, too.  Is this a
trade-off or can I get it working again?

--lars

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mouse
  2004-01-09 21:35   ` mouse Lars Bungum
@ 2004-01-09 22:13     ` caszonyi
  2004-01-11 17:52       ` mouse Lars Bungum
  0 siblings, 1 reply; 5+ messages in thread
From: caszonyi @ 2004-01-09 22:13 UTC (permalink / raw)
  To: Lars Bungum; +Cc: linux-newbie

On Fri, 9 Jan 2004, Lars Bungum wrote:

> On Thu, 2004-01-08 at 22:28, caszonyi@rdslink.ro wrote:
> > On Thu, 8 Jan 2004, Lars Bungum wrote:
> >
> > use the following option when booting 2.6
> > psmouse_noext
>
> Calin,
>
> this certainly seemed to help the acceleration (thanks!), but the
> wheel/middle button on the mouse stopped working, too.  Is this a
> trade-off or can I get it working again?
>

i cannot help you on this one.
I read on a mailing list that replacing
Option "Protocol" "PS/2"
with
Option "Protocol" "IMPS/2"
in XF86Config helped some people (but i might be wrong)

> --lars
>

Calin

--
"A mouse is a device used to point at
the xterm you want to type in".
Kim Alm on a.s.r.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mouse
  2004-01-09 22:13     ` mouse caszonyi
@ 2004-01-11 17:52       ` Lars Bungum
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Bungum @ 2004-01-11 17:52 UTC (permalink / raw)
  To: Calin Szonyi; +Cc: linux-newbie

On Fri, 2004-01-09 at 23:13, caszonyi@rdslink.ro wrote:
> i cannot help you on this one.
> I read on a mailing list that replacing
> Option "Protocol" "PS/2"
> with
> Option "Protocol" "IMPS/2"
> in XF86Config helped some people (but i might be wrong)

Calin,

this option was already set for my configuration.  However the middle
button came back when I installed the 2.6.1 kernel instead.

--lars

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-11 17:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-08 20:57 mouse Lars Bungum
2004-01-08 21:28 ` mouse caszonyi
2004-01-09 21:35   ` mouse Lars Bungum
2004-01-09 22:13     ` mouse caszonyi
2004-01-11 17:52       ` mouse Lars Bungum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox