Problems getting all buttons in intellimouse working using imwheel & xmodmap
I'm trying to get the side buttons working on my ms intellimouse under sarge. Previously under yoper, I had set XF86Config-4 to a 7 button mouse with ZAxisMapping to "6 7", run xmodmap -e "pointer = 1 2 3 6 7 4 5" and then run imwheel to map the side buttons to something useful. However this isn't working under sarge. Here's where I'm at: I'm running on a laptop with a touchpad & a MS intellimouse attached by USB. The mouse section of XF86Config-4 looks like this: Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "Buttons" "7" Option "ZAxisMapping" "6 7" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "SendCoreEvents""true" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "Buttons" "7" Option "ZAxisMapping" "6 7" EndSection The odd thing is that the touchpad doesn't work atall, and the /dev/psaux device seems to be my USB intellimouse - since changing the original config of the /dev/psaux mouse from 5 to 7 buttons caused the scrollwheel on the intellimouse to stop working. So, question 1 is why does the USB mouse show up as /dev/psaux and can I change this? Could this be the cause of my problems (below)? With this setup xev shows the following button mappings: left mouse = button 1 click scrollwheel - button 2 right mouse = button 3 scroll down = button 7 scroll up = button 6 left side button = button 2 right side button = button 3 I then run xmodmap -e "pointer = 1 2 3 6 7 4 5" Now, xev shows left, right & scrollwheel clicks to be the same. However the scrolling down now shows as button 7, then if I carry on scrolling button 5. Likewise scrolling up shows initally as button 6 then, if I carry on scrolling, button 4. The side buttons still act as buttons 2 & 3. Obviously running imwheel doesn't work because the button mappings are still messed up. As an experiment I tried changing the protocol to ExplorerPS/2. This time before the xmodmap line, the side buttons acted as buttons 4 and 5. However after running the xmodmap line, a single scroll up gives a press/release of both button 4 & 6. A single scroll down gives press/releases of buttons 5 and 7. The side buttons give the same events as a scroll up or down. So, why does the xmodmap line not work? And why does scrolling activate as 2 buttons? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imwheel
Thibaut Cousin wrote: Imwheel is, in principle, not necessary to make the wheel work. The wheel > support can be implemented directly in applications. KDE has built-in wheel > support, so the only required thing is the line "ZAxisMapping 4 5" in > XF86Config. The same is true for Gnome apps or Staroffice, for example. > Imwheel is therefore needed only for apps without built-in wheel support. > Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6 > have. So two solutions : I have the line in XF86Config-4 .Problem is imwheel works great with all Netscape components. The Xdefaults files on the net I've tried either didn't work when numlock was pressed or the wheel didin't work in composer. > > 1) launch imwheel in .xsession, not .xinitrc with a line like "exec > /usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use .xsession. This didn't work.(is /usr/bin/imwheel btw)I tried also "exec xterm & " and this didn't work either.So apparently the helix-gdm ingnores the .xsession > 2) abandon imwheel, as most modern apps have built-in wheel support. > Konqueror and Mozilla are very good now, even for Java, PHP or plugins. > > Hope it helps, > Konqueror is OK as a replacement for Netscape at those pages where Netscape crasps out..As for Mozilla not there yet.Too slow and the mail app crashes intermitent.And what can I say,I've been using Netscape since version 2 .I like it.!:-) I'll try kdm and see what that does. Thanks anyway
Re: imwheel
El Dom 31 Dic 2000 13:06, Thibaut Cousin escribió: >Le Dimanche 31 Décembre 2000 07:50, Mircea Luca a écrit : >> I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is >> simple.The wheel won't work in Netscape unless I open an xterm and start >> imwheel .The wheel works fine otherwise in other KDE apps altough if I >> do an "ps aux | grep imwheel " it will show only the grep which means >> AFAIK that imwheel doesn't work. >> I tried to make .xinitrc and exec imwheel -that didn't work . >> I know it's not related to kernel since it did the same thing with >> 2.2.18 and without devfs >> >> Any ideas welcome > > Imwheel is, in principle, not necessary to make the wheel work. The wheel >support can be implemented directly in applications. KDE has built-in wheel >support, so the only required thing is the line "ZAxisMapping 4 5" in >XF86Config. The same is true for Gnome apps or Staroffice, for example. >Imwheel is therefore needed only for apps without built-in wheel support. > Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6 >have. So two solutions : Indeed if your mouse is a PS/2 this is the entry you should have: Section "Pointer" Protocol"IMPS/2" Device "/dev/psaux" ZAxisMapping 4 5 EndSection Never use "Emulate3Buttons", it spoils the wheel behaviour. Pablo.
RE: imwheel
Netscape 4.x knows perfectly well what a mouse wheel is... add this to .Xresources: !Wheel stuff Netscape*drawingArea.translations: #replace\ : ArmLink() \n\ : ArmLink() \n\ ~Shift: ActivateLink() \n\ ~Shift: ActivateLink(new-window)\ DisarmLink()\n\ Shift: ActivateLink(save-only) \ DisarmLink()\n\ Shift: ActivateLink(save-only) \ DisarmLink()\n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DescribeLink() \n\ : xfeDoPopup()\n\ : ActivatePopup() \n\ Ctrl: PageUp()\n\ Ctrl: PageDown() \n\ Shift:LineUp()\n\ Shift:LineDown() \n\ None: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ None: LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ Alt: xfeDoCommand(forward) \n\ Alt: xfeDoCommand(back) \n Netscape*globalNonTextTranslations: #override\n\ Shift: LineUp()\n\ Shift: LineDown()\n\ None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\ n\ Alt: xfeDoCommand(forward)\n\ Alt: xfeDoCommand(back)\n - Marc Wilson [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.moonkingdom.net/mwilson -Original Message- From: Thibaut Cousin [mailto:[EMAIL PROTECTED] Sent: Sunday, December 31, 2000 4:06 AM To: debian-kde@lists.debian.org Cc: debian-user@lists.debian.org Subject:Re: imwheel Le Dimanche 31 Dicembre 2000 07:50, Mircea Luca a icrit : > I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is > simple.The wheel won't work in Netscape unless I open an xterm and start > imwheel .The wheel works fine otherwise in other KDE apps altough if I > do an "ps aux | grep imwheel " it will show only the grep which means > AFAIK that imwheel doesn't work. > I tried to make .xinitrc and exec imwheel -that didn't work . > I know it's not related to kernel since it did the same thing with > 2.2.18 and without devfs > > Any ideas welcome Imwheel is, in principle, not necessary to make the wheel work. The wheel support can be implemented directly in applications. KDE has built-in wheel support, so the only required thing is the line "ZAxisMapping 4 5" in XF86Config. The same is true for Gnome apps or Staroffice, for example. Imwheel is therefore needed only for apps without built-in wheel support. Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6 have. So two solutions : 1) launch imwheel in .xsession, not .xinitrc with a line like "exec /usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use .xsession. 2) abandon imwheel, as most modern apps have built-in wheel support. Konqueror and Mozilla are very good now, even for Java, PHP or plugins. Hope it helps, -- Thibaut Cousin email : [EMAIL PROTECTED] web : http://clrwww.in2p3.fr --- Teach me passion for I fear it`s gone. Show me love, hold the lorn. So much more I wanted to give to the ones who love me. I`m sorry. Time will tell (this bitter farewell) I live no more to shame nor me nor you And you... I wish I didn`t feel for you anymore... Nightwish(http://www.nightwish.com) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: imwheel
Le Dimanche 31 Décembre 2000 07:50, Mircea Luca a écrit : > I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is > simple.The wheel won't work in Netscape unless I open an xterm and start > imwheel .The wheel works fine otherwise in other KDE apps altough if I > do an "ps aux | grep imwheel " it will show only the grep which means > AFAIK that imwheel doesn't work. > I tried to make .xinitrc and exec imwheel -that didn't work . > I know it's not related to kernel since it did the same thing with > 2.2.18 and without devfs > > Any ideas welcome Imwheel is, in principle, not necessary to make the wheel work. The wheel support can be implemented directly in applications. KDE has built-in wheel support, so the only required thing is the line "ZAxisMapping 4 5" in XF86Config. The same is true for Gnome apps or Staroffice, for example. Imwheel is therefore needed only for apps without built-in wheel support. Netscape 4.X doesn't have wheel support, whereas Mozilla or Netscape 6 have. So two solutions : 1) launch imwheel in .xsession, not .xinitrc with a line like "exec /usr/bin/X11/imwheel &". If gdm is Debian-compliant, it should use .xsession. 2) abandon imwheel, as most modern apps have built-in wheel support. Konqueror and Mozilla are very good now, even for Java, PHP or plugins. Hope it helps, -- Thibaut Cousin email : [EMAIL PROTECTED] web : http://clrwww.in2p3.fr --- Teach me passion for I fear it`s gone. Show me love, hold the lorn. So much more I wanted to give to the ones who love me. I`m sorry. Time will tell (this bitter farewell) I live no more to shame nor me nor you And you... I wish I didn`t feel for you anymore... Nightwish(http://www.nightwish.com)
Re: imwheel
I'm assuming that since your KDE apps work correctly you have the ZAxisMapping line in you XF86Config. You don't need imwheel to make the wheel work with netscape, just use this Xdefaults file kindly provided to me by Andrea Vettorello: http://linux.wku.edu/~rvf/Xdefaults.gz You just need to gunzip into your home directory and add the following line to your ~/.xsession file: xrdb -merge $HOME/.Xdefaults -Rob On Sat, Dec 30, 2000 at 10:50:59PM -0800, Mircea Luca wrote: > Hi > > I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is > simple.The wheel won't work in Netscape unless I open an xterm and start > imwheel .The wheel works fine otherwise in other KDE apps altough if I > do an "ps aux | grep imwheel " it will show only the grep which means > AFAIK that imwheel doesn't work. > I tried to make .xinitrc and exec imwheel -that didn't work . > I know it's not related to kernel since it did the same thing with > 2.2.18 and without devfs > > Any ideas welcome > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
imwheel
Hi I'm running unstable ,KDE2 ,gdm,kernel 2.4test12,X4 . My problem is simple.The wheel won't work in Netscape unless I open an xterm and start imwheel .The wheel works fine otherwise in other KDE apps altough if I do an "ps aux | grep imwheel " it will show only the grep which means AFAIK that imwheel doesn't work. I tried to make .xinitrc and exec imwheel -that didn't work . I know it's not related to kernel since it did the same thing with 2.2.18 and without devfs Any ideas welcome
Re: IMWheel help
Your "-R raw" is likely getting destroyed by repeat_type=imps2 Here's mine: gpm configuration: device=/dev/psaux responsiveness= repeat_type=raw type=imps2 append="" And your pointer selection doesn't need a baud rate set. No idea if that will cause trouble or not. Luck. On Tue, Oct 24, 2000 at 07:38:39PM -0500, Rob Rati wrote: > I tried this but couldn't get it to work. I may have it setup > incorrectly though. Here's my gpm.conf: > > device=/dev/psaux > responsiveness= > repeat_type=imps2 > type=imps2 > append="-R raw -l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" > > and my XF86Config file: > > Section "Pointer" >Protocol"IMPS/2" >Device "/dev/gpmdata" >BaudRate1200 >Resolution 100 >Buttons 3 >ZAxisMapping4 5 > EndSection > > When I use this, I can't use the mouse. The mouse will move oddly and > is basically unusable. I'm sure you know what i mean since it's the > same response whenever the mouse protocol is incorrect. Is there > something I'm doing incorrectly? > > Rob > > Snowfox wrote: > > > > I use: > > > > gpm: > > mouse type imps2 coming off /dev/psaux, repeat type "raw" > > > > x windows: > > mouse type imps2 coming off /dev/gpm > > > > I never have to restart gpm. The only time I have a problem is when > > interrupts are missed for unrelated reasons; that sends the mouse > > driver into a funny mode, from which you can recover by rolling the > > mouse wheel back and forth a couple times. > > > > On Mon, Oct 23, 2000 at 09:49:54AM -0700, Bob Nielsen wrote: > > > I realize that the mouse won't work in both gpm and X (without the > > > repeat function) in many cases, but it does for me so I haven't really > > > questioned it (!) /dev/mouse is a symlink to /dev/psaux, of course. > > > > > > I have a problem with gpm occasionally not working correctly, but > > > '/etc/init.d/gpm restart' always fixes that. > > > > > > Bob > > > > > > On Mon, Oct 23, 2000 at 10:44:14AM -0500, [EMAIL PROTECTED] wrote: > > > > I notice in your config that you don't have gpm being used as a repeater > > > > device (I.E. the -R option). That won't work will it? I've always had > > > > to make gpm repeat and have X use /dev/gpmdata in order to make gpm and > > > > X work correctly with the mouse. How can you get gpm and X to both work > > > > without that option? Is your /dev/mouse a symlink to /dev/psaux as I am > > > > assuming? > > > > > > > > I was able to get the scrolling wheel to work if I disabled gpm and used > > > > the IMPS/2 protocol in the X config file (along with the ZAxisMapping), > > > > but I couldn't get it to work with /dev/gpmdata and MouseSystems > > > > protocol, which are the two I've always had to use to get X and gpm to > > > > play nice. Is there another way? > > > > > > > > Rob > > > > > > > > - Original Message - > > > > From: Bob Nielsen <[EMAIL PROTECTED]> > > > > Date: Saturday, October 21, 2000 12:30 pm > > > > Subject: Re: IMWheel help > > > > > > > > > On Sat, Oct 21, 2000 at 10:21:22AM -0500, [EMAIL PROTECTED] wrote: > > > > > > I'm trying to get m MS wheel mouse to work in X, but am having no > > > > > luck. > > > > > > I've gotten everything working but the wheel, and I'm tried > > > > > installing> imwheel and reading the docs, but the wheel still > > > > > doesn't work. I'm > > > > > > using the mouse in X via gpm (/dev/gpmdata), and nothing I have > > > > > tried> has worked. I've looked at the scrolling wheel help page, > > > > > but it didn't > > > > > > help either. According to the imwheel homepage, imwheel is > > > > > supposed to > > > > > > come with a special version of gpm, but that doesn't seem to be > > > > > the case > > > > > > with the Debian package. Can anyone help my get the wheel > > > > > working? Do > > > > > > I need that special version of gpm? Any help would be appreciated. > > > > > > > > > > The following works for me: > > > > > > >
Re: IMWheel help
On Tue, Oct 24, 2000 at 07:38:39PM -0500, Rob Rati wrote: > I tried this but couldn't get it to work. I may have it setup > incorrectly though. Here's my gpm.conf: > > device=/dev/psaux > responsiveness= > repeat_type=imps2 Change this to repeat_type=raw and all should work. > type=imps2 > append="-R raw -l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" > Brent -- "Would you like to play a game of hide and seek now? If you have X-Ray eyes, promise not to peek now!" --The Apples in Stereo "Signal in the Sky (Let's Go)"
Re: IMWheel help
I tried this but couldn't get it to work. I may have it setup incorrectly though. Here's my gpm.conf: device=/dev/psaux responsiveness= repeat_type=imps2 type=imps2 append="-R raw -l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" and my XF86Config file: Section "Pointer" Protocol"IMPS/2" Device "/dev/gpmdata" BaudRate1200 Resolution 100 Buttons 3 ZAxisMapping4 5 EndSection When I use this, I can't use the mouse. The mouse will move oddly and is basically unusable. I'm sure you know what i mean since it's the same response whenever the mouse protocol is incorrect. Is there something I'm doing incorrectly? Rob Snowfox wrote: > > I use: > > gpm: > mouse type imps2 coming off /dev/psaux, repeat type "raw" > > x windows: > mouse type imps2 coming off /dev/gpm > > I never have to restart gpm. The only time I have a problem is when > interrupts are missed for unrelated reasons; that sends the mouse > driver into a funny mode, from which you can recover by rolling the > mouse wheel back and forth a couple times. > > On Mon, Oct 23, 2000 at 09:49:54AM -0700, Bob Nielsen wrote: > > I realize that the mouse won't work in both gpm and X (without the > > repeat function) in many cases, but it does for me so I haven't really > > questioned it (!) /dev/mouse is a symlink to /dev/psaux, of course. > > > > I have a problem with gpm occasionally not working correctly, but > > '/etc/init.d/gpm restart' always fixes that. > > > > Bob > > > > On Mon, Oct 23, 2000 at 10:44:14AM -0500, [EMAIL PROTECTED] wrote: > > > I notice in your config that you don't have gpm being used as a repeater > > > device (I.E. the -R option). That won't work will it? I've always had > > > to make gpm repeat and have X use /dev/gpmdata in order to make gpm and > > > X work correctly with the mouse. How can you get gpm and X to both work > > > without that option? Is your /dev/mouse a symlink to /dev/psaux as I am > > > assuming? > > > > > > I was able to get the scrolling wheel to work if I disabled gpm and used > > > the IMPS/2 protocol in the X config file (along with the ZAxisMapping), > > > but I couldn't get it to work with /dev/gpmdata and MouseSystems > > > protocol, which are the two I've always had to use to get X and gpm to > > > play nice. Is there another way? > > > > > > Rob > > > > > > - Original Message - > > > From: Bob Nielsen <[EMAIL PROTECTED]> > > > Date: Saturday, October 21, 2000 12:30 pm > > > Subject: Re: IMWheel help > > > > > > > On Sat, Oct 21, 2000 at 10:21:22AM -0500, [EMAIL PROTECTED] wrote: > > > > > I'm trying to get m MS wheel mouse to work in X, but am having no > > > > luck. > > > > > I've gotten everything working but the wheel, and I'm tried > > > > installing> imwheel and reading the docs, but the wheel still > > > > doesn't work. I'm > > > > > using the mouse in X via gpm (/dev/gpmdata), and nothing I have > > > > tried> has worked. I've looked at the scrolling wheel help page, > > > > but it didn't > > > > > help either. According to the imwheel homepage, imwheel is > > > > supposed to > > > > > come with a special version of gpm, but that doesn't seem to be > > > > the case > > > > > with the Debian package. Can anyone help my get the wheel > > > > working? Do > > > > > I need that special version of gpm? Any help would be appreciated. > > > > > > > > The following works for me: > > > > > > > > In /etc/X11/XF86Config (/dev/mouse is a symlink to /dev/psaux): > > > > > > > > Section "Pointer" > > > >Protocol"IMPS/2" > > > >Device "/dev/mouse" > > > >ZAxisMapping 4 5 > > > >Buttons 7 > > > > > > > > In /etc/gpm.conf: > > > > > > > > device=/dev/psaux > > > > responsiveness=25 > > > > type=imps2 > > > > append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" > > > > repeat_type= > > > > > > > > -- > > Bob Nielsen, N7XY [EMAIL PROTECTED] > > Bainbridge Island, WA http://www.oz.net/~nielsen > > > > > > > > -- > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > -- [EMAIL PROTECTED] 1999-00 | Aka Khyron the Backstabber | LI NN N U U X X O ICQ# 2325055| LI N NN U U X | LLL I N N UUU X X O "Shackles cannot keep me bound | Those who can, do. forever. I'm outta here." |
Re: IMWheel help
I use: gpm: mouse type imps2 coming off /dev/psaux, repeat type "raw" x windows: mouse type imps2 coming off /dev/gpm I never have to restart gpm. The only time I have a problem is when interrupts are missed for unrelated reasons; that sends the mouse driver into a funny mode, from which you can recover by rolling the mouse wheel back and forth a couple times. On Mon, Oct 23, 2000 at 09:49:54AM -0700, Bob Nielsen wrote: > I realize that the mouse won't work in both gpm and X (without the > repeat function) in many cases, but it does for me so I haven't really > questioned it (!) /dev/mouse is a symlink to /dev/psaux, of course. > > I have a problem with gpm occasionally not working correctly, but > '/etc/init.d/gpm restart' always fixes that. > > Bob > > On Mon, Oct 23, 2000 at 10:44:14AM -0500, [EMAIL PROTECTED] wrote: > > I notice in your config that you don't have gpm being used as a repeater > > device (I.E. the -R option). That won't work will it? I've always had > > to make gpm repeat and have X use /dev/gpmdata in order to make gpm and > > X work correctly with the mouse. How can you get gpm and X to both work > > without that option? Is your /dev/mouse a symlink to /dev/psaux as I am > > assuming? > > > > I was able to get the scrolling wheel to work if I disabled gpm and used > > the IMPS/2 protocol in the X config file (along with the ZAxisMapping), > > but I couldn't get it to work with /dev/gpmdata and MouseSystems > > protocol, which are the two I've always had to use to get X and gpm to > > play nice. Is there another way? > > > > Rob > > > > - Original Message - > > From: Bob Nielsen <[EMAIL PROTECTED]> > > Date: Saturday, October 21, 2000 12:30 pm > > Subject: Re: IMWheel help > > > > > On Sat, Oct 21, 2000 at 10:21:22AM -0500, [EMAIL PROTECTED] wrote: > > > > I'm trying to get m MS wheel mouse to work in X, but am having no > > > luck. > > > > I've gotten everything working but the wheel, and I'm tried > > > installing> imwheel and reading the docs, but the wheel still > > > doesn't work. I'm > > > > using the mouse in X via gpm (/dev/gpmdata), and nothing I have > > > tried> has worked. I've looked at the scrolling wheel help page, > > > but it didn't > > > > help either. According to the imwheel homepage, imwheel is > > > supposed to > > > > come with a special version of gpm, but that doesn't seem to be > > > the case > > > > with the Debian package. Can anyone help my get the wheel > > > working? Do > > > > I need that special version of gpm? Any help would be appreciated. > > > > > > The following works for me: > > > > > > In /etc/X11/XF86Config (/dev/mouse is a symlink to /dev/psaux): > > > > > > Section "Pointer" > > >Protocol"IMPS/2" > > >Device "/dev/mouse" > > >ZAxisMapping 4 5 > > >Buttons 7 > > > > > > In /etc/gpm.conf: > > > > > > device=/dev/psaux > > > responsiveness=25 > > > type=imps2 > > > append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" > > > repeat_type= > > > > > -- > Bob Nielsen, N7XY [EMAIL PROTECTED] > Bainbridge Island, WA http://www.oz.net/~nielsen > > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null >
Re: IMWheel help
I realize that the mouse won't work in both gpm and X (without the repeat function) in many cases, but it does for me so I haven't really questioned it (!) /dev/mouse is a symlink to /dev/psaux, of course. I have a problem with gpm occasionally not working correctly, but '/etc/init.d/gpm restart' always fixes that. Bob On Mon, Oct 23, 2000 at 10:44:14AM -0500, [EMAIL PROTECTED] wrote: > I notice in your config that you don't have gpm being used as a repeater > device (I.E. the -R option). That won't work will it? I've always had > to make gpm repeat and have X use /dev/gpmdata in order to make gpm and > X work correctly with the mouse. How can you get gpm and X to both work > without that option? Is your /dev/mouse a symlink to /dev/psaux as I am > assuming? > > I was able to get the scrolling wheel to work if I disabled gpm and used > the IMPS/2 protocol in the X config file (along with the ZAxisMapping), > but I couldn't get it to work with /dev/gpmdata and MouseSystems > protocol, which are the two I've always had to use to get X and gpm to > play nice. Is there another way? > > Rob > > - Original Message - > From: Bob Nielsen <[EMAIL PROTECTED]> > Date: Saturday, October 21, 2000 12:30 pm > Subject: Re: IMWheel help > > > On Sat, Oct 21, 2000 at 10:21:22AM -0500, [EMAIL PROTECTED] wrote: > > > I'm trying to get m MS wheel mouse to work in X, but am having no > > luck. > > > I've gotten everything working but the wheel, and I'm tried > > installing> imwheel and reading the docs, but the wheel still > > doesn't work. I'm > > > using the mouse in X via gpm (/dev/gpmdata), and nothing I have > > tried> has worked. I've looked at the scrolling wheel help page, > > but it didn't > > > help either. According to the imwheel homepage, imwheel is > > supposed to > > > come with a special version of gpm, but that doesn't seem to be > > the case > > > with the Debian package. Can anyone help my get the wheel > > working? Do > > > I need that special version of gpm? Any help would be appreciated. > > > > The following works for me: > > > > In /etc/X11/XF86Config (/dev/mouse is a symlink to /dev/psaux): > > > > Section "Pointer" > >Protocol"IMPS/2" > >Device "/dev/mouse" > >ZAxisMapping 4 5 > >Buttons 7 > > > > In /etc/gpm.conf: > > > > device=/dev/psaux > > responsiveness=25 > > type=imps2 > > append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" > > repeat_type= > > -- Bob Nielsen, N7XY [EMAIL PROTECTED] Bainbridge Island, WA http://www.oz.net/~nielsen
Re: IMWheel help
I notice in your config that you don't have gpm being used as a repeater device (I.E. the -R option). That won't work will it? I've always had to make gpm repeat and have X use /dev/gpmdata in order to make gpm and X work correctly with the mouse. How can you get gpm and X to both work without that option? Is your /dev/mouse a symlink to /dev/psaux as I am assuming? I was able to get the scrolling wheel to work if I disabled gpm and used the IMPS/2 protocol in the X config file (along with the ZAxisMapping), but I couldn't get it to work with /dev/gpmdata and MouseSystems protocol, which are the two I've always had to use to get X and gpm to play nice. Is there another way? Rob - Original Message - From: Bob Nielsen <[EMAIL PROTECTED]> Date: Saturday, October 21, 2000 12:30 pm Subject: Re: IMWheel help > On Sat, Oct 21, 2000 at 10:21:22AM -0500, [EMAIL PROTECTED] wrote: > > I'm trying to get m MS wheel mouse to work in X, but am having no > luck. > > I've gotten everything working but the wheel, and I'm tried > installing> imwheel and reading the docs, but the wheel still > doesn't work. I'm > > using the mouse in X via gpm (/dev/gpmdata), and nothing I have > tried> has worked. I've looked at the scrolling wheel help page, > but it didn't > > help either. According to the imwheel homepage, imwheel is > supposed to > > come with a special version of gpm, but that doesn't seem to be > the case > > with the Debian package. Can anyone help my get the wheel > working? Do > > I need that special version of gpm? Any help would be appreciated. > > The following works for me: > > In /etc/X11/XF86Config (/dev/mouse is a symlink to /dev/psaux): > > Section "Pointer" >Protocol"IMPS/2" >Device "/dev/mouse" >ZAxisMapping 4 5 >Buttons 7 > > In /etc/gpm.conf: > > device=/dev/psaux > responsiveness=25 > type=imps2 > append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" > repeat_type= > > -- > Bob Nielsen, N7XY [EMAIL PROTECTED] > Bainbridge Island, WA http://www.oz.net/~nielsen > >
Re: IMWheel help
"Peter" == Peter Jay Salzman <[EMAIL PROTECTED]> writes: > rob, i'm sure people will barf at what i'm about to say... i've > found imwheel to be a bad program. i had trouble with what got > "wheel focus". for example, if netscape worked with the wheel, then > my xterms wouldn't, and vice versa. I have not even looked at imwheel, and my mouse wheel is working fine (except that the physical wheel is a little sticky in one direction, but that's not X's fault :). > btw, many programs already support the wheelie mouse -- xterm and > friends (rxvt, eterm, etc), star office, etc. > there's only a few important ones (netscape comes to mind) which > don't. FWIW, Mozilla _does_ support the wheel for scrolling out of the box. And since XEmacs does also, I have no complaints. =wl -- Albert ``Willy'' Lee, Emacs user, game programmer "They call me CRAZY - just because I DARE to DREAM of a RACE of SUPERHUMAN MONSTERS!"
Re: IMWheel help
On Sat, Oct 21, 2000 at 10:21:22AM -0500, [EMAIL PROTECTED] wrote: > I'm trying to get m MS wheel mouse to work in X, but am having no luck. > I've gotten everything working but the wheel, and I'm tried installing > imwheel and reading the docs, but the wheel still doesn't work. I'm > using the mouse in X via gpm (/dev/gpmdata), and nothing I have tried > has worked. I've looked at the scrolling wheel help page, but it didn't > help either. According to the imwheel homepage, imwheel is supposed to > come with a special version of gpm, but that doesn't seem to be the case > with the Debian package. Can anyone help my get the wheel working? Do > I need that special version of gpm? Any help would be appreciated. The following works for me: In /etc/X11/XF86Config (/dev/mouse is a symlink to /dev/psaux): Section "Pointer" Protocol"IMPS/2" Device "/dev/mouse" ZAxisMapping 4 5 Buttons 7 In /etc/gpm.conf: device=/dev/psaux responsiveness=25 type=imps2 append="-l \"a-zA-Z0-9_.:~/\300-\326\330-\366\370-\377\"" repeat_type= -- Bob Nielsen, N7XY [EMAIL PROTECTED] Bainbridge Island, WA http://www.oz.net/~nielsen
Re: IMWheel help
Peter Jay Salzman scripsit: > >3. there's a webpage -- forget the guy's name, but his first (or maybe >last?) name is colas and he's from france. he has an extensive page on >wheelie mice. he has config lines you can put in .Xdefaults to take care of >programs, like netscape, which do not support wheelie mice. Hi, the page is at http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/ have fun:) -- Leo TheHobbit IRCnet #leiene ICQ 56656060 -BEGIN GEEK CODE BLOCK- Version: 3.1 GED/CS d? s-:+>-: a C+++ U+++ L++(+++)> P+++>+ E+(++) W++ N+ K? o? !w O? M V--- PS+++ PE-- Y+ GPG+ t++ 5? X- R+ tv+ b D? DI? G e()* h(+) r--(---) y(+)-->+++* --END GEEK CODE BLOCK--
Re: IMWheel help
rob, i'm sure people will barf at what i'm about to say... i've found imwheel to be a bad program. i had trouble with what got "wheel focus". for example, if netscape worked with the wheel, then my xterms wouldn't, and vice versa. here's a better idea: 1. put a z-axis mapping line in your xfree86config file 2. make sure you're using the imps/2 protocol 3. there's a webpage -- forget the guy's name, but his first (or maybe last?) name is colas and he's from france. he has an extensive page on wheelie mice. he has config lines you can put in .Xdefaults to take care of programs, like netscape, which do not support wheelie mice. this worked beautifully for me. much better than the imwheel package. btw, many programs already support the wheelie mouse -- xterm and friends (rxvt, eterm, etc), star office, etc. there's only a few important ones (netscape comes to mind) which don't. pete linux To err is human, to forgive is divine. [EMAIL PROTECTED] _ To oink is porcine, to meow is feline.http://www.dirac.org/p._. To neigh is equine to howl is lupine, /v\ To moo is bovine to bleat is ovine.// \\ ^^ ^^ The best way to accelerate a win95 system is at 9.81 m/s^2 rules On Sat, 21 Oct 2000 [EMAIL PROTECTED] wrote: > I'm trying to get m MS wheel mouse to work in X, but am having no luck. > I've gotten everything working but the wheel, and I'm tried installing > imwheel and reading the docs, but the wheel still doesn't work. I'm > using the mouse in X via gpm (/dev/gpmdata), and nothing I have tried > has worked. I've looked at the scrolling wheel help page, but it didn't > help either. According to the imwheel homepage, imwheel is supposed to > come with a special version of gpm, but that doesn't seem to be the case > with the Debian package. Can anyone help my get the wheel working? Do > I need that special version of gpm? Any help would be appreciated. > > Rob > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
IMWheel help
I'm trying to get m MS wheel mouse to work in X, but am having no luck. I've gotten everything working but the wheel, and I'm tried installing imwheel and reading the docs, but the wheel still doesn't work. I'm using the mouse in X via gpm (/dev/gpmdata), and nothing I have tried has worked. I've looked at the scrolling wheel help page, but it didn't help either. According to the imwheel homepage, imwheel is supposed to come with a special version of gpm, but that doesn't seem to be the case with the Debian package. Can anyone help my get the wheel working? Do I need that special version of gpm? Any help would be appreciated. Rob
imwheel
I still am having problems getting my wheel mouse to work in Netscape and other programs. Several weeks ago I downloaded imwheel and added the following code to my ~/.Xdefaults file. This caused the wheel to work like a third button, but it also caused the undesired result of limiting the range of fonts available to me in my Netscape display: !## NETSCAPE Netscape*drawingArea.translations: #replace\ : ArmLink() \n\ : ArmLink() \n\ ~Shift: ActivateLink() \n\ ~Shift: ActivateLink(new-window) \ DisarmLink() \n\ Shift:ActivateLink(save-only) \ DisarmLink() \n\ Shift:ActivateLink(save-only) \ DisarmLink() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DisarmLinkIfMoved() \n\ : DescribeLink() \n\ : xfeDoPopup()\n\ : ActivatePopup() \n\ Ctrl: PageUp()\n\ Ctrl: PageDown()\n\ Shift: LineUp()\n\ Shift: LineDown()\n\ None: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ None: LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ Alt: xfeDoCommand(forward)\n\ Alt: xfeDoCommand(back)\n Netscape*globalNonTextTranslations: #override\n\ Shift: LineUp()\n\ Shift: LineDown()\n\ None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\ None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\ Alt: xfeDoCommand(forward)\n\ Alt: xfeDoCommand(back)\n Can anyone tell me what's going on here? Also, am I going to have to edit the configuration file for every program I run to make the wheelmouse work? __ Do You Yahoo!? Thousands of Stores. Millions of Products. All in one place. Yahoo! Shopping: http://shopping.yahoo.com
Re: Logitech Trackman and imwheel?
Hi Aaron, Thanks for the reply! Can you tell me a few things please: - Are you using stable or unstable? - Are you running imwheel? - Could you copy me the 'Pointers' section of your /etc/X11/XF86Config Mebbe I can work out what the difference between your and my system is from that - thanks, Steve On Mon, Sep 06, 1999 at 07:18:41PM -0400, Aaron Solochek wrote: > My logitech mouseman's wheel just works, I didn't do anything special at > all. It works in less, and it works in netscape. I believe it also works > in other things but I can't recall right now. > > -Aaron Solochek > [EMAIL PROTECTED] > > On Tue, 7 Sep 1999, Steve George wrote: > > > Hi, > > > > I bought a new Logitech Trackman Marble+ today and was wondering if anyone > > knows how to get the middle button wheel working. > > > > I have the trackman installed and using the Intellimouse protocol fine - > > all three buttons work. > > > > I thought that I might be able to get the wheel running by using the > > imwheel application. I got the source compiled/installed fine but nothing > > happens when I launch it from within X with imwheel -k > > > > Am I on the right path here? Can anyone explain how to use imwheel I think > > I'm a bit confused! > > > > Thanks, > > > > Steve > > > > > > -- > > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > > > > >
Re: Logitech Trackman and imwheel?
My logitech mouseman's wheel just works, I didn't do anything special at all. It works in less, and it works in netscape. I believe it also works in other things but I can't recall right now. -Aaron Solochek [EMAIL PROTECTED] On Tue, 7 Sep 1999, Steve George wrote: > Hi, > > I bought a new Logitech Trackman Marble+ today and was wondering if anyone > knows how to get the middle button wheel working. > > I have the trackman installed and using the Intellimouse protocol fine - all > three buttons work. > > I thought that I might be able to get the wheel running by using the imwheel > application. I got the source compiled/installed fine but nothing happens > when I launch it from within X with imwheel -k > > Am I on the right path here? Can anyone explain how to use imwheel I think > I'm a bit confused! > > Thanks, > > Steve > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null > >
Logitech Trackman and imwheel?
Hi, I bought a new Logitech Trackman Marble+ today and was wondering if anyone knows how to get the middle button wheel working. I have the trackman installed and using the Intellimouse protocol fine - all three buttons work. I thought that I might be able to get the wheel running by using the imwheel application. I got the source compiled/installed fine but nothing happens when I launch it from within X with imwheel -k Am I on the right path here? Can anyone explain how to use imwheel I think I'm a bit confused! Thanks, Steve
imwheel
I have got imwheel working, but it jumps a whole page for each click is there a way to reduce that ( may be 20% of page for each click. -Oz -- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NAME Oz Dror, Los Angeles, California EMAIL [EMAIL PROTECTED] <> PHONE Fax (310) 474-3126 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
imwheel does not work
Hi I have just installed the deb package of imwheel. It does not work for me. I have imps2 mouse. does it conflict with the 3rd botton option of X11? -Oz -- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NAME Oz Dror, Los Angeles, California EMAIL [EMAIL PROTECTED] <> PHONE Fax (310) 474-3126 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>