On 11/28/05, Ernie Schroder <[EMAIL PROTECTED]> wrote:
> I've just moved from XFree86 to xorg and updated my KDE and now my wheel
> mouse doesn't scroll anymore. I'm using the same mouse lines in xorg.conf
> that I used in Xfree86.conf, but I can't get it to work. It must be
> something I just don't see. Any ideas?
>
> Logitek Track man Wheel (USB)

I'm confused.  If it is a USB mouse, why are you using /dev/psaux?
/dev/input/mice would be the preferred device if you are using a 2.6
kernel, with protocol either "Auto" or "ExplorerPS/2".

Here is what I have in my xorg.conf:

Section "InputDevice"
        Identifier  "usbmouse"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons" "8"
        Option      "ZAxisMapping" "4 5"
        Option      "SendCoreEvents" "On"
EndSection

My guess is the Buttons option is the critical one that you are
missing, and should probably be "5" in your case.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to