public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.10 problems with X + USB mouse
@ 2001-09-24  3:20 Taral
  2001-09-24  3:30 ` khromy
  0 siblings, 1 reply; 7+ messages in thread
From: Taral @ 2001-09-24  3:20 UTC (permalink / raw)
  To: linux-kernel

I have XFree86 4.1.0 and a USB mouse with input core support. On 2.4.9
everything is happy. On 2.4.10 the mouse clicks randomly and jumps to
the bottom left corner a lot. This doesn't affect gpm though, only X.

Any ideas? I've backed down to 2.4.9 for now.

-- 
Taral <taral@taral.net>
This message is digitally signed. Please PGP encrypt mail to me.
"Any technology, no matter how primitive, is magic to those who don't
understand it." -- Florence Ambrose

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

* Re: 2.4.10 problems with X + USB mouse
  2001-09-24  3:20 2.4.10 problems with X + USB mouse Taral
@ 2001-09-24  3:30 ` khromy
  2001-09-24  3:35   ` Taral
  2001-09-25 19:40   ` Matthew Garrett
  0 siblings, 2 replies; 7+ messages in thread
From: khromy @ 2001-09-24  3:30 UTC (permalink / raw)
  To: Taral; +Cc: linux-kernel

On Sun, Sep 23, 2001 at 10:20:36PM -0500, Taral wrote:
> I have XFree86 4.1.0 and a USB mouse with input core support. On 2.4.9
> everything is happy. On 2.4.10 the mouse clicks randomly and jumps to
> the bottom left corner a lot. This doesn't affect gpm though, only X.
> 
> Any ideas? I've backed down to 2.4.9 for now.

I had this problem too.  I used NetMousePS/2 in XF86Config but changing
it to IMPS/2 fixed it.

5 button Microsoft IntelliMouse?

-- 
L1:	khromy		;khromy at lnuxlab.ath.cx

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

* Re: 2.4.10 problems with X + USB mouse
  2001-09-24  3:30 ` khromy
@ 2001-09-24  3:35   ` Taral
  2001-09-24 19:19     ` Philipp Matthias Hahn
  2001-09-25 19:40   ` Matthew Garrett
  1 sibling, 1 reply; 7+ messages in thread
From: Taral @ 2001-09-24  3:35 UTC (permalink / raw)
  To: khromy; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

On Sun, Sep 23, 2001 at 11:30:22PM -0400, khromy wrote:
> On Sun, Sep 23, 2001 at 10:20:36PM -0500, Taral wrote:
> > I have XFree86 4.1.0 and a USB mouse with input core support. On 2.4.9
> > everything is happy. On 2.4.10 the mouse clicks randomly and jumps to
> > the bottom left corner a lot. This doesn't affect gpm though, only X.
> > 
> > Any ideas? I've backed down to 2.4.9 for now.
> 
> I had this problem too.  I used NetMousePS/2 in XF86Config but changing
> it to IMPS/2 fixed it.
> 
> 5 button Microsoft IntelliMouse?

A clone of, yes. I wonder what changed in 2.4.10 to break this?

-- 
Taral <taral@taral.net>
This message is digitally signed. Please PGP encrypt mail to me.
"Any technology, no matter how primitive, is magic to those who don't
understand it." -- Florence Ambrose

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: 2.4.10 problems with X + USB mouse
  2001-09-24  3:35   ` Taral
@ 2001-09-24 19:19     ` Philipp Matthias Hahn
  0 siblings, 0 replies; 7+ messages in thread
From: Philipp Matthias Hahn @ 2001-09-24 19:19 UTC (permalink / raw)
  To: Taral; +Cc: khromy, Linux Kernel Mailing List

On Sun, 23 Sep 2001, Taral wrote:

> > 5 button Microsoft IntelliMouse?
> A clone of, yes. I wonder what changed in 2.4.10 to break this?
Part of Vojtech Pavlik INPUT Layer got merged, i.e.,
drivers/input/mousedev.c, which now does ImExPS/2 emulation instead of
plain PS/2 emulation.

BYtE
Philipp
-- 
  / /  (_)__  __ ____  __ Philipp Hahn
 / /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@titan.lahn.de


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

* Re: 2.4.10 problems with X + USB mouse
  2001-09-24  3:30 ` khromy
  2001-09-24  3:35   ` Taral
@ 2001-09-25 19:40   ` Matthew Garrett
  2001-09-26  8:49     ` Vojtech Pavlik
  1 sibling, 1 reply; 7+ messages in thread
From: Matthew Garrett @ 2001-09-25 19:40 UTC (permalink / raw)
  To: linux-kernel

On Sun, Sep 23, 2001 at 11:30:22PM -0400, khromy wrote:

> I had this problem too.  I used NetMousePS/2 in XF86Config but changing
> it to IMPS/2 fixed it.

Here too. Using IMPS/2 appears to have the disadvantage that the side 
buttons are only recognised as duplicates of buttons 2 and 3, whereas 
NetmousePS/2 allowed all of them to be used separately.

> 5 button Microsoft IntelliMouse?

Yes.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

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

* Re: 2.4.10 problems with X + USB mouse
  2001-09-25 19:40   ` Matthew Garrett
@ 2001-09-26  8:49     ` Vojtech Pavlik
  2001-09-26 19:42       ` 2.4.10.aa1 & memory use Andrey Nekrasov
  0 siblings, 1 reply; 7+ messages in thread
From: Vojtech Pavlik @ 2001-09-26  8:49 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: linux-kernel

On Tue, Sep 25, 2001 at 08:40:47PM +0100, Matthew Garrett wrote:

> On Sun, Sep 23, 2001 at 11:30:22PM -0400, khromy wrote:
> 
> > I had this problem too.  I used NetMousePS/2 in XF86Config but changing
> > it to IMPS/2 fixed it.
> 
> Here too. Using IMPS/2 appears to have the disadvantage that the side 
> buttons are only recognised as duplicates of buttons 2 and 3, whereas 
> NetmousePS/2 allowed all of them to be used separately.

NetmousePS/2 is no longer supported, because it was problematic (on X
and GPM side). Use ExplorerPS/2 instead for 5 button support.

-- 
Vojtech Pavlik
SuSE Labs

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

* 2.4.10.aa1 & memory use.
  2001-09-26  8:49     ` Vojtech Pavlik
@ 2001-09-26 19:42       ` Andrey Nekrasov
  0 siblings, 0 replies; 7+ messages in thread
From: Andrey Nekrasov @ 2001-09-26 19:42 UTC (permalink / raw)
  To: linux-kernel

Hello,

Hardware: 1-2Gb RAM/2CPU P3/Intel L440GX(Lancewood)/
kernel always compiled with HIGHMEM 4Gb 


Why big different in RSS?


1. 2.4.10.aa1 (with use 3.5Gb user memory)

 USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
 ...
 vz       12724  0.0 529.3 44044 4197330108 ? S    15:10   0:00 hits
 vz       12742  0.0 529.3 44044 4197330108 ? S    15:10   0:00 hits
 ...

 samson:/spylog/layers # cat /proc/meminfo 
         total:    used:    free:  shared: buffers:  cached:
				 Mem:  1052700672 1046339584  6361088        0 29564928 459169792
				 Swap: 6292217856 289193984 6003023872
				 MemTotal:      1028028 kB
				 MemFree:          6212 kB
				 MemShared:           0 kB
				 Buffers:         28872 kB
				 Cached:         419276 kB
				 SwapCached:      29132 kB
				 Active:          75736 kB
				 Inactive:       401544 kB
				 HighTotal:      655296 kB
				 HighFree:         2044 kB
				 LowTotal:       372732 kB
				 LowFree:          4168 kB
				 SwapTotal:     6144744 kB
				 SwapFree:      5862328 kB
samson:/spylog/layers #

2. 2.4.7.SuSE.3

USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
...
vz       27083  0.0  0.8 83992 17596 ?       S    Aug31   0:13 hits
vz       27090  0.0  0.8 83992 17596 ?       S    Aug31   0:59 hits
vz        7121  1.5  0.8 83968 17576 ?       S    23:32   0:00 hits
vz        7166  1.4  0.8 83968 17576 ?       S    23:33   0:00 hits
...

opal:~ # cat /proc/meminfo 
        total:    used:    free:  shared: buffers:  cached:
				Mem:  2108891136 2102845440  6045696        0 26062848 1210761216
				Swap: 8589869056 432517120 8157351936
				MemTotal:      2059464 kB
				MemFree:          5904 kB
				MemShared:           0 kB
				Buffers:         25452 kB
				Cached:         983724 kB
				SwapCached:     198660 kB
				Active:         285104 kB
				Inact_dirty:    910292 kB
				Inact_clean:     12440 kB
				Inact_target:     5772 kB
				HighTotal:     1179584 kB
				HighFree:         2812 kB
				LowTotal:       879880 kB
				LowFree:          3092 kB
				SwapTotal:     8388544 kB
				SwapFree:      7966164 kB
opal:~ #


-- 
bye.
Andrey Nekrasov, SpyLOG.

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

end of thread, other threads:[~2001-09-26 19:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-24  3:20 2.4.10 problems with X + USB mouse Taral
2001-09-24  3:30 ` khromy
2001-09-24  3:35   ` Taral
2001-09-24 19:19     ` Philipp Matthias Hahn
2001-09-25 19:40   ` Matthew Garrett
2001-09-26  8:49     ` Vojtech Pavlik
2001-09-26 19:42       ` 2.4.10.aa1 & memory use Andrey Nekrasov

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