Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
logitech wheel mouse
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Francisco Canedo  
View profile  
 More options Dec 2 2000, 3:00 am
Newsgroups: comp.os.linux.x
From: Francisco Canedo <can...@ano.ano>
Date: 2000/12/02
Subject: logitech wheel mouse
Hi,

I have a Logitech PS/2 wheelmouse, I can't seem to use the wheel in X.

I run Slackware 7.1, kernel 2.2.16 and xfree86 3.3.6.

The wheelbutton is supposed to be supported as buttons 4 and 5. In xmms
they can be used to control the volume and in a Gnome terminal you can
use it to scroll.

I have tried

------------
buttons    5
ZAxisMapping    4 5
------------

with and without the 'ZAxis...' line, in the 'Pointer' section of
XF86Config. 'xev' shows no events for either case when I turn the wheel.

Can anyone help.

TIA,

Francisco


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jorgen Grahn  
View profile  
 More options Dec 2 2000, 3:00 am
Newsgroups: comp.os.linux.x
From: jgrahn-n...@algonet.se (Jorgen Grahn)
Date: 2000/12/02
Subject: Re: logitech wheel mouse

On Sat, 02 Dec 2000 13:39:28 +0100, Francisco Canedo <can...@ano.ano> wrote:
>Hi,

>I have a Logitech PS/2 wheelmouse, I can't seem to use the wheel in X.
...
>------------
>buttons    5
>ZAxisMapping    4 5
>------------

You missed one part. Diff of my XF86Config before/after I bought the small
kind of USB-slash-PS/2 Logitech wheel mouse:

213c214
<     Protocol    "PS/2"
---

>     Protocol    "IMPS/2"
214a216,217
>     Buttons   5
>     ZAxisMapping 4 5

For this and all other X/scrollmouse info, see

http://www.inria.fr/koala/colas/mouse-wheel-scroll/

/Jorgen

--
  // Jorgen Grahn <jgrahn@      ''Battle ye not with monsters,
\X/                algonet.se>    lest ye become a monster''


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mick  
View profile  
 More options Dec 2 2000, 11:34 am
Newsgroups: comp.os.linux.x
From: Mick <asur...@tig.com.au>
Date: Sun, 03 Dec 2000 04:53:47 +1100
Local: Sat, Dec 2 2000 12:53 pm
Subject: Re: logitech wheel mouse

Francisco Canedo wrote:
> Hi,

> I have a Logitech PS/2 wheelmouse, I can't seem to use the wheel in X.

Howdy. Try using "imwheel". In the highly unlikely event that there is no
Slackware tarball of it, then grab it from www.freshmeat.net. Pay
particular attention to the part in the documentation where it refers to
the XF86Config file. It recommends:

--------------------
Buttons             3
ZAxisMapping  4 5
--------------------

Have fun

Mick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Logitech wheel mouse 'TrackMan Marble+' in Mandrake 7.2" by Dan Jacobson
Dan Jacobson  
View profile  
 More options Dec 14 2000, 4:50 pm
Newsgroups: alt.os.linux.mandrake, comp.os.linux.setup, comp.os.linux.x, comp.emacs
From: "Dan Jacobson" <jida...@kimo.FiXcomTHiS.tw>
Date: Thu, 14 Dec 2000 12:36:55 +0800
Local: Wed, Dec 13 2000 11:36 pm
Subject: Logitech wheel mouse 'TrackMan Marble+' in Mandrake 7.2
Hi, it's me, the jackoff who for the last three weeks told everybody to 'choose
intellimouse' in the Mandrake 7.2 installation, because that's what worked on
the 'test your mouse' part, instead of the distracting 'Logitech' choices given.
Well of course it doesn't actually work once one gets into daily use.  So, what
does an 'Logitech TrackMan Marble+' user actually do to get the scroll wheel
actually working?  Say even for netscape & emacs & emacs -nw...?   Sure, you're
gonna mention the usual links, but let's not be like me and not actually have
day to day proof of a working solution before posting...
--
www.geocities.com/jidanni E-mail: restore ".com."  ???
Tel:+886-4-5854780; starting in year 2001: +886-4-25854780

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark A. Flacy  
View profile  
 More options Dec 14 2000, 7:17 pm
Newsgroups: alt.os.linux.mandrake, comp.os.linux.setup, comp.os.linux.x, comp.emacs
From: "Mark A. Flacy" <fl...@nortelnetworks.com>
Date: 14 Dec 2000 18:12:14 -0600
Local: Thurs, Dec 14 2000 7:12 pm
Subject: Re: Logitech wheel mouse 'TrackMan Marble+' in Mandrake 7.2
In your XF86Config file..

Section "Pointer"
   Protocol        "IMPS/2"
   Device          "/dev/psaux"
   Buttons         5
   ZAxisMapping    4 5
EndSection

You need the new Mozilla for the wheel mouse to work.

For Emacs...

;; Intellimouse support
(global-set-key [(mouse-4)] 'scroll-down)
(global-set-key [(mouse-5)] 'scroll-up)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
=)  
View profile  
 More options Dec 15 2000, 1:11 am
Newsgroups: alt.os.linux.mandrake, comp.os.linux.setup, comp.os.linux.x, comp.emacs
Followup-To: alt.os.linux.mandrake
From: =) <m...@nospam.org>
Date: Fri, 15 Dec 2000 06:11:42 GMT
Local: Fri, Dec 15 2000 1:11 am
Subject: Re: Logitech wheel mouse 'TrackMan Marble+' in Mandrake 7.2

thanks for the help. but sending the bug report to mandrake does not fix my
problem I am having now. What should I do to resove this problem???
What is caml anyway?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Jacobson  
View profile  
 More options Dec 17 2000, 11:06 am
Newsgroups: alt.os.linux.mandrake, comp.os.linux.setup, comp.os.linux.x, comp.emacs
From: "Dan Jacobson" <jida...@kimo.FiXcomTHiS.tw>
Date: Sun, 17 Dec 2000 23:38:32 +0800
Local: Sun, Dec 17 2000 10:38 am
Subject: Re: Logitech wheel mouse 'TrackMan Marble+' in Mandrake 7.2
"Mark A. Flacy" <fl...@nortelnetworks.com> ?????
news:yw0r1yvao84h.fsf@nortelnetworks.com...
> In your XF86Config file..

> Section "Pointer"
>    Protocol        "IMPS/2"
>    Device          "/dev/psaux"

erm, I think for the TrackMan Marble+ it probably has to be:
    Protocol    "IntelliMouse"
    Device      "/dev/ttyS1"
>    Buttons         5
>    ZAxisMapping    4 5
> EndSection

> You need the new Mozilla for the wheel mouse to work.

uh, it now works part-time in Netscape, pretty good in these
days of high unemployment. :-(

> For Emacs...

> ;; Intellimouse support
> (global-set-key [(mouse-4)] 'scroll-down)
> (global-set-key [(mouse-5)] 'scroll-up)

That created a painful situation the details of which I forgot,
so I pasted together this slob job[?]

(setq jidanni-scroll-distance 4)
(defun jidanni-scroll-up ()
  (interactive)
  (scroll-up jidanni-scroll-distance))
(defun jidanni-scroll-down ()
  (interactive)
  (scroll-down jidanni-scroll-distance))
(global-set-key [(mouse-4)] 'jidanni-scroll-up)
(global-set-key [(mouse-5)] 'jidanni-scroll-down)

OK, muchos gracias to you Mr. Mark Flacy, you got my 'TrackMan Marble+' rolling
[though it just will never be as smooth as in win98: do a quick jerk backwards
during a forwards roll, tisk.]  Say, where's the win98 Logitech feature of
'smart mouse' or whatever, where it automatically puts the pointer over the
'yes' or default button of choices?
--
www.geocities.com/jidanni E-mail: restore ".com."  ???
Tel:+886-4-5854780; starting in year 2001: +886-4-25854780


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Jacobson  
View profile  
 More options Dec 18 2000, 4:44 pm
Newsgroups: alt.os.linux.mandrake, comp.os.linux.setup, comp.os.linux.x, comp.emacs, alt.netscape
From: "Dan Jacobson" <jida...@kimo.FiXcomTHiS.tw>
Date: Tue, 19 Dec 2000 04:29:05 +0800
Local: Mon, Dec 18 2000 3:29 pm
Subject: Re: Logitech wheel mouse 'TrackMan Marble+' in Mandrake 7.2
"Dan Jacobson" <jida...@kimo.FiXcomTHiS.tw> ¼¶¼g©ó¶l¥ó news:...

In Netscape 4.75 I discovered that when the above solution stops working,
go to the panel of icons and iconify netscape.  Then click again on the same
icon
to bring it back.  The wheel then works again...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »