My scroll wheel on my mouse won't work!!

2003-06-01 Thread Steven Lake
Hi all.  I got a microsoft optical mouse with a scroll wheel in it
and everything on it works great...except the wheel.  I can't get KDE to
do anything with the wheel.  How do I setup my mouse daemon to use my
scroll wheel?  Much apreciated on the info.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My scroll wheel on my mouse won't work!!

2003-06-01 Thread cas
 From: Steven Lake [EMAIL PROTECTED]
 Date: 2003/05/31 Sat AM 09:00:55 EDT
 To: [EMAIL PROTECTED]
 Subject: My scroll wheel on my mouse won't work!!
 
   Hi all.  I got a microsoft optical mouse with a scroll wheel in it
 and everything on it works great...except the wheel.  I can't get KDE to
 do anything with the wheel.  How do I setup my mouse daemon to use my
 scroll wheel?  Much apreciated on the info.

try adding this to /etc/X11/XF86Config-4

Section InputDevice
Identifier Mouse0
Driver mouse
Option Protocol Auto
Option Device   /dev/sysmouse
Option ZAxisMapping 4 5
EndSection


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My scroll wheel on my mouse won't work!!

2003-06-01 Thread Hasse
On Saturday 31 May 2003 15.00, Steven Lake wrote:
   Hi all.  I got a microsoft optical mouse with a scroll wheel in it
 and everything on it works great...except the wheel.  I can't get KDE to
 do anything with the wheel.  How do I setup my mouse daemon to use my
 scroll wheel?  Much apreciated on the info.

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
Hi.
Try to edit your /etc/X11/XF86Config
and in the section Section InputDevice, put something like this :

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5
Option  Buttons 5
EndSection
-- 
Regards
   Hasse
  Webmaster @ Swedehost.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My scroll wheel on my mouse won't work!!

2003-06-01 Thread Steven Lake
I got it working!  thanks for all the suggestions everyone!  :)

On Sat, 31 May 2003, Hasse wrote:

 On Saturday 31 May 2003 15.00, Steven Lake wrote:
  Hi all.  I got a microsoft optical mouse with a scroll wheel in it
  and everything on it works great...except the wheel.  I can't get KDE to
  do anything with the wheel.  How do I setup my mouse daemon to use my
  scroll wheel?  Much apreciated on the info.
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 Hi.
 Try to edit your /etc/X11/XF86Config
 and in the section Section InputDevice, put something like this :

 Section InputDevice
 Identifier  Mouse0
 Driver  mouse
 Option  Protocol auto
 Option  Device /dev/sysmouse
 Option  ZAxisMapping 4 5
 Option  Buttons 5
 EndSection
 --
 Regards
Hasse
   Webmaster @ Swedehost.com



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]