Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-23 Thread Ben Russo
Graham Campbell wrote:
On Friday 20 February 2004 09:40 pm, Erik Steffl wrote:

Graham Campbell wrote:

On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:

Graham Campbell wrote:

I just applied the latest X upgrades to Woody. My wheel mouse stopped
scrolling (rest works ok). Here is the relevant entries from
/etc/X11/XF86Config-4 :
Section InputDevice
  Identifier  Configured Mouse
  Driver  mouse
  Option  CorePointer
  Option  Device/dev/psaux
  Option  Protocol  ImPS/2
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
EndSection
Section InputDevice
  Identifier  Generic Mouse
  Driver  mouse
  Option  SendCoreEventstrue
  Option  Device/dev/input/mice
  Option  Protocol  ImPS/2
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
EndSection
 what does xev say? are you running gpm?
xev says nothing when I roll the wheel.
I am not running gpm (as far as I know - this is a new distribution for
me)
  try different protocol (for logitech I use MouseManPlusPS/2), I know
it didn't always work the way docs said (as far as I can tell) so maybe
the protocol you use doesn't work for your mouse anymore. Make sure that
you change protocol of the mouse that is actually used (later in the X
config)
	erik
Problem fixed by reverting to an old version of XF86Config-4. Unfortunately 
due to fuzzy thinking and fumble fingers, I no longer have the version that 
caused the problem, so I cannot guess what the change was that caused the 
problem. However the Mouse configuration entries were the same between the 
two!!


I had this problem.  Got it fixed by simple deleting 
/lib/modules/*..*/usbmouse.o (and restarted X)
This module was getting loaded by the system, but when it was
present the mouse didn't work right.  I think I have a different mouse,
  (Microsoft Wireless USB Intellimouse Explorer 7 button wheelmouse)

I tried gobs of stuff only thing that worked was getting rid of 
usbmouse.o (and then restarted X).

-Ben.

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



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Graham Campbell
On Friday 20 February 2004 09:40 pm, Erik Steffl wrote:
 Graham Campbell wrote:
  On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:
 Graham Campbell wrote:
 I just applied the latest X upgrades to Woody. My wheel mouse stopped
 scrolling (rest works ok). Here is the relevant entries from
 /etc/X11/XF86Config-4 :
 Section InputDevice
 Identifier  Configured Mouse
 Driver  mouse
 Option  CorePointer
 Option  Device/dev/psaux
 Option  Protocol  ImPS/2
 Option  Emulate3Buttons   true
 Option  ZAxisMapping  4 5
 EndSection
 
 Section InputDevice
 Identifier  Generic Mouse
 Driver  mouse
 Option  SendCoreEventstrue
 Option  Device/dev/input/mice
 Option  Protocol  ImPS/2
 Option  Emulate3Buttons   true
 Option  ZAxisMapping  4 5
 EndSection
 
what does xev say? are you running gpm?
 
  xev says nothing when I roll the wheel.
  I am not running gpm (as far as I know - this is a new distribution for
  me)

try different protocol (for logitech I use MouseManPlusPS/2), I know
 it didn't always work the way docs said (as far as I can tell) so maybe
 the protocol you use doesn't work for your mouse anymore. Make sure that
 you change protocol of the mouse that is actually used (later in the X
 config)

   erik
Problem fixed by reverting to an old version of XF86Config-4. Unfortunately 
due to fuzzy thinking and fumble fingers, I no longer have the version that 
caused the problem, so I cannot guess what the change was that caused the 
problem. However the Mouse configuration entries were the same between the 
two!!
-- 
Graham
[EMAIL PROTECTED]
aka [EMAIL PROTECTED]


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



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Richard Lyons
On Saturday 21 February 2004 16:57, Graham Campbell wrote:
[...]
 due to fuzzy thinking and fumble fingers, I no longer have the version that
 caused the problem, so I cannot guess what the change was that caused the
 problem. However the Mouse configuration entries were the same between the
 two!!

Rats! I've never had a wheel working under linux, and I was following this 
thread sure the solution would be revealed...

-- 
richard


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



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Peter Billson
Richard Lyons wrote:
 Rats! I've never had a wheel working under linux, and I was following this
 thread sure the solution would be revealed...

Richard,
  To make the wheel work under X change your /etc/X11/XF86Config file so
that the line in the Pointer section that now reads:
   Protocolps/2

change it to:
   Protocolimps/2


And restart X


Pete  
-- 
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting


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



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Kai Schindelka
due to fuzzy thinking and fumble fingers, I no longer have the version that
caused the problem, so I cannot guess what the change was that caused the
problem. However the Mouse configuration entries were the same between the
two!!
Rats! I've never had a wheel working under linux, and I was following this 
thread sure the solution would be revealed...
I've just subscribed. Pardon me for not having time to look up previous
posts, but here is what I have in my /etc/X11/XF86Config-4 on a Debian
stable:
--
Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  ImPS/2
Option  ZAxisMapping  4 5
EndSection
Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  ZAxisMapping  4 5
EndSection
Section ServerLayout
[...]
InputDevice Configured Mouse
InputDevice Generic Mouse
EndSection
--
I've never bothered to check if one of these entries is superfluous.
Works like a charme. Mouse is a crossing myself M$ IntelliMouse.
--
Bye, Kai
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: X upgrade, Wheel mouse stopped working -fixed

2004-02-21 Thread Richard Lyons
On Saturday 21 February 2004 19:52, Peter Billson wrote:
 Richard Lyons wrote:
  Rats! I've never had a wheel working under linux, and I was following
  this thread sure the solution would be revealed...

 Richard,
   To make the wheel work under X change your /etc/X11/XF86Config file so
 that the line in the Pointer section that now reads:
Protocolps/2

 change it to:
Protocolimps/2


 And restart X

Embarassingly easy.  Thanks.  I suppose I was being a bit wet about that 
little problem because I didn't care much -- truth is I never used a wheel 
mouse at all before.  Still, it is quite neat.  Might get to quite like it. 
So, thanks again.

-- 
richard 


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



X upgrade, Wheel mouse stopped working

2004-02-20 Thread Graham Campbell
I just applied the latest X upgrades to Woody. My wheel mouse stopped 
scrolling (rest works ok). Here is the relevant entries from 
/etc/X11/XF86Config-4 :
Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Any help would be appreciated.

Graham
[EMAIL PROTECTED]
aka [EMAIL PROTECTED]


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



Re: X upgrade, Wheel mouse stopped working

2004-02-20 Thread Erik Steffl
Graham Campbell wrote:
I just applied the latest X upgrades to Woody. My wheel mouse stopped 
scrolling (rest works ok). Here is the relevant entries from 
/etc/X11/XF86Config-4 :
Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/psaux
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  Generic Mouse
Driver  mouse
Option  SendCoreEventstrue
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection
  what does xev say? are you running gpm?

	erik

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



Re: X upgrade, Wheel mouse stopped working

2004-02-20 Thread Graham Campbell
On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:
 Graham Campbell wrote:
  I just applied the latest X upgrades to Woody. My wheel mouse stopped
  scrolling (rest works ok). Here is the relevant entries from
  /etc/X11/XF86Config-4 :
  Section InputDevice
  Identifier  Configured Mouse
  Driver  mouse
  Option  CorePointer
  Option  Device/dev/psaux
  Option  Protocol  ImPS/2
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
  EndSection
 
  Section InputDevice
  Identifier  Generic Mouse
  Driver  mouse
  Option  SendCoreEventstrue
  Option  Device/dev/input/mice
  Option  Protocol  ImPS/2
  Option  Emulate3Buttons   true
  Option  ZAxisMapping  4 5
  EndSection

what does xev say? are you running gpm?
xev says nothing when I roll the wheel.
I am not running gpm (as far as I know - this is a new distribution for me)

Graham
[EMAIL PROTECTED]
aka [EMAIL PROTECTED]


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



Re: X upgrade, Wheel mouse stopped working

2004-02-20 Thread Erik Steffl
Graham Campbell wrote:
On Friday 20 February 2004 08:14 pm, Erik Steffl wrote:

Graham Campbell wrote:

I just applied the latest X upgrades to Woody. My wheel mouse stopped
scrolling (rest works ok). Here is the relevant entries from
/etc/X11/XF86Config-4 :
Section InputDevice
   Identifier  Configured Mouse
   Driver  mouse
   Option  CorePointer
   Option  Device/dev/psaux
   Option  Protocol  ImPS/2
   Option  Emulate3Buttons   true
   Option  ZAxisMapping  4 5
EndSection
Section InputDevice
   Identifier  Generic Mouse
   Driver  mouse
   Option  SendCoreEventstrue
   Option  Device/dev/input/mice
   Option  Protocol  ImPS/2
   Option  Emulate3Buttons   true
   Option  ZAxisMapping  4 5
EndSection
  what does xev say? are you running gpm?
xev says nothing when I roll the wheel.
I am not running gpm (as far as I know - this is a new distribution for me)
  try different protocol (for logitech I use MouseManPlusPS/2), I know 
it didn't always work the way docs said (as far as I can tell) so maybe 
the protocol you use doesn't work for your mouse anymore. Make sure that 
you change protocol of the mouse that is actually used (later in the X 
config)

	erik

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