Re: Issues with mouse and a suggested fix

2001-08-26 Thread Zephaniah E. Hull
On Sun, Aug 26, 2001 at 01:54:34AM +0200, Claes Andersson wrote:
> Hello,
> 
> X, gpm and wheel mouse is not a combination that works well together by 
> default in Debian. At least not when I installed it. This was the first 
> serious issue I had to deal with, and by looking at the debian-user archive 
> I can see that I am not alone.
> 
> I struggled with this for a while and the solution for me was to change 
> gpm.conf to  look like this:

The proper config is this:
> 
> type=imps2
> device=/dev/psaux
repeat_type=ms3
> responsiveness=
> append=""
> 
> while at the same time making the relevant section in XF86Config-4 to look 
> like this:
> 
>Protocol"IntelliMouse"
>Device  "/dev/gpmdata"
> # For wheel mice
>ZAxisMapping 4 5
>Buttons 5
> 
> The important part seems to be to set repeat type to raw in gpm. This way I 
> get the mouse to work both in console mode and in X, including the mouse 
> wheel.
> 
> The protocol must of course be different between different mouses and the 
> gpm device will also have to change if the mouse is serial for example. 
> Apart from that, do you think that this is a sensible setting to have as 
> default? That is, gpm  repeats "raw" to /dev/gpmdata? Also, will having 
> ZAxisMappings hurt a non-wheel mouse?

The proper repeat type is ms3, with X reading in the IntelliMouse
protocol, this should work in all cases.
> 
> In that case, I found that gpm has different defaults than this in the
> version of gpm I have (1.19.3), so I can file something on that.
> However, I could not find out where XF86Config is created and what
> defaults it has. Can anyone help?

The X maintainer has been historicly unhelpful in trying to get the
default sane for the X and gpm case.

Zephaniah E. Hull.
> 
> Claes
> 
> _
> H?mta MSN Explorer kostnadsfritt p? http://explorer.msn.se
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 

-- 
1024D/E65A7801 Zephaniah E. Hull <[EMAIL PROTECTED]>
   92ED 94E4 B1E6 3624 226D  5727 4453 008B E65A 7801
CCs of replies from mailing lists are requested.

Don't Snoop...
...the government hates competition.

If the government wants us to respect the law, it should set a better
example.
 --  Steve B ([EMAIL PROTECTED]) on /.


pgpztvlcrDpU3.pgp
Description: PGP signature


Re: Issues with mouse and a suggested fix

2001-08-26 Thread Ron Steinke
> From: "Zephaniah E\. Hull" <[EMAIL PROTECTED]>
>
>
> On Sun, Aug 26, 2001 at 01:54:34AM +0200, Claes Andersson wrote:
> > Hello,
> > 
> > X, gpm and wheel mouse is not a combination that works well together by 
> > default in Debian. At least not when I installed it. This was the first 
> > serious issue I had to deal with, and by looking at the debian-user archive 
> > I can see that I am not alone.
> > 
> > I struggled with this for a while and the solution for me was to change 
> > gpm.conf to  look like this:
>
> The proper config is this:
> > 
> > type=imps2
> > device=/dev/psaux
> repeat_type=ms3
> > responsiveness=
> > append=""
>
> The proper repeat type is ms3, with X reading in the IntelliMouse
> protocol, this should work in all cases.

I'm using an ordinary 3 button ps2 mouse (logitech in this case),
and for me raw repeat works, while ms3 repeat keeps the mouse in the lower
left corner of the screen.

Ron Steinke



Re: Issues with mouse and a suggested fix

2001-08-26 Thread Claes Andersson

> The proper repeat type is ms3, with X reading in the IntelliMouse
> protocol, this should work in all cases.

I'm using an ordinary 3 button ps2 mouse (logitech in this case),
and for me raw repeat works, while ms3 repeat keeps the mouse in the lower
left corner of the screen.


Yes, that was also the behavior I had.

Claes



_
Hämta MSN Explorer kostnadsfritt på http://explorer.msn.se



Re: Issues with mouse and a suggested fix

2001-08-26 Thread Branden Robinson
On Sun, Aug 26, 2001 at 12:42:28PM -0400, Zephaniah E. Hull wrote:
> The X maintainer has been historicly unhelpful in trying to get the
> default sane for the X and gpm case.

Bullshit, this has been false since 4.0.1-1.

-- 
G. Branden Robinson|Any man who does not realize that
Debian GNU/Linux   |he is half an animal is only half a
[EMAIL PROTECTED] |man.
http://people.debian.org/~branden/ |-- Thornton Wilder


pgpYDYG4RidSi.pgp
Description: PGP signature


This Weekends Sale... All Combo Pkg\\\'s $79.99

2001-08-26 Thread Spawn Devices

Well it seems the www.spawndevices.com $15 - $25 buck boots and emu\'s made a 
few of you happy good... glad to hear it... Well the special for you this 
weekend is all Combo Packages are $79.99... Your choice an Emu or a Bootstrap 
(DPBB) with either a Dual Crystal ISO or a WT2-X unlooper... your call. 
Hope you all Have a Great Weekend... and thanks for the great response on the 
product lines. {:-)
PLEASE REMEMBER TO LOG ON to www.spawndevices.com and enter to win anyone of 
our great products...FREE WEEKLY DRAWS...

www.spawndevices.com
*
To be removed from our mailing list please click on this link and follow the 
directions on the webpage; http://www.spawndevices.com/remove.phtml



Re: Issues with mouse and a suggested fix

2001-08-26 Thread Zephaniah E\. Hull

On Sun, Aug 26, 2001 at 01:54:34AM +0200, Claes Andersson wrote:
> Hello,
> 
> X, gpm and wheel mouse is not a combination that works well together by 
> default in Debian. At least not when I installed it. This was the first 
> serious issue I had to deal with, and by looking at the debian-user archive 
> I can see that I am not alone.
> 
> I struggled with this for a while and the solution for me was to change 
> gpm.conf to  look like this:

The proper config is this:
> 
> type=imps2
> device=/dev/psaux
repeat_type=ms3
> responsiveness=
> append=""
> 
> while at the same time making the relevant section in XF86Config-4 to look 
> like this:
> 
>Protocol"IntelliMouse"
>Device  "/dev/gpmdata"
> # For wheel mice
>ZAxisMapping 4 5
>Buttons 5
> 
> The important part seems to be to set repeat type to raw in gpm. This way I 
> get the mouse to work both in console mode and in X, including the mouse 
> wheel.
> 
> The protocol must of course be different between different mouses and the 
> gpm device will also have to change if the mouse is serial for example. 
> Apart from that, do you think that this is a sensible setting to have as 
> default? That is, gpm  repeats "raw" to /dev/gpmdata? Also, will having 
> ZAxisMappings hurt a non-wheel mouse?

The proper repeat type is ms3, with X reading in the IntelliMouse
protocol, this should work in all cases.
> 
> In that case, I found that gpm has different defaults than this in the
> version of gpm I have (1.19.3), so I can file something on that.
> However, I could not find out where XF86Config is created and what
> defaults it has. Can anyone help?

The X maintainer has been historicly unhelpful in trying to get the
default sane for the X and gpm case.

Zephaniah E. Hull.
> 
> Claes
> 
> _
> H?mta MSN Explorer kostnadsfritt p? http://explorer.msn.se
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 

-- 
1024D/E65A7801 Zephaniah E. Hull <[EMAIL PROTECTED]>
   92ED 94E4 B1E6 3624 226D  5727 4453 008B E65A 7801
CCs of replies from mailing lists are requested.

Don't Snoop...
...the government hates competition.

If the government wants us to respect the law, it should set a better
example.
 --  Steve B ([EMAIL PROTECTED]) on /.

 PGP signature


Re: Issues with mouse and a suggested fix

2001-08-26 Thread Ron Steinke

> From: "Zephaniah E\. Hull" <[EMAIL PROTECTED]>
>
>
> On Sun, Aug 26, 2001 at 01:54:34AM +0200, Claes Andersson wrote:
> > Hello,
> > 
> > X, gpm and wheel mouse is not a combination that works well together by 
> > default in Debian. At least not when I installed it. This was the first 
> > serious issue I had to deal with, and by looking at the debian-user archive 
> > I can see that I am not alone.
> > 
> > I struggled with this for a while and the solution for me was to change 
> > gpm.conf to  look like this:
>
> The proper config is this:
> > 
> > type=imps2
> > device=/dev/psaux
> repeat_type=ms3
> > responsiveness=
> > append=""
>
> The proper repeat type is ms3, with X reading in the IntelliMouse
> protocol, this should work in all cases.

I'm using an ordinary 3 button ps2 mouse (logitech in this case),
and for me raw repeat works, while ms3 repeat keeps the mouse in the lower
left corner of the screen.

Ron Steinke


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Issues with mouse and a suggested fix

2001-08-26 Thread Claes Andersson

> > The proper repeat type is ms3, with X reading in the IntelliMouse
> > protocol, this should work in all cases.
>
>I'm using an ordinary 3 button ps2 mouse (logitech in this case),
>and for me raw repeat works, while ms3 repeat keeps the mouse in the lower
>left corner of the screen.

Yes, that was also the behavior I had.

Claes



_
Hämta MSN Explorer kostnadsfritt på http://explorer.msn.se


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Issues with mouse and a suggested fix

2001-08-26 Thread Branden Robinson

On Sun, Aug 26, 2001 at 12:42:28PM -0400, Zephaniah E. Hull wrote:
> The X maintainer has been historicly unhelpful in trying to get the
> default sane for the X and gpm case.

Bullshit, this has been false since 4.0.1-1.

-- 
G. Branden Robinson|Any man who does not realize that
Debian GNU/Linux   |he is half an animal is only half a
[EMAIL PROTECTED] |man.
http://people.debian.org/~branden/ |-- Thornton Wilder

 PGP signature


This Weekends Sale... All Combo Pkg\\\'s $79.99

2001-08-26 Thread Spawn Devices


Well it seems the www.spawndevices.com $15 - $25 buck boots and emu\'s made a few of 
you happy good... glad to hear it... Well the special for you this weekend is all 
Combo Packages are $79.99... Your choice an Emu or a Bootstrap (DPBB) with either a 
Dual Crystal ISO or a WT2-X unlooper... your call. 
Hope you all Have a Great Weekend... and thanks for the great response on the product 
lines. {:-)
PLEASE REMEMBER TO LOG ON to www.spawndevices.com and enter to win anyone of our great 
products...FREE WEEKLY DRAWS...

www.spawndevices.com
*
To be removed from our mailing list please click on this link and follow the 
directions on the webpage; http://www.spawndevices.com/remove.phtml


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]