Re: USB Mouse problems
From: Lists (echo_at_beltrani.com)
Date: 09/13/03
- Previous message: Kim young suk: "re"
- In reply to: George Nicholls: "USB Mouse problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: 13 Sep 2003 06:49:15 -0400
FWIW, I have a "Dell by Microsoft" IntelliMouse 1.3 wheel mouse on both
a generic desktop and a Dell Lattitude notebook. The wheel works fine on
both.
My /etc/X11/XF86Config under RH9 contains exactly what you posted with
the exception that the protocol for input device mouse 0 is IMPS/2, i.e.
Option "Protocol" "PS/2"
- Paul
On Sat, 2003-09-13 at 01:58, George Nicholls wrote:
> Don't want to bug the list, but there has to be someone out there who
> can help with my mouse issue I posted a while ago?
>
> I have a dell 5150 P4 running RH9.0. I installed RH9.0 with just my
> built in mousepad present. I have recompiled the kernel to load in a
> wifi card. Since then, my mousepad works (still) but I cannot get my usb
> wheel
> mouse to run:-) I have configured it using the mouse gui in the Redhat
> start menu but then neither my mousepad or usb wheel mouse will work.
>
> Has it got something to do with the "AlwaysCore" assignment?
>
> Below is my XF86Config file snip
>
> **********
> # XFree86 4 configuration created by pyxf86config
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen 0 "Screen0" 0 0
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Keyboard0" "CoreKeyboard"
> InputDevice "DevInputMice" "AlwaysCore"
> EndSection
>
> >>snip>>>
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "PS/2"
> Option "Device" "/dev/psaux"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "no"
> EndSection
>
> Section "InputDevice"
>
> # If the normal CorePointer mouse is not a USB mouse then
> # this input device can be used in AlwaysCore mode to let you
> # also use USB mice at the same time.
> Identifier "DevInputMice"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mice"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "no"
> EndSection
>
> *************
>
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Kim young suk: "re"
- In reply to: George Nicholls: "USB Mouse problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|