This is a discussion on Optical Wheel Mouse within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I've replaced a wheel-dead "Microsoft InteliMouse PS/2 Compatible" with a new "Microsoft Mouse Optical USB and PS/2 Compatible." Didn't ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've replaced a wheel-dead "Microsoft InteliMouse PS/2 Compatible" with a new "Microsoft Mouse Optical USB and PS/2 Compatible." Didn't want to fiddle with USB and plugged it into the PS/2 socket with the adapter included with the thing. I have gpm starting with /usr/sbin/gpm -m /dev/mouse -t imps2 -3 and, on reboot, got a message from gpm about incompatible protocol. If I restart gpm with "rc.gpm restart" it starts all right (with no error message displayed) and it worked fine with KDE with or without the message from gpm. So, is this thing a "imps2" or should I be using some other protocol? I looked but couldn't find anything helpful. I should have been suspicious when I opened the box and there was an installation disk included with the thing, but there you are. |
| |||
| Thomas Ronayne wrote : > I have gpm starting with > > /usr/sbin/gpm -m /dev/mouse -t imps2 -3 > > and, on reboot, got a message from gpm about incompatible protocol. If I > restart gpm with "rc.gpm restart" it starts all right (with no error > message displayed) and it worked fine with KDE with or without the > message from gpm. Check /etc/rc.d/rc.gpm to see if gpm is started with another protocol than imps2 when you use "rc.gpm restart". BTW imps2 is supposed to autodetect 2/3 buttons so maybe the -3 option could be a problem. -- Thomas O. This area is designed to become quite warm during normal operation. |
| ||||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Ronayne wrote: | Message-ID: <mmbph1-vi3.ln1@news.inet.tele.dk> | Newsgroups: alt.os.linux.slackware | Subject: Re: Cibahole(couple others) is a troll! | References: <X44H0EAR38050.7927546296@eelbash.yi.org> | <microsoft-free.873c8o5by4.fsf@eicq.dnsalias.org> | <104g0k3omc08f26@news20.forteinc.com> | <slrnc4gtqr.i5.joostkremers@j.kremers4.news.arnhem .chello.nl> | <104h9bpi7nkr078@news20.forteinc.com> | <slrnc4hgbv.i5.joostkremers@j.kremers4.news.arnhem .chello.nl> | <104iodkch4n9u38@news20.forteinc.com> | <n%d2c.21312$yZ1.16838@newsread2.news.pas.earthlin k.net> | <gq1ph1-8d3.ln1@news.inet.tele.dk> | <cdl2c.21640$yZ1.6244@newsread2.news.pas.earthlink .net> | From: Thomas Overgaard <thover@post2.tele.dk> | Date: Sat, 06 Mar 2004 17:43:33 +0100 | Organization: Posted through some Jutlandish Outpost of TDC Internet A/S | User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (celeriac, linux) | MIME-Version: 1.0 | Content-Type: text/plain; charset=us-ascii | Lines: 31 | NNTP-Posting-Host: 62.243.124.247 | X-Trace: 1078591376 dtext01.news.tele.dk 55921 62.243.124.247:20519 | X-Complaints-To: abuse@post.tele.dk | Path: | news.starhub.net.sg!newsvr.starhub.net.sg!newsgate .cuhk.edu.hk!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!news.tele.dk!news.tele.dk!small.news .tele.dk!not-for-mail | | Xref: newscenter.starhub.net.sg alt.os.linux.slackware:75740 | | | AJ@dev.null.invalid wrote : | |> |> This is democracy and Open forum. | | | I've replaced a wheel-dead "Microsoft InteliMouse PS/2 Compatible" with | a new "Microsoft Mouse Optical USB and PS/2 Compatible." Didn't want to | fiddle with USB and plugged it into the PS/2 socket with the adapter | included with the thing. I have gpm starting with | | /usr/sbin/gpm -m /dev/mouse -t imps2 -3 | | and, on reboot, got a message from gpm about incompatible protocol. If I | restart gpm with "rc.gpm restart" it starts all right (with no error | message displayed) and it worked fine with KDE with or without the | message from gpm. | | So, is this thing a "imps2" or should I be using some other protocol? I | looked but couldn't find anything helpful. | | I should have been suspicious when I opened the box and there was an | installation disk included with the thing, but there you are. The following in my line for the touchpad on my Compaq Evo 800v notebook and MS optical mouse. Section "InputDevice" ~ Identifier "Mouse1" ~ Driver "mouse" ~ Option "Protocol" "PS/2" ~ Option "Device" "/dev/mouse" EndSection # If you only have one mouse, the following would probably be what you # # need and change USB as the corepointer. Section "InputDevice" ~ Identifier "USB" ~ Driver "mouse" ~ Option "Device" "/dev/input/mice" ~ Option "Protocol" "ImPS/2" ~ Option "ZAxisMapping" "4 5" EndSection Serverlayout section: ~ InputDevice "Mouse1" "CorePointer" ~ InputDevice "USB" "SendCoreEvents" - -- Best regards, Wong Kum Weng +----------------------------------------------------------+ | If it happens once, it's a bug. | | If it happens twice, it's a feature. | | If it happens more than twice, it's a design philosophy. | +----------------------------------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFASq8Y1bXyj+2X4JERAnBWAJ9gr4kGeESJAIS08eFu+f j1OeE6NQCghm+W WT/+qGrjyN45JpyGYRkkdmU= =fYh2 -----END PGP SIGNATURE----- |