Re: Wheelmouse

2003-06-24 Thread Bob Proulx
Pigeon wrote: > Jamin W. Collins wrote: > > TMK, imwheelrc hasn't been needed for some time now. XFree86 v4.x > > versions support the wheel mice directly AFAIK. > > They're supposed to, but it's often easier to set up with imwheel. One > advantage is you can edit imwheelrc and then restart imwhe

Re: Wheelmouse

2003-06-23 Thread SYNeR
The mousewheel still doesn't work - Original Message - From: "Sebastian Kapfer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 9:42 PM Subject: Re: Wheelmouse > On Mon, 23 Jun 2003 10:40:12 +0200, SYNeR wrote: > > > Hi

Re: Wheelmouse

2003-06-23 Thread Pigeon
On Mon, Jun 23, 2003 at 08:51:38AM -0600, Jamin W. Collins wrote: > On Mon, Jun 23, 2003 at 04:10:07PM +0200, mag wrote: > > I think the missing thing is ~/.imwheelrc > > TMK, imwheelrc hasn't been needed for some time now. XFree86 v4.x > versions support the wheel mice directly AFAIK. They're

Re: Wheelmouse

2003-06-23 Thread Pigeon
Hint when changing mouse protocol settings in XF86Config: Older versions of X - up to 4.2.1 - have broken PS/2 mouse initialisation code that doesn't reset the mouse. With some mice, this screws up the mouse's response to its initialisation string. The result is that changing the protocol setting

Re: Wheelmouse

2003-06-23 Thread Jamin W. Collins
On Mon, Jun 23, 2003 at 04:10:07PM +0200, mag wrote: > I think the missing thing is ~/.imwheelrc TMK, imwheelrc hasn't been needed for some time now. XFree86 v4.x versions support the wheel mice directly AFAIK. -- Jamin W. Collins Remember, root always has a loaded gun. Don't run around with

Re: Wheelmouse

2003-06-23 Thread mag
I think the missing thing is ~/.imwheelrc On Mon, Jun 23, 2003 at 01:42:34PM +0200, Sebastian Kapfer wrote: > On Mon, 23 Jun 2003 10:40:12 +0200, SYNeR wrote: > > > Hi all, > > > > I have the same problem. I changed PS/2 to ImPS/2 in my XF86Config-4 file.. > > Still it doesn't work.. Am I miss

Re: Wheelmouse

2003-06-23 Thread Sebastian Kapfer
On Mon, 23 Jun 2003 10:40:12 +0200, SYNeR wrote: > Hi all, > > I have the same problem. I changed PS/2 to ImPS/2 in my XF86Config-4 file.. > Still it doesn't work.. Am I missing something? What doesn't work? X11? The mouse? The wheel? -- Best Regards, | Hi! I'm a .signature virus. Copy me

Re: Wheelmouse

2003-06-23 Thread John Stevenson
"Protocol" "MouseManPlusPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/psaux" Option "SendCoreEvents" "true" EndSection Please note that the above will only

Re: Wheelmouse

2003-06-23 Thread SYNeR
ED]> Sent: Monday, June 23, 2003 5:36 PM Subject: Re: Wheelmouse -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alle 19:48, sabato 21 giugno 2003, Piero ha scritto: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > > The corresponding line

Re: Wheelmouse

2003-06-23 Thread Stefano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alle 19:48, sabato 21 giugno 2003, Piero ha scritto: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > > The corresponding lines in my /etc/X11/XF86Config file are: > > Section "InputDevice" > > # Identifier and driver > >

Re: Wheelmouse

2003-06-22 Thread Pigeon
On Sat, Jun 21, 2003 at 02:34:58PM -0400, Bijan Soleymani wrote: > I wish this could be automatically detected :) Try X 4.3 -- Pigeon Be kind to pigeons Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F pgp0.pgp Description: PGP signature

Re: Wheelmouse

2003-06-21 Thread Haldor Riddering
On Sun, 22 Jun 2003 05:48, Piero wrote: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > his is what I did, I installed gpm, then /usr/sbin/gpmconfig Current Configuration: -m/dev/psaux -t imps2 -Rraw Device: /dev/psaux Type: imps2 Repeat_Type: raw /etc/X11/XF86Con

Re: Wheelmouse

2003-06-21 Thread Pigeon
On Sat, Jun 21, 2003 at 07:48:56PM +0200, Piero wrote: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > > The corresponding lines in my /etc/X11/XF86Config file are: > > Section "InputDevice" > > # Identifier and driver > >Identifier "Mouse1" >Driver

Re: Wheelmouse

2003-06-21 Thread Sebastian Kapfer
On Sat, 21 Jun 2003 20:20:12 +0200, Piero wrote: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > > The corresponding lines in my /etc/X11/XF86Config file are: > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mo

Re: Wheelmouse

2003-06-21 Thread Bob Proulx
Piero wrote: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. >Option "Protocol""PS/2" > Anything tu suggest? Thanks Change that line above to be: Option "Protocol""ImPS/2" Wheelmice use InteliMouse protocol. If you are using 'gpm' then also make that

Re: Wheelmouse

2003-06-21 Thread Alexander Schmehl
* Piero <[EMAIL PROTECTED]> [030621 19:48]: >Option "Protocol""PS/2" Try ImPS/2. Sincerely Alexander pgp0.pgp Description: PGP signature

Re: Wheelmouse

2003-06-21 Thread Bijan Soleymani
On Sat, 2003-06-21 at 13:48, Piero wrote: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > > The corresponding lines in my /etc/X11/XF86Config file are: > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" >

Re: Wheelmouse

2003-06-21 Thread Robert Ian Smit
* Piero <[EMAIL PROTECTED]> [21-06-2003 20:21]: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. As in the wheel doesn't work, but I can move the pointer and click? Or does the mouse not work at all? > The corresponding lines in my /etc/X11/XF86Config file are: >Op

Re: Wheelmouse

2003-06-21 Thread Nicos Gollan
On Saturday 21 June 2003 19:48, Piero wrote: > I'm not able to make my wheelmouse work. It's a basic Logitech wheelmouse. > > The corresponding lines in my /etc/X11/XF86Config file are: > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" >

Re: wheelmouse and Netscape 4.76

2001-02-12 Thread Diego Biurrun
Hi Andreas! Everything is fine, you just have to pust that stuff into .Xresources, which Debian uses instead of .Xdefaults. Works fine over here. Diego Biurrun Andreas Donath wrote: > > Hi, > > I've got a problem to get the wheel mouse cooperating > with my netscape (V4.76). The Pointer Sectio

Re: WheelMouse under Linux

1999-03-15 Thread servis
*- On 15 Mar, To: [EMAIL PROTECTED] wrote about "Re: WheelMouse under Linux" > *- On 15 Mar, Matthew Myers wrote about "WheelMouse under Linux" >> Does anyone know where to find info on how to get the wheel of a >> wheelmouse to work under Linux? >> &g

Re: WheelMouse under Linux

1999-03-15 Thread servis
*- On 15 Mar, Matthew Myers wrote about "WheelMouse under Linux" > Does anyone know where to find info on how to get the wheel of a > wheelmouse to work under Linux? > > http://www.inria.fr/koala/colas/mouse-wheel-scroll/ and the imwheel program(not yet available under Debian) http://www.freshme