Bug 36523 - mouseman wheel (the wheel is not working)
Summary: mouseman wheel (the wheel is not working)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: XFree86
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike A. Harris
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-18 18:39 UTC by Joseph S. Berrios
Modified: 2007-04-18 16:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-18 18:39:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Joseph S. Berrios 2001-04-18 18:39:24 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2-2smp i686)


Installed RH Linux 7.1 on a RH Linux 7.1 Beta system that used the mouseman
wheel and the wheel worked.  After the installation, the wheel from the
mouse is no longer working.

Reproducible: Didn't try
Steps to Reproduce:
1.install RH Linux 7.1 Beta and get the Mouseman Wheel to work
2.Install on top of it Red Hat Linux 7.1
	

Actual Results:  The wheel from the mouse no longer works.

Expected Results:  The wheel from the mouse should work.

Comment 1 Mike A. Harris 2001-04-18 18:46:56 UTC
I am using a Logitech Mouseman Wheel with 7.1 right now.  It works with
both serial and ps/2.  Your configuration must be wrong.  Please reconfigure
your mouse in /etc/X11/XF86Config-4.  It should read something like:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "IntelliMouse"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

There are other configurations that work as well however.  Read the XFree86
mouse manpage for configuration information.

man -a 4 mouse



Note You need to log in before you can comment on or make changes to this bug.