Re: Logitech Mouseman / X

1999-08-26 Thread Eric G . Miller
 I have the same mouse: Something like this ought to work:

Section Pointer
   ProtocolPS/2
   Device  /dev/psaux
   BaudRate1200
   Emulate3Timeout 50
EndSection

Hmm, I don't know what that emulate timeout is doing in there!
-- 

Eric G. Miller
Powered by the POTATO (http://www.debian.org)!


Re: Logitech Mouseman / X

1999-08-26 Thread ferret

I don't know if this was mentioned or not. I have about 200 unred messages
for yesterday. :

You mentioned that GPM was working correctly? Try starting GPM in
'repeater' mode (add -R to your switches), then tell X to use /dev/gpmdata
for the mouse device and 'MouseSystems' for the mouse type. I'm doing this
on my devel machine (Serial FirstMouse+ and USB mouse) and it works well
for me. If that doesn't work, then maybe your X server has a problem?

-- Ferret no baka

On Wed, 25 Aug 1999, Evan Van Dyke wrote:

 Fraser Campbell wrote:
  Tried that and everything else I could find.  Someone suggested I try
  MouseManPlusPS/2 but this had the same effect ... mouse jitters around the
  screen and ends in top left corner.
  
  As an experiment I plugged on a Microsoft PS/2 mouse and this does the same 
  as
  the logitech ... left corner.
 
 Do you have gpm and X running at the same time?  That's known to cause
 problems...
 you might try disabling gpm
 
 --Evan
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: Logitech Mouseman / X

1999-08-26 Thread Chanop Silpa-Anan
 gpm works fine with it.  X does not.  I have tried every mouse type with it 
 and
 the mouse cursor simply jumps to the top left corner of the screen as soon as 
 it
 is touched.
 
Found the very similar problem today on my friends box. He's running 3.3.4 
binary obtained from Xfree86.org on Voodoo. The problem I found was the Xserver 
won't read /etc/X11/XF86Config file, but it read /etc/XF86Config instead. After 
we fixed /etc/XF86Config, everything works fine.

Chanop


Logitech Mouseman / X

1999-08-25 Thread Fraser Campbell
Hi all,

Just got a new computer and cannot get the mouse to work with X no matter what
I try.  The mouse is 3 buttons, PS/2 and labeled as a Logitech Mouseman.

gpm works fine with it.  X does not.  I have tried every mouse type with it and
the mouse cursor simply jumps to the top left corner of the screen as soon as it
is touched.

I have disabled gpm so it is definitely not a conflict with gpm.

Any ideas?

Thanks,

Fraser


Re: Logitech Mouseman / X

1999-08-25 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE-

On Wed, 25 Aug 1999, Fraser Campbell wrote:

 Just got a new computer and cannot get the mouse to work with X no matter what
 I try.  The mouse is 3 buttons, PS/2 and labeled as a Logitech Mouseman.
 
 gpm works fine with it.  X does not.  I have tried every mouse type with it 
 and
 the mouse cursor simply jumps to the top left corner of the screen as soon as 
 it
 is touched.

I've used a Logitech Mouseman Plus and a FirstMouse on my machine with the
following pointer section from my XF86Config:

Section Pointer
ProtocolMouseManPlusPS/2
Device  /dev/psaux
Buttons 3
EndSection

YMMV.  HTH.

noah

  PGP public key available at
  http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html
  or by 'finger -l [EMAIL PROTECTED]'



-BEGIN PGP SIGNATURE-
Version: 2.6.2

iQCVAwUBN8PxmIdCcpBjGWoFAQGCcQP+Lh8ez3rnxRSRj4qU8xq75ZZO2L44D+m9
PiUatlL8emI59SX9x0+55/lMYYha1a3Pb7zDQ0Ldz9sz5Bn9mqm1o0IToqCAvugJ
ko9PQdG6v2Yivfuh/q1J8FcvXTO6Jilobg5l1uzwC+BXBTMWxXhfqAZdGDOFhLbB
P9qQ29kJt3s=
=QOWd
-END PGP SIGNATURE-


Re: Logitech Mouseman / X

1999-08-25 Thread Stephan Engelke
Hi Fraser,

 Just got a new computer and cannot get the mouse to work with X no matter what
 I try.  The mouse is 3 buttons, PS/2 and labeled as a Logitech Mouseman.

which mouse-type did you choose for gpm?  I assume you chose ps2.
The same protocol should work with X11.  Do not choose the Mouseman 
protocol, AFIAK it's reserved for older (very old) Logitech mice.

Did you restart X after making the changes to /etc/X11/XF86Config?
How did you make the changes?  Did you use a program like XF86Setup?
XF86Setup lets you test the current mouse configuration by clicking on
the apply button. 
What happens if you try to recreate the X configuration file from
scratch using xf86config of XF86Setup?

So long -- Stephan
-- 
Stephan Engelke[EMAIL PROTECTED]
*** Microsoft leads to fear, fear leads to anger, anger leads to hate and
  hate leads to suffering.  --  Master Yoda (more or less) ***


Re: Logitech Mouseman / X

1999-08-25 Thread Brian Servis
*- On 25 Aug, Fraser Campbell wrote about Logitech Mouseman / X
 Hi all,
 
 Just got a new computer and cannot get the mouse to work with X no matter what
 I try.  The mouse is 3 buttons, PS/2 and labeled as a Logitech Mouseman.
 
 gpm works fine with it.  X does not.  I have tried every mouse type with it 
 and
 the mouse cursor simply jumps to the top left corner of the screen as soon as 
 it
 is touched.
 
 I have disabled gpm so it is definitely not a conflict with gpm.
 

Just asking some basic questions.

Do you have ps/2 mice configured in the kernel?  You should have a 
'CONFIG_PSMOUSE=y' or 'CONFIG_PSMOUSE=m' in your kernel config file. If
it is compiled in you should see something like the following during
boot, 'Detected PS/2 Mouse Port.'

Your Pointer section in XF86Config should minimally work with the
following.

Section Pointer
Protocol  MouseMan
Device/dev/psaux
EndSection

-- 
Brian 
-
Mechanical Engineering  [EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


Re: Logitech Mouseman / X

1999-08-25 Thread Fraser Campbell
On Wed, Aug 25, 1999 at 08:47:48AM -0500, Brian Servis wrote:

 boot, 'Detected PS/2 Mouse Port.'

Yes, I see this on bootup and the mouse does work with gpm so I think the 
problem is related to X only.

 Protocol  MouseMan

Tried that and everything else I could find.  Someone suggested I try 
MouseManPlusPS/2 but this had the same effect ... mouse jitters around the 
screen and ends in top left corner.  

As an experiment I plugged on a Microsoft PS/2 mouse and this does the same as 
the logitech ... left corner.

 Device/dev/psaux

Yes that's what I'm using.  I have noticed one thing though.  There is an error
in X's startup messages:

/dev/mouse Unable to get status of mouse fd (Inappropriate ioctl for device)

I'm not sure why X is even looking for /dev/mouse since I tell it /dev/psaux
so I removed /dev/mouse and linked it to /dev/psaux but still get the same
error.

I will for now just use a serial mouse ... must get back to work :-(

Fraser


Re: Logitech Mouseman / X

1999-08-25 Thread Evan Van Dyke
Fraser Campbell wrote:
 Tried that and everything else I could find.  Someone suggested I try
 MouseManPlusPS/2 but this had the same effect ... mouse jitters around the
 screen and ends in top left corner.
 
 As an experiment I plugged on a Microsoft PS/2 mouse and this does the same as
 the logitech ... left corner.

Do you have gpm and X running at the same time?  That's known to cause
problems...
you might try disabling gpm

--Evan


Re: Logitech Mouseman / X

1999-08-25 Thread Fraser Campbell
On Wed, Aug 25, 1999 at 11:10:09AM -0400, Evan Van Dyke wrote:
 Do you have gpm and X running at the same time?  That's known to cause
 problems...
 you might try disabling gpm

Nope, as I said in my original email, gpm works correctly with any of the PS/2
mouses I have tried.  X does not work correctly with gpm running and with it 
disabled (I have left it off until I get the X problems figured out).

Fraser


Re: Logitech Mouseman / X

1999-08-25 Thread Chanop Silpa-Anan
On Wed, Aug 25, 1999 at 09:18:11AM -0400, Fraser Campbell wrote:
 Hi all,
 
 Just got a new computer and cannot get the mouse to work with X no matter what
 I try.  The mouse is 3 buttons, PS/2 and labeled as a Logitech Mouseman.

I've been using MouseMan MousePort Version with ps/2 protocol without any 
problem in both X and gpm.
This is my XF86config mouse section

Section Pointer
ProtocolPS/2
Device  /dev/psaux

 gpm works fine with it.  X does not.  I have tried every mouse type with it 
 and
 the mouse cursor simply jumps to the top left corner of the screen as soon as 
 it
 is touched.

One work around is to use gpm -R /dev/gpmdata then set X to use device 
/dev/gpmdata and protocol, IIRC, MouseMan.  

hope this help.


Chanop


-- 
,-.
| Chanop Silpa-Anan   [EMAIL PROTECTED]  |
| Australian National University  |
| Tel. +61 2 6279 8826, +61 2 6279 8837 (office hour) |
|  +61 2 6249 5240 (home +voice mail) |
|   FreeBSD   PGP available upon request  |
`-'


Re: Logitech Mouseman / X

1999-08-25 Thread Stephen Pitts
On Wed, Aug 25, 1999 at 09:18:11AM -0400, Fraser Campbell wrote:
 Hi all,
 
 Just got a new computer and cannot get the mouse to work with X no matter what
 I try.  The mouse is 3 buttons, PS/2 and labeled as a Logitech Mouseman.
 
 gpm works fine with it.  X does not.  I have tried every mouse type with it 
 and
 the mouse cursor simply jumps to the top left corner of the screen as soon as 
 it
 is touched.
 
 I have disabled gpm so it is definitely not a conflict with gpm.
 
 Any ideas?

Reply with the contents of the Pointer section of /etc/X11/XF86Config
(start with 'Section Pointer' and end with 'EndSection')
-- 
Stephen Pitts
[EMAIL PROTECTED]
webmaster - http://www.mschess.org


Re: Logitech Mouseman / X

1999-08-25 Thread William Park
On Wed, Aug 25, 1999 at 10:55:59AM -0400, Fraser Campbell wrote:
 On Wed, Aug 25, 1999 at 08:47:48AM -0500, Brian Servis wrote:
 
  boot, 'Detected PS/2 Mouse Port.'
 
 Yes, I see this on bootup and the mouse does work with gpm so I think the 
 problem is related to X only.
 
  Protocol  MouseMan
 
 Tried that and everything else I could find.  Someone suggested I try 
 MouseManPlusPS/2 but this had the same effect ... mouse jitters around the 
 screen and ends in top left corner.  
 
 As an experiment I plugged on a Microsoft PS/2 mouse and this does the same 
 as 
 the logitech ... left corner.
 
  Device/dev/psaux
 
 Yes that's what I'm using.  I have noticed one thing though.  There is an 
 error
 in X's startup messages:
 
 /dev/mouse Unable to get status of mouse fd (Inappropriate ioctl for device)
 
 I'm not sure why X is even looking for /dev/mouse since I tell it /dev/psaux
 so I removed /dev/mouse and linked it to /dev/psaux but still get the same
 error.
 
 I will for now just use a serial mouse ... must get back to work :-(
 
 Fraser

Try
Protocol  PS/2
Device/dev/psaux  (or /dev/mouse if you link it)